/* ================================
    CSS STYLES FOR SOLO Applications 
    v1.0, 06/03/2002
   ================================
*/  

/* Student Login Page */
.bgColorForTitleTable{background-color: #003366;}
.bgColorForTitleBottom{background-color: #33CCCC;}
.bgColorForMainBorder{background-color: #000000;}
.bgColorForMainBG{background-color: #EDECEC;}
.ColorForActiveMainTabsLinks{color: #000000;}
.ColorForNonActiveMainTabLinks{color: #FFFFFF;}
.ColorForActiveSubTabsLinks{color: #000000;}
.ColorForNonActiveSubTabLinks{color: #000000;}
.ColorForLineUnderTabs{color: #004A4A; background-color: #003366;}

/* Admin Login Page */
.bgColorForAdminTitleTable{background-color: #003366;}
.bgColorForAdminTitleBottom{background-color: #33CCCC;}
.bgColorForAdminMainBorder{background-color: #000000;}
.bgColorForAdminMainBG{background-color: #EDECEC;}
.ColorForActiveAdminMainTabsLinks{color: #000000;}
.ColorForNonActiveAdminMainTabLinks{color: #FFFFFF;}
.ColorForActiveAdminSubTabsLinks{color: #000000;}
.ColorForNonActiveAdminSubTabLinks{color: #000000;}
.bgColorForAdminLoginBox{background-color: #EDECEC;}

/* User Interface */
.bgUserTabs{background-color: #33CCCC;}
.bgUserBottomBar{background-color: #33CCCC;}

/* Admin Interface */
.bgAdminTabs{background-color: #33CCCC;}
.bgAdminBottomBar{background-color: #33CCCC;}

/* Calendar Middle Color */
.bgCalendarMiddle{background-color: #003366;}
.bgCalendar{background-color: #EDECEC;}

/* Profile Page */
.bgRightSide{background-color: #DFE1E2;}
.bgLeftSide{background-color: #EDECEC;}
.bgRightSideBottomBar{background-color: #003366;}
.bgLeftSideBottomBar{background-color: #003366;}

/* Search Page */
.bgColorForSearchBackground{background-color: #EDECEC;}


.textbox {  height: 18px; width: 80px; font-family: Arial, Helvetica, sans-serif; font-size: 10px}
.bodytext {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #54565A}
.bodylinks {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #0D3D91}
.boldbodytext {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #54565A}
.boldbodylinks {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #0D3D91}
.textboxMI { height: 18px; width: 20px; font-family: Arial, Helvetica, sans-serif; font-size: 10px }
.textboxZIP { height: 18px; width: 50px; font-family: Arial, Helvetica, sans-serif; font-size: 10px }
.textboxLong { height: 18px; width: 150px; font-family: Arial, Helvetica, sans-serif; font-size: 10px }
.list {  height: 18px; width: 150px; font-family: Arial, Helvetica, sans-serif; font-size: 10px}

.hintable {
	PADDING-RIGHT: 2px; PADDING-LEFT: 2px; CURSOR: help; COLOR: green; BORDER-BOTTOM: #ffcf00 1px groove; BACKGROUND-COLOR: #ffff52
}
.helper {
	FONT-SIZE: 11px; BACKGROUND-COLOR: #FFFFFF
}

TABLE {
	FONT-WEIGHT: normal; FONT-SIZE: 11px
}

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: #003366;
}

/* background color for the content part of the pages */
BODY {
	FONT-SIZE: 11px; color:Black; MARGIN: 1px; FONT-FAMILY: verdana; BACKGROUND-COLOR: #FFFFFF
}
 
/* Table style */
.Table TD
{
    BORDER-BOTTOM: #cccccc 1px solid;
    BORDER-RIGHT: #cccccc 1px solid
}

/* Calendar styles */
.Tx12N  {font-family:Verdana, Arial; font-size:12px; font-weight:normal; color:Black;background:White;} 
.Tx12B  {font-family:Verdana, Arial; font-size:12px; font-weight:bold;   color:Black;background:White;}
.Tx12NB {font-family:Verdana, Arial; font-size:12px; font-weight:normal; color:Black;background:Beige;} 
.Tx12BB {font-family:Verdana, Arial; font-size:12px; font-weight:bold;   color:Black;background:Beige;}


/* Content Creator Styles */

.headline { font-family: arial black, arial; font-size: 28px; letter-spacing: -1px; }
.headline2{ font-family: verdana, arial; font-size: 12px; }
/*.subhead  { font-family: arial, arial; font-size: 18px; font-weight: bold; font-style: italic; }*/
.backtotop     { font-family: arial, arial; font-size: xx-small;  }
.code     { background-color: #EEEEEE; font-family: Courier New; font-size: x-small; margin: 5px 0px 5px 0px; padding: 5px;border: black 1px dotted;}


/* Table style */
.TableHeader TD
{
    BORDER-RIGHT: medium none;
    background-color: #000000;
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: #33CCCC;
    border-color: #004A4A;	
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color: #2A6CF9;
    border-color: #004A4A;
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Verdana, Arial, Times New Roman, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    font-weight: bold;
    background-color: #33CCCC;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Verdana, Arial, Times New Roman, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    text-decoration:none;
    font-weight: bold;
    background-color: #2A6CF9;

}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    underline;
}

A.OtherTabs:visited {
    text-decoration:    underline;
}

A.OtherTabs:active  {
    text-decoration:    underline;
}

A.OtherTabs:hover   {
    text-decoration:    underline;
    color: #0D3D91;
}

.moduleBody 
{
	border-width:thin;
	border-style:solid;
	border-color:#000000;
}

.loginBody 
{
	border-width:thin;
	border-style:solid;
	border-color:#000000;
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    underline;
    color:white;
}

A.SiteLink:visited  {
    text-decoration:    underline;
}

A.SiteLink:active   {
    text-decoration:    underline;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:white;
}

/* style for separator between site links */
.Accent
{
    color:white;
    font-weight:    bold;
}



.Message    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #FFFFFF
}   

.InnerModuleTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: #000000;
}

.InnerModuleTitleSmall    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #000000;
}

.LinkHeader{
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: #000000;
}

/* style for titles */
.HeadTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  22px;
    font-weight:    bold;
    color: #000000;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:  bold;
    color: white;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #000000;
}

/* module title style used instead of Head for compact rendering */
.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px    
}

/* text style used for textboxes in the admin and edit pages*/
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the admin pages */
.CommandButton     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #80c242;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #80c242;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #80c242;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: white;
}
    



/* GENERIC */
H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #000000;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #000000;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #000000;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #000000;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: #000000;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #000000;
}

A:link  {
    text-decoration:    underline;
    color:  #000000;
}

A:visited   {
    text-decoration:    underline;
    color:  #000000;
}

A:active    {
    text-decoration:    underline;
    color:  #000000;
}

A:hover {
    text-decoration:    underline;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

.Button
{
	background-color: #2A6CF9;
	color: #FFFFFF;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 11px;
	border-color: #004A4A #004A4A #004A4A #004A4A;
	border-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	padding-left: 2px;
	padding-right: 2px;
	cursor: hand;
}

.BrowseButton
{
	background-color: #33CCCC;
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	border-color: #004A4A #004A4A #004A4A #004A4A;
	border-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	padding-left: 2px;
	padding-right: 2px;
}

.Textbox
{
	font-family: Verdana, Arial;
	font-size: 11px;
	border-color: #000000 #000000 #000000 #000000;
}

.ModuleHeader
{
	background-color: #003366;
    COLOR: #FFFFFF;
    FONT-WEIGHT: bold
}

.txtleftnav
{
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica;
    FONT-SIZE: 8pt;
    TEXT-DECORATION: none
}

A.leftnav
{
    COLOR: #FFFFFF;
    FONT-FAMILY: Verdana, Arial, Helvetica;
    FONT-SIZE: 8pt;
    TEXT-DECORATION: none
}

A.leftnav:visited
{
    COLOR: #0000cc;
    FONT-FAMILY: Verdana, Arial, Helvetica;
    FONT-SIZE: 8pt;
    TEXT-DECORATION: none
}

A.leftnav:hover
{
    COLOR: #cc0000;
    FONT-FAMILY: Verdana, Arial, Helvetica;
    FONT-SIZE: 8pt
}

.heading_l1
{
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 16px;
    FONT-WEIGHT: bold
}
.label_l1
{
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: bold
}
.label_white
{
    COLOR: #ffffff;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: bold
}
.label_l1_red
{
    COLOR: #ff0000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: bold
}
.heading_app
{
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 16px;
    FONT-WEIGHT: bold
}

.TableOddRow
{
    BACKGROUND-COLOR: white;
    COLOR: #333333;
    FONT-FAMILY: Verdana, Arial;
    FONT-SIZE: 8pt;
    PADDING-LEFT: 2px
}
.TableSummaryRow
{
    BACKGROUND-COLOR: #003366;
    COLOR: #FFFFFF;
    FONT-FAMILY: Verdana, Arial;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: bold
}
.TableEvenRow
{
    BACKGROUND-COLOR: #E5E5E5;
    COLOR: #333333;
    FONT-FAMILY: Verdana, Arial;
    FONT-SIZE: 8pt;
    PADDING-LEFT: 2px
}
.TableHeader TD
{
    BORDER-RIGHT: medium none
}
TD.TableFirstTDCell
{
    BORDER-LEFT: #cccccc 1px solid;
    BORDER-RIGHT: medium none
}

.just
{
    TEXT-ALIGN: justify
}
.txtBlue
{
    COLOR: #191970
}

.TabView			{color:#000000; font-size:8pt; font-family: Verdana, arial} 
A.TabView:LINK		{Text-Decoration: underline; color:#000000; font-size:8pt; font-family: Verdana, arial} 
A.TabView:VISITED	{Text-Decoration: underline; color:#000000; font-size:8pt; font-family: Verdana, arial}
A.TabView:HOVER		{Text-Decoration: underline; color:#000000; font-size:8pt; font-family: Verdana, arial}


/* FORUM STYLE*/
.forumtable
{ 
	BORDER-RIGHT: #4A4A4A thin solid; 
	BORDER-LEFT: #4A4A4A thin solid; 
	BORDER-TOP: #4A4A4A thin solid; 
	BORDER-BOTTOM: #4A4A4A thin solid; 
	BACKGROUND-COLOR: #E8E8E8; 
	FONT-SIZE: 8pt; 
	FONT-FAMILY: Verdana; 
}
.forumRowHighlight
{
    background-color: #ECECEC;
}
.forumInfoCell
{
	BACKGROUND-COLOR: #DDEEFF; 
}
.forumSubjectCell
{
	BACKGROUND-COLOR: #E5E5E5; 
}
.forumRow
{
	BACKGROUND-COLOR: #DDEEFF; 
}
.forumRow2
{
    background-color: #DAE7FD;
}
.TabOn
{
	border-right: #004A4A thin solid;
	border-top: #004A4A thin solid;
	font-weight: bold;
	border-left: #004A4A thin solid;
	color: white;
	font-family: Arial;
	background-color: #33CCCC;
}
.TabOff
{
	border-right: #004A4A thin solid;
	border-top: #004A4A thin solid;
	font-weight: bold;
	border-left: #004A4A thin solid;
	color: #white;
	border-bottom: #004A4A thin solid;
	font-family: Arial;
	background-color: #2A6CF9;
}
.SubTab
{
	font-weight: bold;
	color: white;
	font-family: Arial;
	background-color: #33CCCC;
}
.TabOnAdmin
{
	border-right: #004A4A thin solid;
	border-top: #004A4A thin solid;
	font-weight: bold;
	border-left: #004A4A thin solid;
	color: white;
	font-family: Arial;
	background-color: #33CCCC;
}
.TabOffAdmin
{
	border-right: #004A4A thin solid;
	border-top: #004A4A thin solid;
	font-weight: bold;
	border-left: #004A4A thin solid;
	color: white;
	border-bottom: #004A4A thin solid;
	font-family: Arial;
	background-color: #2A6CF9;
}
.SubTabAdmin
{
	font-weight: bold;
	color: #000000;
	font-family: Arial;
	background-color: #33CCCC;
}
.PageTitle
{
	z-index: 110;
	left: 0px;
	position: absolute;
	top: 138px;
}
.GridFooterPagingStyle
{
	background-color: #003366;
    COLOR: #FFFFFF;
    FONT-WEIGHT: bold
}
