/* CSS Document */

body{
	margin-top:5px;
	margin-left: 15px;
	background-image: url(../Graphics/Background.gif);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.Main_Table{
	/* width: 765px; */
	width: 75%;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}
#footer{
	display:none;
}
h1,h2{
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 0px;
}
h3{
	color: #22577D;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0px;
}
h4{
	color: #000;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top:2px;
}
h5{
	font-size:12px;
	font-weight:bold;
	color:#000000;
	margin-top:5px; 
	margin-left:0px; 
	margin-bottom:2px; 
	text-indent: 10pt;
}
h6{
	font-size:13px;
	font-weight:bold;
	color:#900;
	border-bottom:1px solid #900;
	margin:5px 0px;
}
a{
	font-weight: 600;
	font-size: 11px;
	color: #003399;
	text-decoration: none;
	cursor: pointer;
	}
a:hover{
	font-size: 11px;
	font-weight:600;
	color: #FF6666;
	text-decoration: underline;
	cursor: pointer;
}
a:visited{
	font-size: 11px;
	font-weight: 600;
	cursor: pointer;
}
form{
	margin:0;
	}
select{
	color: #000066;
}
.check_li{
	list-style-image: url(../Graphics/ok.gif);
}
.custom_li{
	margin-top:2px;  
	margin-bottom:2px; 
}
.custom_ol{
	margin-top:2px;  
	margin-bottom:2px; 
}
.custom_ul{
	margin-top:2px;  
	margin-bottom:2px; 
}
.empty{
	font-size: 7px;
}
.StaffLink{
	text-align:center;
	vertical-align: bottom;
	display:block;
}
.padding{
	color: #000;
	padding: 2px 0px 2px 0px;
	text-align: left;
}
.register{
	color: #000;
	padding: 5px 8px 4px 8px;
	text-align: right;
}

.Next{
	background-image:url(../Graphics/Nav_Buttons.gif);
	background-position:top left;
	background-repeat: repeat-x;
	background-color:#E8E7E7;
	border-right: 1px solid #CBCBCB;
	border-bottom: 1px solid #CBCBCB;
	padding: 2px 15px 2px 2px;
	text-align: right;	
	vertical-align: middle;
}
.Previous{
	background-image:url(../Graphics/Nav_Buttons.gif);
	background-position:top left;
	background-repeat: repeat-x;
	background-color:#E8E7E7;
	border-left: 1px solid #CBCBCB;
	border-bottom: 1px solid #CBCBCB;
	padding: 2px 2px 2px 15px;
	text-align: left;
	vertical-align: middle;
}
.ShowAll{
	background-image:url(../Graphics/Nav_Buttons.gif);
	background-position:top left;
	background-repeat: repeat-x;
	background-color:#E8E7E7;
	border-right: 1px solid #CBCBCB;
	border-left: 1px solid #CBCBCB;
	border-bottom: 1px solid #CBCBCB;
	padding: 2px 2px 2px 2px;
	text-align:center;	
	vertical-align: middle;
}
.Alert{
	font-weight:bold;
	color: #990000;
	padding:2px;
}
.Alert_Small{
	font-size: 10px;
	font-weight:bold;
	color: #990000;
	padding:2px;
}
.Alert_Title{
	color: #990000;
	font-size: 15px;
	font-weight: bold;
	padding: 15px 5px 4px 2px;
	border-bottom:1px solid #990000;
}
.keyword{
	color: #2D0043;
	background-color:#FFFF00;
	font-weight: bold;
	font-size: 10px;
}
.Spacer{
	width: 760px;
	height: 25px;
}
.Seperator{
	padding: 15px 5px 10px 5px;
	border-top: 1px solid #CCCCCC;
}
.Title{
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	padding: 15px 5px 4px 2px;
	border-bottom:1px solid #333333;
}
.Sub_Title{
	color: #22577D;
	font-size: 13px;
	font-weight: bold;
	padding: 10px 5px 1px 2px;
	border-bottom:1px solid #666;
}

.Content{
	color: #000000;
	background-color:#FFFFFF;
	padding: 5px 2px 10px 20px;
	vertical-align: top;
	border-bottom:1px dotted #CCC;
}
.Subscrber_In{
	color: #000;
	font-size: 9px;
	height: 30px;
	text-align:right;
	vertical-align: top;
	padding: 0px 15px 5px 10px;
}
.Header_Bar{
	background-image:url(../Graphics/Header_Hilite.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	vertical-align:bottom;
}
.Header_Logo{
	background-image:url(../Graphics/Header_Logo.gif);
	background-position:bottom right;
	background-repeat: no-repeat;
	vertical-align:bottom;
}
.Header_Tab{
	background-image:url(../Graphics/Header_Tab.gif);
	background-position:bottom right;
	background-repeat: no-repeat;
	vertical-align: bottom;
	padding-bottom:3px;
	text-align: center;
}
.Search_Bar{
	color: #FFFFFF;
	font-weight:bolder;
	background-color: #28628C;
	border-top:1px solid #FFFFFF;
	border-left:1px solid #000;
	border-right:1px solid #000;
	padding: 2px 10px 2px 5px;
	background-image:url(../Graphics/Search_Bar_Back.gif);
	background-position:top left;
	background-repeat: repeat-x;
	vertical-align: middle;
	text-transform: uppercase;
}
.Search_Text{
	color: #FFFFFF;
	font-weight:bold;
	text-transform: uppercase;
}

.Search_Form{
	font-size: 10px;
	color: #34709b;
	background: #D6E6F2;
	border: 1px solid #34709b;
}
.Search_Names{
	color: #22577D;
	background-color:#FFF8E4;
	border-bottom: 1px solid #333;
	font-weight: bold;
	padding: 2px 2px 2px 5px;
}
.Content_Background{
	background-color:#FFFFFF;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-image:url(../Graphics/Content_Back.gif);
	background-position:top right;
	background-repeat: repeat-y;
	padding: 0px 0px 5px 10px;
}
.Training_List{
	font-size: 11px;
	font-weight:normal;
	color: #000000;
	text-align: left;
	padding: 4px 2px 4px 7px;
	border-bottom:1px solid #DFDFDF;
	vertical-align: top;
}
.Training_List_2{
	color: #000000;
	background-color:#F9FCFF;
	border-bottom: 1px solid #DFDFDF;
	border-left:1px solid #E1E8F0;
	border-right:1px solid #E1E8F0;
	font-size: 11px;
	text-align: left;
	padding: 4px 2px 4px 7px;/* top,right,bottom,left */
	vertical-align: top;
}
.Training_List_Header{
	color: #907011;
	background-color:#FFF8E4;
	border-bottom: 2px solid #FFD046;
	border-left: 1px solid #FFE6A0;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding: 2px 2px 2px 4px ;
}
.Training_None{
	color: #907011;
	background-color:#FFF8E4;
	border: 1px solid #FFD046;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding: 8px ;
}
.Training_Date_Past{
	color: #B9B8B8;
	/*text-decoration:line-through;*/
	font-style: italic;
}
.Event_Date_Past{
	color: #999999;
	/*text-decoration:line-through;*/
	font-style: italic;
}
.Footer_Bottom{
	font-size: 10px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	border-top: 1px solid #000;
	background-image:url(../Graphics/Footer_Bottom.gif);
	background-position:bottom left;
	background-repeat: repeat-x;
	vertical-align:middle;
}
.Footer_Bottom_Right{
	font-size: 8px;
	background-image:url(../Graphics/Footer_BR.gif);
	background-position:bottom right;
	background-repeat: no-repeat;
	vertical-align:bottom;
	border-top: 1px solid #000;
}
.Footer_Bottom_Left{
	font-size: 8px;
	background-image:url(../Graphics/Footer_BL.gif);
	background-position:bottom right;
	background-repeat: no-repeat;
	vertical-align:bottom;
	border-top: 1px solid #000;
}

.TabLinks{
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
	}
.TabLinks:hover{
	font-size: 11px;
	font-weight: bold;
	color: #FFD046;
	text-decoration: none;
	cursor: pointer;
}
.TabLinks:visited{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
.Buttons {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 2px;
	margin-top: 2px;
	background-image: url(../Graphics/Button_Background.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

.Buttons a   {
	padding: 2px;
	text-decoration: none;
	display: block;
	color: #000000;
	border: 1px #7D459B solid;	
}

.Buttons a:hover   {
	color: #7D459A;
	background-color: #F9F7FB;
	border: 1px #000 solid;
}
.SignInText{
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	text-align:right;
	padding: 2px 2px 2px 0px;/* top,right,bottom,left */
	
}
.SignInForm{
	font-size: 11px;
	color: #7E459B;
	background: #FFFFFF;
	border: 1px solid #7E459B;
}
.SignInForm_Remeber{
	font-size: 10px;
	color: #7E459B;
	background: #F8ECFE;
}
.Quiz_Answers{
	color:#000;
	font-size: 11px;
	padding: 2px 1px 3px 2px;
	vertical-align:top;
}
.Right_Answer{
	color:#339900;
	font-size: 11px;
	padding: 2px 1px 3px 2px;
	text-align:left;
}
.Wrong_Answer{
	color:#990000;
	font-size: 11px;
	padding: 2px 1px 3px 2px;
	text-align:left;
}
.Correct_Answer{
	color:#000000;
	font-size: 11px;
	padding: 2px 1px 3px 2px;
	text-align:left;
}
.RegisterTitle{
	background-color: #F2FAFF;
	border-right: 1px solid #C7D5DF;
	border-bottom: 1px solid #C7D5DF;
	padding: 3px;
	color: #000;
	text-decoration: none;
	text-align: right;
	vertical-align:top;
}
.RegisterSectionTitle{
	background-color: #6293BA;
	border-bottom: 1px solid #000;
	padding: 3px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
.RegisterDateTitle{
	background-color:#003366;
	border-top: 1px solid #082849;
	border-bottom: 1px solid #000000;
	padding: 2px 2px 2px 15px;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
}
.RegisterTitleRequired{
	background-color: #F2FAFF;
	border-right: 1px solid #C7D5DF;
	border-bottom: 1px solid #C7D5DF;
	padding: 3px;
	color: #990000;
	text-decoration: none;
	text-align: right;
	vertical-align:top;
}
.RegisterResponce{
	background-color: #FFFFFF;
	border-right: 1px solid #C7D5DF;
	border-bottom: 1px solid #C7D5DF;
	padding: 3px;
	color: #000000;
	text-decoration: none;
	text-align: left;
}
.RegisterForm{
	font-size: 11px;
	color: #000000;
	background: #FFF;
	border: 1px solid #C7D5DF;
}
.RegisterForm:focus{
	font-size: 11px;
	color: #000000;
	background: #F7FBFF;
	border: 1px solid #000;
}
.Date_Posted{
	padding: 2px;
	font-size: 10px;
	font-style:italic;
	color: #7C7C7C;
	text-align: right;
	vertical-align: top;
}
.Total_Records{
	padding: 2px 5px 1px 2px;
	font-size: 9px;
	font-weight:normal;
	color: #7C7C7C;
	text-align: right;
	vertical-align: bottom;
}
.Staff_Tools{
	font-size: 10px;
	color: #000;
	text-align: center;
}
.Staff_Contact{
	font-size: 11px;
	font-weight:normal;
	color: #000;
	/*background-color:#FFFFFF;*/
	padding: 2px 2px 2px 20px;
	vertical-align: top;
	border-bottom:1px dotted #CCC;
}
.Resource_Icons{
	color: #000000;
	font-size: 10px;
	text-decoration: none;
	text-align:left;
	padding: 2px;/* top,right,bottom,left */
	
}
.Invoice_Page_Border{
	background-color: #FFFFFF;
	padding: 8px;
	border: 2px solid #000;
}
.Invoice_Main_Border{
	padding: 0px;
	border: 2px solid #000;
}
.Invoice_Header{
	background-color: #6293BA;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #83B6DF;
	padding: 2px 1px 2px 4px;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-align: left;
}
.Invoice_Total{
	background-color: #FFF;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 2px;
	font-weight:bold;
	color: #000;
	text-align: left;
}
.row1{
	background-color: #FFF;
	color: #000;
	font-size: 10px;
	border-right: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
	padding: 4px 1px 4px 4px;/* top,right,bottom,left */
	text-align: left;
	vertical-align: top;
}
.row2{
	background-color: #F3F3F3;
	color: #000000;
	font-size: 10px;
	border-right: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
	padding: 4px 1px 4px 4px;/* top,right,bottom,left */
	text-align: left;
	vertical-align: top;
}
.Resource_Titles{
	color: #FFFFFF;
	background-color: #5D2679;
	font-size: 10px;
	text-decoration: none;
	text-align:left;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 3px 2px 1px 4px;/* top,right,bottom,left */
		
}
/* ------ SIDE TABLES ------ */
#Side_Tables{
	width:185px;
}
/* ------ BLUE ------ */
.Blue_Table_Top{
	background-image:url(../Graphics/Tables/Blue/Top.gif);
	background-position:top left;
	background-repeat: no-repeat;
	width: 185px;
	height: 29px;
	padding: 2px 16px 0px 8px;
	vertical-align:bottom;
}
#Blue_Table_Title{
	color: #4C8FBF;

	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	padding-bottom: 3px;
	border-bottom: 1px solid #4C8FBF;
}
.Blue_Table_Middle{
	color: #000;

	font-weight: normal;
	text-align: center;
	vertical-align:top;
	background-image:url(../Graphics/Tables/Blue/Middle.gif);
	background-position:top left;
	background-repeat: repeat-y;
	width: 185px;
	padding: 3px 16px 2px 8px;
}
.Blue_Table_List{
	color: #000;
	border-bottom: 1px solid #4C8FBF;

	font-weight: normal;
	text-align: center;
	vertical-align:middle;
	padding: 3px 1px 3px 1px;
}
.Blue_Table_List_On{
	color: #000;
	background-color: #C3DDEF;
	border-bottom: 1px solid #4C8FBF;

	font-weight: normal;
	text-align: center;
	vertical-align:middle;
	padding: 3px 1px 3px 1px;
}
.Blue_Border{
	background-color: #FFFFFF;
	border: 1px solid #4C8FBF;
}
.Blue_Table_Bottom{
	vertical-align:bottom;
	background-image:url(../Graphics/Tables/Blue/Bottom.gif);
	background-position:top left;
	background-repeat: no-repeat;
	width: 185px;
	height: 24px;
	padding: 0px 11px 8px 8px;
}
/* ------ YELLOW ------ */
.Yellow_Table_Top{
	background-image:url(../Graphics/Tables/Yellow/Top.gif);
	background-position:top left;
	background-repeat: no-repeat;
	width: 185px;
	height: 29px;
	padding: 2px 16px 0px 8px;
	vertical-align:bottom;
}
#Yellow_Table_Title{
	color: #C19000;

	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	padding-bottom: 3px;
	border-bottom: 1px solid #FFD046;
}
.Yellow_Table_Middle{
	color: #000;

	font-weight: normal;
	text-align: center;
	vertical-align:top;
	background-image:url(../Graphics/Tables/Yellow/Middle.gif);
	background-position:top left;
	background-repeat: repeat-y;
	width: 185px;
	padding: 3px 16px 2px 8px;
}
.Yellow_Table_List{
	color: #000;
	border-bottom: 1px solid #FFD046;
	font-weight: normal;
	text-align: center;
	vertical-align:middle;
	padding: 3px 1px 3px 1px;
}
.Yellow_Table_List_On{
	color: #000;
	background-color: #FFF1C9;
	border-bottom: 1px solid #FFD046;
	font-weight: normal;
	text-align: center;
	vertical-align:middle;
	padding: 3px 1px 3px 1px;
}
.Yellow_Border{
	border: 1px solid #FFD046;
}

.Yellow_Table_Bottom{
	vertical-align:bottom;
	background-image:url(../Graphics/Tables/Yellow/Bottom.gif);
	background-position:top left;
	background-repeat: no-repeat;
	width: 185px;
	height: 24px;
	padding: 0px 11px 8px 8px;
}
/* ------ Pink ------ */
.Pink_Table_Top{
	background-image:url(../Graphics/Tables/Pink/Top.gif);
	background-position:top left;
	background-repeat: no-repeat;
	width: 185px;
	height: 29px;
	padding: 2px 16px 0px 8px;
	vertical-align:bottom;
}
#Pink_Table_Title{
	color: #B3273A;

	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	padding-bottom: 3px;
	border-bottom: 1px solid #F3909D;
}
.Pink_Table_Middle{
	color: #000;

	font-size: 9pt;
	font-weight: normal;
	text-align: center;
	vertical-align:top;
	background-image:url(../Graphics/Tables/Pink/Middle.gif);
	background-position:top left;
	background-repeat: repeat-y;
	width: 185px;
	padding: 3px 16px 2px 8px;
}
.Pink_Table_List{
	color: #000;
	border-bottom: 1px solid #F3909D;

	font-size: 9pt;
	font-weight: normal;
	text-align: center;
	vertical-align:middle;
	padding: 3px 1px 3px 1px;
}
.Pink_Table_List_On{
	color: #000;
	background-color: #FDCDD3;
	border-bottom: 1px solid #F3909D;

	font-size: 9pt;
	font-weight: normal;
	text-align: center;
	vertical-align:middle;
	padding: 3px 1px 3px 1px;
}
.Pink_Table_Bottom{
	vertical-align: top;
	background-image:url(../Graphics/Tables/Pink/Bottom.gif);
	background-position:top left;
	background-repeat: no-repeat;
	width: 185px;
	height: 24px;
	padding: 0px 11px 0px 8px;
}
/* ------ PURPLE ------ */
.Purple_Table_Top{
	background-image:url(../Graphics/Tables/Purple/Top.gif);
	background-position:top left;
	background-repeat: no-repeat;
	width: 185px;
	height: 29px;
	padding: 2px 16px 0px 8px;
	vertical-align:bottom;
}
#Purple_Table_Title{
	color: #7E459B;
	font-weight: bold;
	text-align: center;
	width: 100%;
	padding-bottom: 3px;
	border-bottom: 1px solid #7E459B;
}
.Purple_Table_Middle{
	color: #000;
	font-weight: normal;
	text-align: center;
	vertical-align:top;
	background-image:url(../Graphics/Tables/Purple/Middle.gif);
	background-position:top left;
	background-repeat: repeat-y;
	width: 185px;
	padding: 3px 16px 2px 8px;
}
.Purple_Table_List{
	color: #000;
	border-bottom: 1px solid #7E459B;
	font-weight: normal;
	text-align: center;
	vertical-align:middle;
	padding: 3px 1px 3px 1px;
}
.Purple_Table_List_On{
	color: #000;
	background-color: #F1D9FD;
	border-bottom: 1px solid #7E459B;
	font-weight: normal;
	text-align: center;
	vertical-align:middle;
	padding: 3px 1px 3px 1px;
}
.Purple_Border{
	border: 1px solid #7E459B;
}

.Purple_Table_Bottom{
	vertical-align:bottom;
	background-image:url(../Graphics/Tables/Purple/Bottom.gif);
	background-position:top left;
	background-repeat: no-repeat;
	width: 185px;
	height: 24px;
	padding: 0px 11px 8px 8px;
}
/* ------ Green ------ */
.Green_Table_Top{
	background-image:url(../Graphics/Tables/Green/Top.gif);
	background-position:top left;
	background-repeat: no-repeat;
	width: 185px;
	height: 29px;
	padding: 2px 16px 0px 8px;
	vertical-align:bottom;
}
#Green_Table_Title{
	color: #007236;
	font-weight: bold;
	font-size:12px;
	text-align: center;
	width: 100%;
	padding-bottom: 3px;
	border-bottom: 1px solid #389260;
}
.Green_Table_Middle{
	color: #000;
	font-weight: normal;
	text-align: center;
	vertical-align:top;
	background-image:url(../Graphics/Tables/Green/Middle.gif);
	background-position:top left;
	background-repeat: repeat-y;
	width: 185px;
	padding: 3px 16px 2px 8px;
}
.Green_Table_List{
	color: #000;
	border-bottom: 1px solid #389260;
	font-weight: normal;
	text-align: center;
	vertical-align:middle;
	padding: 3px 1px 3px 1px;
}
.Green_Table_List_On{
	color: #000;
	background-color: #FDCDD3;
	border-bottom: 1px solid #F3909D;
	font-weight: normal;
	text-align: center;
	vertical-align:middle;
	padding: 3px 1px 3px 1px;
}
.Green_Table_Bottom{
	vertical-align: top;
	background-image:url(../Graphics/Tables/Green/Bottom.gif);
	background-position:top left;
	background-repeat: no-repeat;
	width: 185px;
	height: 24px;
	padding: 0px 11px 0px 8px;
}
.Grey_Border{
	border-left: 1px solid #CBCBCB;
	border-right: 1px solid #CBCBCB;
}
.Speaker{
	width:95%;
	margin:0px 2px 10px 10px;
}
