﻿/*===================================================================================*/
/*        THIS STYLE SHEET CONTAINS ALL THE GLOBAL STYLES USED IN APPLICATION        */
/*===================================================================================*/

/*-----------------------------------------------------------------------------------*/
/******************************** ELEMENT STYLES *************************************/
/*-----------------------------------------------------------------------------------*/
body                        { 
                            background-color: white; 
                            margin: 0px; 
                            }
/*-----------------------------------------------------------------------------------*/
table                       { 
                            font: 8pt Arial; 
                            color: black; 
                            }
/*-----------------------------------------------------------------------------------*/
button                      {
                            cursor: hand;
                            }
/*-----------------------------------------------------------------------------------*/
select                      {
                            font:8pt Arial; 
                            color: black; 
                            background-color: white; 
                            }
/*-----------------------------------------------------------------------------------*/
textarea                    { 
                            font:8pt Arial; 
                            color: black; 
                            background-color: white; 
                            }
 /*-----------------------------------------------------------------------------------*/
form                        { 
                            margin:0px; 
                            }
/*-----------------------------------------------------------------------------------*/
/******************************** GLOBAL CLASS STYLES ********************************/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.clsGroup                   {
                            border: none;
                            }
/*-----------------------------------------------------------------------------------*/                           
.clsGroupHeader             {
                            font-family: verdana; 
                            font-size: 8pt; 
                            font-weight: bold;     
                            border-bottom: none; 
                            background-color: #c0d7ff;
                            text-align: center; 
                            padding-top: 1px; 
                            padding-bottom: 2px;
                            width: 100%;
                            color: #000066;
                            }
/*-----------------------------------------------------------------------------------*/                           
.clsGroupContents           {                            
                            padding: 10px;                            
                            }
/*-----------------------------------------------------------------------------------*/
.clsGroupContentsCustom     {                          
                            padding-top: 10px;
                            padding-bottom: 10px;                           
                            }
/*-----------------------------------------------------------------------------------*/
.clsGroupContentsBig        {                            
                            padding: 20px;                            
                            }
/*-----------------------------------------------------------------------------------*/
.clsReadOnly                { 
                            border: 1px solid #C0C0C0; 
                            background-color: #F2F0F0;
                            color: black;    
                            font-weight: normal;
                            font-family: Arial;
                            font-size: 8pt;
                            padding-left: 3px;                         
                            }
/*-----------------------------------------------------------------------------------*/
.clsNoBorderReadOnly        { 
                            border:0px none; 
                            color: #696969;                             
                            }
/*-----------------------------------------------------------------------------------*/
.clsDisabled                { 
                            background-color: buttonface;                                                   
                            }
/*-----------------------------------------------------------------------------------*/
.clsTextSmall               {                             
                            font-size: 7pt;                                                                               
                            }
/*-----------------------------------------------------------------------------------*/
.clsTextHighlight			{
                            font-family: Verdana;
                            font-size: 8pt;
                            font-weight: bold;  
                            color: black;                                                                             
                            }
/*-----------------------------------------------------------------------------------*/
.clsTextBold				{
                            font-family: Verdana;
                            font-size: 8pt;
                            font-weight: bold;  
                            color: black;                                                                             
                            }
/*-----------------------------------------------------------------------------------*/
.clsTextPublicHeader		{
                            font-family: arial;
                            font-size: 13pt;
                            font-weight: bold;  
                            color: #2B71B7;                                                                             
                            }
/*-----------------------------------------------------------------------------------*/
.clsTextPublicDetail		{
                            font-family: arial;
                            font-size: 10pt;                            
                            color: black;                                                                             
                            }
/*-----------------------------------------------------------------------------------*/
.clsSubSection				{
                            border: solid 2px buttonface;                                                                                                      
                            }		 
/*-----------------------------------------------------------------------------------*/
.clsToolbar					{
                            border: 2px lightgrey outset; 
					        background-color: #c0c0c0;                                                                                                   
                            }		 
/*-----------------------------------------------------------------------------------*/
.clsColorDark				{
                            color: #000066;                                                                                               
                            }		 
/*-----------------------------------------------------------------------------------*/
.clsColorMedium				{
                            color: #336699;                                                                                               
                            }		 
/*-----------------------------------------------------------------------------------*/
.clsColorLight				{
                            color: #6699CC;                                                                                               
                            }		 
/*-----------------------------------------------------------------------------------*/
.clsColorExtraLight			{
                            color: #99CCFF;                                                                                               
                            }		 
/*-----------------------------------------------------------------------------------*/
.clsBgColorDark				{
                            background-color: #000066;                                                                                               
                            }		 
/*-----------------------------------------------------------------------------------*/
.clsBgColorMedium			{
                            background-color: #336699;                                                                                               
                            }		 
/*-----------------------------------------------------------------------------------*/
.clsBgColorLight			{
                            background-color: #6699CC;                                                                                               
                            }		 
/*-----------------------------------------------------------------------------------*/
.clsBgColorExtraLight		{
                            background-color: #99CCFF;                                                                                               
                            }		 
/*-----------------------------------------------------------------------------------*/
.clsBorderColorDark			{
                            border-color: #000066;                                                                                               
                            }		 
/*-----------------------------------------------------------------------------------*/
.clsBorderColorMedium		{
                            border-color: #336699;                                                                                               
                            }		 
/*-----------------------------------------------------------------------------------*/
.clsBorderColorLight		{
                            border-color: #6699CC;                                                                                               
                            }		 
/*-----------------------------------------------------------------------------------*/
.clsBorderColorExtraLight	{
                            border-color: #99CCFF;                                                                                               
                            }		 
/*-----------------------------------------------------------------------------------*/
.clsLabel               	{
							font-size: 7pt;
                            padding-left: 3px;                                                                                           
                            }		 
/*-----------------------------------------------------------------------------------*/
.clsPublicTextBox           {
                            border: 1px solid #CCCCCC;
                            font-family: Arial;
                            font-size: 8pt;
                            background-color: White;
                            }		 
/*-----------------------------------------------------------------------------------*/
.clsPublic_Body             {
                            background-color: #CCCCCC;
                            }
/*-----------------------------------------------------------------------------------*/
.mainheading2 {
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #EFEFEF;
	cursor: text;
	padding-left:3px;
	padding-top:3px;
}
.bodytext {  font-family: Arial,Verdana, Helvetica, sans-serif; 
font-size: 11px;
font-weight: normal;
color: #000000; 
}

.bodytext2 {  font-family: Arial,Verdana, Helvetica, sans-serif; 
font-size: 12px;
font-weight: normal;
color: #000000; 
}
.bodytext1 {  font-family: Arial,Verdana, Helvetica, sans-serif; 
font-size: 11px;
font-style : normal;
font-weight: bold;
color: #ffffff; 
}

.DarkGrayRegular1 {
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: white;
}
.DarkGrayRegular {
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
.bullets {
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #0D259B;
}

.table
     {
	 border-top: solid 1px #345281;
	 border-bottom: solid 1px #345281;
	 border-right: solid 2px #345281;
	 border-left: solid 2px #345281;
	 
	}
.bg 
{
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	font-family: verdana;
	font-size: 10px;
	

}

/*-----------------------------------------------------------------------------------*/
.clsWCCLogoHeaderBorder                { 
                                       border-top: 5px solid white; 
                                       border-bottom: 2px solid white;                                     
                                       }
/*-----------------------------------------------------------------------------------*/
.clsWCCLogoHeaderTitle                 { 
                                       color: black;
	                                   font-family: verdana;
	                                   font-size: 13pt; 
	                                   font-weight: bold; 
	                                   background-color: white                                   
                                       }
/*-----------------------------------------------------------------------------------*/
.clsWCCLogoHeaderContactInfo           { 
                                       color: black;
	                                   font-family: verdana;
	                                   font-size: 7pt; 
	                                   font-weight: bold; 
	                                   background-color: white;                                   
                                       }
/*-----------------------------------------------------------------------------------*/


A.topLinks:link, A.topLinks:active, A.topLinks:visited {
font-family: Arial,Verdana, Helvetica, sans-serif;
font-size: 11px;
font-weight:bold;
color: #111161;
text-decoration: none;
}
A.topLinks:hover {
font-family: Arial,Verdana, Helvetica, sans-serif;
font-size: 11px;
font-weight:bold;
color:Orange;
text-decoration: none;
}

.msgui {
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color:  #ff0000;
	font-weight: bold;
	
}

.buttons3 { font-family: arial; font-size: 10px; color: #000000; font-weight: 800; background-color: #FFFFFF; }

.input_textarea {
	BORDER-RIGHT: #003366 1px solid; 
	PADDING-RIGHT: 0px; 
	BORDER-TOP: #003366 1px solid; 
	PADDING-LEFT: 3px; 
	FONT-SIZE: 11px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	BORDER-LEFT: #003366 1px solid; 
	background-color:#FFFFFF;
	PADDING-TOP: 1px; 
	BORDER-BOTTOM: #003366 1px solid; 
	FONT-FAMILY:  "Tahoma" ,  "±¼¸²"; 
	TEXT-DECORATION: none;
}
.msg {
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff0000;
	font-weight: bold;
	
}
.blueButton {
	font-family: Tahoma,Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #003366;
	border: 1px solid #666666;
	padding-bottom:2px;
	padding-top:0px;
	height: 18px;
	cursor:pointer;
	text-transform:uppercase;
}


#navcontainer ul
{
padding-left: 0;
margin-left: 10px;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
font-size: 11px;
text-align: center;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
height: 23px;
width: 84px;
color: black;
text-decoration: none;
float: left;
background-image: url(/images/btn-normal.jpg);
background-repeat: no-repeat;
padding-top: 5px;
}

#navcontainer ul li a:hover
{
color: blue;
background-image: url(/images/btn-hover.jpg);
background-repeat: no-repeat;
}

.activebutton{
background-image: url(/images/btn-active.jpg);
background-repeat: no-repeat;}

.overbg-o {
	background-color:#F6FBF1;
}

.overbg{
	background-color:#F2F2FB;
}
.darkBlueBG {
	background-color: #6F73AB;
}

.PageText {
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:  bold; 
	color: #353544;
	text-decoration: none;
}
.loginText{
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #111161;
	text-decoration: none;
	font-weight:bold;
}
A.topLinks1:link, A.topLinks1:active, A.topLinks1:visited {
font-family: Arial,Verdana, Helvetica, sans-serif;
font-size: 12px;
font-weight:bold;
color: #111161;
text-decoration: none;
}
A.topLinks1:hover {
font-family: Arial,Verdana, Helvetica, sans-serif;
font-size: 12px;
font-weight:bold;
color: Green ;
text-decoration: none;
}