/* BEGIN css styles for the Collegiate Edge, Inc. 2006 - developed by Coburn Hawk */
html { height:100%; }

/* Scrollbar styles, Overall font styles for evrything that has no DIV style - Font size here should always be medium*/

body {font-family: Arial, Helvetica, sans-serif; color: #000000;  font-size : medium; 
margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; padding:0px;
 background-color : #FFFFFF;
 height:100%; cursor:default;   }

/* All the links (default) with their hover style */
a:link    {font-size: 11px; color: #006a98; text-decoration : underline; }
a:visited {font-size: 11px; color: #006a98; text-decoration : underline; }
a:hover   {font-size: 11px; color: #006a98; text-decoration : none; }
a:active  {font-size: 11px; color: Green;   text-decoration : none; }

a.link_black:link		{color: Black; }
a.link_black:visited	{color: Black; }
a.link_black:hover		{color: Black; background-color: #FFFFFF;}
a.link_black:active		{color: Black; }

a.link_yellow:link		{color: Yellow; }
a.link_yellow:visited	{color: Yellow; }
a.link_yellow:hover		{color: Yellow; background-color: #006a98;}
a.link_yellow:active	{color: Yellow; }


.bg_green	{background: #33ff33; }
.bg_yellow	{background: #ffff66; }
.bg_orange	{background: #ff9900; }
.bg_red		{background: #ff3300; }

/* Deprecated "linx" replications -- to be removed when possible. */
/* don't need anything here as it is all inherited from a:*
a.linx:link    {font-size: 11px; color: #006a98; text-decoration : underline; }
a.linx:visited {font-size: 11px; color: #006a98; text-decoration : underline; }
a.linx:hover   {font-size: 11px; color: #006a98; text-decoration : none; }
a.linx:active  {font-size: 11px; color: Green;   text-decoration : none; }
*/
a.linx:link    {}
a.linx:visited {}
a.linx:hover   {}
a.linx:active  {}

/* disabled link */
/* can't really disable or it is no longer a link and so css is not applied! */
/* so this css makes it look like a link except in black and no underline and no hover changes */
/* have to set url to "javascript:;" in ItemDataBound() to make the link do nothing */
a.linxx:link    {color: Black; text-decoration : none; cursor:default }
a.linxx:visited {color: Black; text-decoration : none; cursor:default }
a.linxx:hover   {color: Black; text-decoration : none; cursor:default }
a.linxx:active  {color: Black; text-decoration : none; cursor:default }


/************************************************/

.Grid { border: solid 0px Black; }

.Grid td
{
    border: solid 1px Black;
    margin: 2px 2px 2px 2px;
    font-family: Arial;
    font-size:  12px;
    padding:    2px 2px 2px 2px;
    text-align: left;
    background-color: White;
}

.GridHeader
{
    font-weight: bold;
    background-color: White;
}

.GridHeader a
{
    text-decoration: none;
    color: Black;
    padding: 0px 0px 0px 0px;
}

.GridHeader a:hover
{
    text-decoration: underline;
/*    background: Tan url(images/spin.gif) no-repeat 0 100%;	*/
}

.GridItem, .GridAltItem
{
    font-size: smaller;
}

.GridItem
{
    background-color: White;
}

.GridAltItem
{
    background-color: White;
}

.GridEditItem
{
    background-color: #FFFF00;
}

.GridEditItemLinx
{
    background-color: #FFFF66;
}

/************************************************/

/* H1 is used for simple headers on pages*/
H1 {font-size : 11pt; font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #669966; font-weight : bold; }

/* content1 is for the text on homepage*/
#content1 {  
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; 
	padding: 10px; vertical-align : top; 
	height: 330px; max-height : 330px; overflow:hidden ; 
	width: 290px; max-width : 290px;
	z-index : 4; position : absolute; top:140px; left:235px;}

/* content2 is for the text on subpages*/
#content2 {  
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; 
	padding: 10px; vertical-align : top; 
	height: 300px; max-height : 300px; overflow: auto; /* YES Scroll bar */
	width: 600px; max-width : 600px;
	z-index : 4; position : absolute; top:180px; left:212px;}

/* footer style */
#footer {height:62px; width:950px; max-height:62px; max-width:950px; position : absolute; top:500px; 
	font-size : 9px;  font-family :  Arial, Helvetica, sans-serif;  text-align : right; }	

#leftnav {height:300px; width:255px; max-height:300px; max-width:255px; 
	position : absolute; top: 118px;  z-index : 2;}

/* logo style */
#logo {	height:98px; width:400px; max-height:98px; max-width:400px; }

#homehead {	height:98px; width:550px; max-height:98px; max-width:550px; background-image : url(images/header_home.gif);
position : absolute; left:400px; top:0px; }
#headersubpage {	height:98px; width:550px; max-height:98px; max-width:550px; background-image : url(images/header_subpage.gif);
position : absolute; left:400px; top:0px; }
#topnav {height:20px; width:950px; max-height:20px; max-width:950px; background-image : url(images/topnav_bg.gif);
position : absolute; top:98px; }
#homebg {height:355px; width:400px; max-height:355px; max-width:400px; background-image : url(images/Home_BG.gif);
position : absolute; top:183px; left:550px; z-index : 0;}
#subbg {height:376px; width:414px; max-height:376px; max-width:414px; background-image : url(images/sub_BG.gif);
position : absolute; top:162px; left:536px; z-index: 0;}
#mpalert {height:90px; width:120px; max-height:90px; max-width:120px; position : absolute; top:145px; left:15px; border: none;
	font-size : 8pt; font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; color : Yellow; font-weight : bold; }

/* Secure Background image */
#securebg {height:50px; width:414px; max-height:50px; max-width:414px; background-image : url(images/secure_BG.gif);
position : absolute; top:162px; left:536px; z-index: 0;
 background-repeat : no-repeat;
 
 
}
/* homepage subheader */
#subheader {width:675px; max-width:675px;  height:65px; max-height:65px;
top: 118px; left:275px; position:absolute; background-image : url(images/subhead_BG.gif);
 color : #FFFFFF; padding-left : 30px;   font-size : 13pt; overflow : hidden; background-repeat : no-repeat; }
/* sub-pages subheader */
#subhead2 {width:676px; max-width:676px;  height:44px; max-height:44px;
top: 118px; left:274px; position:absolute; background-image : url(images/subhead2_BG.gif);
 color : #FFFFFF; padding-left : 30px;   font-size : 13pt; overflow : hidden; background-repeat : no-repeat; }
/* secure subheader */
#subhead3 {width:676px; max-width:676px;  height:44px; max-height:44px;
top: 118px; left:274px; position:absolute; background-image : url(images/subhead3_BG.gif);
 color : #669966; padding-left : 30px;   font-size : 13pt; overflow : hidden; background-repeat : no-repeat; }
 
#loginctrl {height:300px; width:130px; max-height:300px; max-width:130px;
position : absolute; top:195px; left:25px; z-index : 0;}
#navctrl {height:14px; width:500px; max-height:14px; max-width:500px;
position : absolute; top:99px; left:20px; z-index : 0;}
#fpctrl {width:600px; max-width:600px; position : absolute; top:325px; left:225px; z-index : 4;}
#sadmin { height:370px; width:1000px; max-height:370px; max-width:1014px;
position : absolute; top:130px; left:25px; z-index : 0;}

.errmsg{color :Red; background-color :White;  font-size : 11px;  font-family : Geneva, Arial, Helvetica, sans-serif;  }
.warnmsg{color :Orange; background-color :White;  font-size : 11px;  font-family : Geneva, Arial, Helvetica, sans-serif;  }
.goodmsg{color :Green; background-color :White;  font-size : 11px;  font-family : Geneva, Arial, Helvetica, sans-serif;  }
.loginbox{color : #FFFFFF; background-color : #666666;  font-size : 11px;  font-family : Geneva, Arial, Helvetica, sans-serif;  vertical-align : bottom;    }

/* Menu Classes */
.Msi{line-height : 14px; background-color : #CCCCCC;
  font-family : Geneva, Arial, Helvetica, sans-serif; font-size : 10px; color : #000000; background-color : #CCCCCC }
.Msio{background-color: #000000; line-height : 14px; cursor:hand;
  font-family : Geneva, Arial, Helvetica, sans-serif; font-size : 10px; color : #00CCCC; }
/* End Menu Classes */

/* END css styles for the Collegiate Edge, Inc. 2006 - developed by Coburn Hawk */
