body, html { 
	margin:0; 
    height:100%;
    width: 100%;
    padding: 0; 
}

.popupdiv{
	opacity:0.95;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 2000%;
	width: 100%;
	background: #3d3f49;
	display: none;
}

.popupdiv_alert{
	opacity: 0.92;
	position: fixed;
	top: 40px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #3d3f49;
	display: table;
	z-index: 1000;
}

.button_notification{
	background: transparent url(../lms_images/message20.png) no-repeat;
	cursor:pointer;
	width:20px;
	height:20px;
}

.button_directory16{
	background: transparent url(../lms_images/directory16.png) no-repeat 1px 1px;
	cursor:pointer;
	width:20px;
	height:20px;
}

.button_directory{
	background: transparent url(../lms_images/directory.png) no-repeat 2px 2px;
	cursor:pointer;
	width:32px;
	height:32px;
}

.button_directory_grey{
	background: transparent url(../lms_images/directory_grey.png) no-repeat 2px 2px;
	cursor:pointer;
	width:32px;
	height:32px;
}

.button_search{
	background: transparent url(../lms_images/Search.png) no-repeat 2px 2px;
	cursor:pointer;
	width:32px;
	height:32px;
}

.button_enter{
	background: transparent url(../lms_images/enter.png) no-repeat 2px 2px;
	cursor:pointer;
	width:32px;
	height:32px;
}

.button_enter16{
	background: transparent url(../lms_images/enter16.png) no-repeat 2px 2px;
	cursor:pointer;
	width:16px;
	height:16px;
}

.button_remove{
	background: transparent url(../lms_images/Recycle_Bin_Full.png) no-repeat 2px 2px;
	cursor:pointer;
	width:16px;
	height:16px;
}

.button_yes{
	background: transparent url(../lms_images/button_yes.png) no-repeat 2px 2px;
	cursor:pointer;
	width:80px;
	height:80px;
}

.button_no{
	background: transparent url(../lms_images/button_no.png) no-repeat 2px 2px;
	cursor:pointer;
	width:80px;
	height:80px;
}

.button_pdf{
	background: transparent url(../lms_images/button_pdf.png) no-repeat 2px 2px;
	cursor:pointer;
	width:80px;
	height:80px;
}

.button_excel{
	background: transparent url(../lms_images/button_excel.png) no-repeat 2px 2px;
	cursor:pointer;
	width:80px;
	height:80px;
}


.button_common{
  	border: 1px solid #7d7c7c;
  	border-radius: 3px;
  	background: transparent;
	color: #7d7c7c;
  	padding: 5px 5px;
  	text-align: center;
  	text-decoration: none;
  	display: inline-block;
  	font-family: arial;
  	font-size: 12px;
  	cursor: pointer;
  	width: 100%;
  	height: 30px;
  	outline: none;
}

.button_common:hover {
	border: 1px solid #7d7c7c;
    background: #7d7c7c;
    color: white;
  	padding: 5px 5px;
  	text-align: center;
  	text-decoration: none;
  	display: inline-block;
  	font-family: arial;
  	font-size: 12px;
  	cursor: pointer;
  	width: 100%;
  	height: 30px;
  	outline: none;
}


table.bgUp{
	background: #D8D5D5;
}

table.popup_bgBlank{
	background: #3d3f49;
}

table.popup_bgRadius{
	background: #3d3f49;
	border-radius: 10px;
	border: 5px solid #363535;
}

table.bgRadius{
	background: #D8D5D5;
	border-radius: 10px;
	border: 1px solid #363535;
}

table.bgDown{
	background: #FFFFFF;
}

td.popup_bgTitle{
	font-size: 18px;
	font-family: arial;
	font-weight: bold;
	color: #ffffff;
	background: #363535;
	border-radius: 10px;
	border: 5px solid #363535;
}

table.popup_bgConfirmation{
	opacity: 1.0;
	background: #ffff;
	border-radius: 10px;
	border: 1px solid #363535;
	box-shadow: 0px 6px 6px 0px #7d7c7c;
}

table.popup_bgBody{	
	opacity: 1.0;
	background: #ffffff;
	border-bottom-left-radius:10px; 
	border-bottom-right-radius:10px; 
	border: 1px solid #d8d9d9;
}

td.bgUp{
	background: #fdde9b;
}

table.bottom{
	font-family: tahoma, sans;
	font-size: 11px;
	color: #fefefe;
	background-color: #5a5a5b;
}

table.bgBox{
	background: #ebecec;
	border-bottom-left-radius:10px; 
	border-bottom-right-radius:10px; 
	border: 1px solid #d8d9d9;
}

table.button_bgBox{
	background: #D8D5D5;
	border-radius: 10px;
	border: 1px solid #d8d9d9;
}

table.button_bgRadius{
	background: #ebecec;
	border-radius: 10px;
	border: 1px solid #d8d9d9;
}

table.bgRadius_bgBox{
	background: #ebecec;
	border: 1px solid #d8d9d9;
}

table.button_bgBlank{
	background: #ffffff;
	border-radius: 10px;
	border: 2px solid #d8d9d9;
}

table.lineBlank{
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	border: 1px solid #D8D5D5;
	background: white;
}

table.lineSqrBlank{
	border: 1px solid #D8D5D5;
	background: white;
}

table.lineFrame{
	border-top-left-radius:25px;
	border-top-right-radius:25px;
	border-bottom-left-radius:25px;
	border-bottom-right-radius:25px;
	border: 4px solid #D8D5D5;
	background: white;
}

td.button_bgRadius{
	background: #ebecec;
	border-radius: 10px;
	border: 1px solid #d8d9d9;
}

td.header_bgRadius{
	background: #D8D5D5;
	border: 1px solid #D8D5D5;
}

td.button_icon_off{		
	border-radius: 10px;
    border: 1px solid #ebecec;		
	color: #4c4a4a;
	background: #ebecec;
	text-align: center;
	font-size: 12px;
	font-family: arial;
	cursor: pointer;
}

td.button_icon_on{	
	border-radius: 10px;
    border: 1px solid #8e8c8c;    			
	color: #000000;
	background: #b8b7b7;
	text-align: center;
	font-size: 12px;
	font-family: arial;	
	cursor: pointer;
}

.button_icon{
	border:0; 
	background:transparent no-repeat;
	cursor: pointer;
}

.button_link_blank{
	width: 100%;
	height: 100%;	
	border-radius: 1px;
    border: 1px solid #FFFFFF; 
	color: #FFFFFF;
	background: #FFFFFF;
	font-size: 12px;
	font-family: tahoma, sans;
}

.button_label{
	border:0; 
	background:transparent no-repeat;
	color: #4c4a4a;
	text-valign: center;
	text-align: center;
	font-size: 11px;
	font-family: arial;
}

td.top_title_radius{
	border-color:#000000 #0000oo; 
	border-top-left-radius:10px; 
	border-top-right-radius:10px; 
	background:#363535;
}

td.subHeader{
	background:#5a5a5b;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	border-top-right-radius:25px;
}

td.subFooter{
	background:#5a5a5b;
}

td.subGrey{
	background: #fffffff;
	border-radius: 0px;
	border: 2px solid #ebecec;
}

td.bottomGrey{
	border: 1px solid #D8D5D5;
	background: #ebecec;
	color: #122D73;
	font-size: 12px;
	font-family: tahoma, sans;
	font-weight: bold;
	cursor: pointer;
}

td.bottomBlack{
	border: 1px solid #D8D5D5;
	color: #ffffff;
	background: #4c4a4a;
	font-size: 12px;
	font-family: tahoma, sans;
	font-weight: bold;
	cursor: pointer;
}

.title_label_grey{
	border: 1px solid #5a5a5b;
    font-family: tahoma;
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    background: #5a5a5b;
    color: #ffffff;
   	border-radius: 3px;
    padding: 5px 5px 5px 5px;
}

.adHeader{
	color: #363535;
	font-size: 48px;
	font-weight: bold;
	font-family: tahoma, sans, simhei;
	text-shadow: #0c1939 0 2px 0;
}

.adsubHeader{				
	color: #363535;
	background: Transparent;
	text-align: Left;
	font-size: 25px;
	font-weight: bold;
	font-family: tahoma, sans;
}

.adSlogan{
	color: #062134;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	font-family: Candara,Calibri,Segoe,Segoe UI,Optima,Arial,sans-serif; 
}

.mainHeader{
	color: #363535;
	font-size: 25px;
	font-weight: bold;
	font-family: arial;
}

.secondHeader{
	color: #363535;
	font-size: 18px;
	font-weight: bold;
	font-family: arial;
}

.secondSlogan{
	color: #363535;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	font-family: Candara,Calibri,Segoe,Segoe UI,Optima,Arial,sans-serif; 
}

.co_name {
	color: #0c1939;
   	font-size: 38px; 
   	font-weight: bold;
   	text-decoration: none;
	font-family: tahoma, sans;
	text-shadow: #0c1939 0 1px 0;
}

.user_name {
	color: #0c1939;
   	font-size: 12px; 
   	font-weight: bold;
   	text-decoration: none;
	font-family: tahoma, sans;
	text-shadow: #ffffff 0 1px 0;
}

.frame_title{
	color: #D8D5D5;
	font-size: 72px;
	font-weight: bold;
	font-family: tahoma, sans;
}

.de_title{				
	color: #363535;
	background: white;
	text-align: Left;
	font-size: 30px;
	font-weight: bold;
	font-family: tahoma, sans;
}

.m_title{				
	color: #363535;
	background: white;
	text-align: Left;
	font-size: 25px;
	font-weight: bold;
	font-family: tahoma, sans;
}

.sub_title{				
	color: #f0f1f2;
	text-align: Left;
	font-size: 20px;
	font-weight: bold;
	font-family: tahoma, sans;
}

.s_title{				
	color: #363535;
	background: white;
	text-align: Left;
	font-size: 20px;
	font-weight: bold;
	font-family: tahoma, sans;
}

.c_summary{				
	color: #363535;
	background: white;
	text-align: Left;
	font-size: 12px;
	font-weight: bold;
	font-family: tahoma, sans;
}

.c_label{				
	color: #122D73;
	font-size: 12px;
	font-family: tahoma, sans;
}

.up_label{				
	color: #122D73;
	font-size: 12px;
	font-family: tahoma, sans;
	text-align: center;
	display: none;
}
.po_detail{				
	color: #122D73;
	font-size: 12px;
	font-family: tahoma, sans;
}

.po_bold{				
	color: #122D73;
	font-size: 12px;
	font-family: tahoma, sans;
	font-weight: bold;
}

.login_detail{
	color: #062134;
	text-align: left;
	font-size: 30px;
	font-weight: bold;
	font-family: tahoma, sans;
}

.frm_detail{
	color: #062134;
	text-align: right;
	font-size: 20px;
	font-weight: bold;
	font-family: tahoma, sans;
}
.t_error{
	color: #BD0A06;
	font-size: 12px;
	font-weight: bold;
	font-family: tahoma, sans;
}	

.uploadBrowse{
	border-radius: 10px;
    border: 2px solid #000;
	width: 100%;
	background: #D6E2F1;
	color: #363535;
	font-size: 12px; 
	font-family: tahoma, sans;
	border: 1px solid #D8D5D5;
   	cursor: pointer;
}

.login_button_off {
	border-radius: 20px;
    border: 1px solid #000;
    background: #5a5a5b;
	color: white;
   	font-size: 30px; 
   	font-weight: bold;
   	text-decoration: none;
   	height: 50;
   	width: 160;
	font-family: tahoma, sans;
	text-align: center;
}

.login_button_on {
	border-radius: 20px;
    border: 1px solid #000;
    background: #363535;
	color: white;
	font-size: 30px; 
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    height: 50;
    width: 160;
	font-family: tahoma, sans;
	text-align: center;
}

.webmail_button_off {
	border-radius: 20px;
    border: 1px solid #000;
    background: #354773;
	color: white;
   	font-size: 30px; 
   	font-weight: bold;
   	text-decoration: none;
   	height: 60;
   	width: 200;
	font-family: tahoma, sans;
	text-align: center;
}

.webmail_button_on {
	border-radius: 20px;
    border: 1px solid #000;
    background: #363535;
	color: white;
	font-size: 30px; 
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    height: 60;
    width: 200;
	font-family: tahoma, sans;
	text-align: center;
}
	
.next_button_off {
	border-radius: 20px;
   	border: 1px solid #000;
    background: #354773;
	color: white;
   	font-size: 12px; 
   	font-weight: bold;
   	text-decoration: none;
   	height: 30;
   	width: 100;
	font-family: tahoma, sans;
	text-align: center;
}

.next_button_on {
	border-radius: 20px;
    border: 1px solid #000;
    background: #363535;
	color: white;
	font-size: 12px; 
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    height: 30;
    width: 100;
	font-family: tahoma, sans;
	text-align: center;
}

.check_button_off {
	border-radius: 20px;
   	border: 1px solid #000;
    background: #354773;
	color: white;
   	font-size: 12px; 
   	font-weight: bold;
   	text-decoration: none;
   	height: 25;
   	width: 100;
	font-family: tahoma, sans;
	text-align: center;
}

.check_button_on {
	border-radius: 20px;
    border: 1px solid #000;
    background: #363535;
	color: white;
	font-size: 12px; 
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    height: 25;
    width: 100;
	font-family: tahoma, sans;
	text-align: center;
}

.add_button_off {
	border-radius: 20px;
   	border: 1px solid #000;
    background: #354773;
	color: white;
   	font-size: 20px; 
   	font-weight: bold;
   	text-decoration: none;
   	height: 30;
   	width: 30;
	font-family: tahoma, sans;
	text-align: center;
}

.add_button_on {
	border-radius: 20px;
    border: 1px solid #000;
    background: #363535;
	color: white;
	font-size: 20px; 
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    height: 30;
    width: 30;
	font-family: tahoma, sans;
	text-align: center;
}

td.soff{
	border-radius: 3px;
    border: 1px solid #ebecec;		
	color: #4c4a4a;
	background: #ebecec;
	text-align: Center;
	font-size: 15px;
	font-weight: bold;
	font-family: tahoma, sans;
	cursor: pointer;
}

td.son{
	border-radius: 3px;
    border: 1px solid #8e8c8c;    			
	color: #000000;
	background: #b8b7b7;
	text-align: Center;	
	font-size: 15px;
	font-weight: bold;
	font-family: tahoma, sans;
	cursor: pointer;
}

td.coff{
	text-align: left;
	border: 1px solid #D8D5D5;
	color: #363535;
	background: #D8D5D5;
	font-size: 12px;
	font-weight: bold;
	font-family: tahoma, sans;
	cursor: pointer;
}

td.con{
	text-align: left;
    border: 1px solid #000;
	background: #363535;
	color: white;			
	font-size: 12px;
	font-weight: bold;
	font-family: tahoma, sans;
	cursor: pointer;
}

td.flink_off{
	text-decoration: none;
	color: #ffffff;			
	background: #363535;
	font-family: tahoma;
	font-weight: bold;
	font-size: 15px;
}

.picDiv{
 	width: 320px;
 	height: 180px;
	left: 0;
	overflow: hidden;
	position: relative;
	border: 0px solid #000;
}

.txtDiv{
 	width: 100%;
	height: 26px;
	left: 0;
	border: 0px solid #000;
}

textarea.ta01{
	border-radius: 5px;
	color: #000000;
	font-size: 12px; 
	font-family: tahoma, sans;
	width: 100%;
	height: 100%;
	resize: none;
}

textarea.ta02{
	border-radius: 5px;
	color: #000000;
	background: #D8D5D5;
	font-size: 12px;
	font-family: tahoma, sans;
	width: 100%;
	height: 100%;
	resize: none;
}

input[type=text].tx01{
	color: #000000;
	font-size: 12px; 
	font-family: tahoma, sans;
	width: 100%;
	height: 26px;
}

input[type=text].tx02{
	border: 1px solid #363535;
	color: #000000;
	background: #D8D5D5;
	font-size: 12px; 
	font-family: tahoma, sans;
	width: 100%;
	height: 26px;
}

input[type=text].tx03{	
	border: 1px solid #D8D5D5;
	background: #D8D5D5;
	color: #122D73;
	font-size: 12px;
	font-family: tahoma, sans;	
	width: 100%;
	height: 22px;
}

input[type=text].tx04{	
	border: 1px solid #ebecec;
	background: #ebecec;
	color: #122D73;
	font-size: 12px;
	font-family: tahoma, sans;	
	width: 100%;
	height: 22px;
}

input[type=text].tx05{
	border: 1px solid #FFFFFF;
	color: #122D73;
	background: #FFFFFF;
	font-size: 12px; 
	font-family: tahoma, sans;
	width: 100%;
	height: 22px;
}

input[type=text].tx06{
	border: 1px solid #363535;
	background: #363535;
	color: white;
	font-size: 12px; 
	font-family: tahoma, sans;
	width: 100%;
	height: 22px;
	cursor: pointer;
}

input[type=text].tx07{
	border: 1px solid #363535;
	color: #000000;	
	font-size: 12px; 
	font-family: tahoma, sans;
	width: 100%;
	height: 26px;
}

input[type=text].tx08{	
	border: 1px solid #a4a7a7;
	background: #D8D5D5;
	color: #122D73;
	font-size: 12px;
	font-family: tahoma, sans;	
	width: 100%;
	height: 22px;
}

input[type=text].tx09{	
	border: 1px solid #ebecec;
	background: #ebecec;
	color: #122D73;
	font-size: 12px;
	font-family: tahoma, sans;	
	font-weight:bold;
	width: 100%;
	height: 22px;
}

input[type=text].m_title{	
	border: 1px solid #ffffff;
	color: #6878A1;
	background: white;
	text-align: Left;
	font-size: 25px;
	font-weight: bold;
	font-family: tahoma, sans;
	width: 100%;
	height: 30px;
}

input[type=text].dialog_caption{	
	border: 0px solid #ffffff;
	color: #000000;
	background: #ffffff;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	font-family: tahoma, sans;
	width: 100%;
	height: 30px;
}

input[type=text].txNett{	
	border: 1px solid #000000;
	background: #000000;
	color: #51e608;
	font-weight: bold;
	font-size: 16px;
	font-family: tahoma, sans;	
	width: 100%;
	height: 22px;
}

input[type=text].t_error{	
	border: 0px;
	color: #BD0A06;
	background: transparent;
	font-size: 12px;
	font-family: tahoma, sans;	
	width: 100%;
	height: 22px;
}

input[type=text].login{
	color: #000000;
	font-size: 30px; 
	font-family: tahoma, sans;
	width: 100%;
}

input[type=password].login{
	color: #000000;
	font-size: 30px; 
	font-family: tahoma, sans;
	width: 100%;
}

.chk_label{				
	color: #122D73;
	font-size: 12px;
	font-family: tahoma, sans;
}

.tblSearch {
   	background: #FFFFFF url(../lms_images/search-icon.png) no-repeat 2px 2px;
    padding: 2px 2px 2px 22px;
    height: 22px;
	font-size: 12px;
    font-family: arial;
   	width: 100%;
}

.tbldate {
    background: #FFFFFF url(../lms_images/calendar-blue.gif) no-repeat 2px 2px;
	padding: 2px 2px 2px 22px;
    height: 26px;
    width: 105px;
	font-size: 12px;
    font-family: arial;
}

select.cmb01{	
	color: #000000;
	font-size: 12px;
	font-family: tahoma, sans;
	width: 100%;
	height: 26px;
	padding: 1px 1px 1px 1px;	
}

td.frameOverlay{
	color: #000000;
	text-align: center;
	font-size: 48px;
	font-weight: bold;
	font-family: tahoma, sans;
	text-shadow: #000000 0 1px 0;
}

td.frameTilte{
	border-top-left-radius:50px;
	border-top-right-radius:50px;
	border-bottom-left-radius:50px;
	border-bottom-right-radius:50px;
	border: 10px solid #D8D5D5;
	background: #ffffff;
	color: #D8D5D5;
	font-size: 72px;
	font-weight: bold;
	font-family: tahoma, sans;
}

td.login{
	color: white;
	background: #363535;
	text-align: Left;
	font-size: 30px;
	font-weight: bold;
	font-family:  tahoma, sans;
}

td.menuoff{
	border-top-left-radius:5px;
	border-top-right-radius:25px;
	border: 4px solid #D8D5D5;
	background: white;
	color: #363535;
	font-size: 12px;
	font-weight: bold;
	font-family: tahoma, sans;
	cursor: pointer;
}

td.menuon{
	border-top-left-radius:5px;
	border-top-right-radius:25px;
	border: 4px solid #D8D5D5;
	background: #363535;
	color: white;
	font-size: 12px;
	font-weight: bold;
	font-family: tahoma, sans;
	cursor: pointer;	
}

td.menutitle{
	border-top-left-radius:5px;
	border-top-right-radius:25px;
	border: 2px solid #979292;
	background: #979292;	
	color: #ffffff;
	text-align: Left;
	font-size: 12px;
	font-weight: bold;
	font-family: tahoma, sans;
	cursor: auto;
}

td.menutitleselect{
	border-top-left-radius:10px;
	border-top-right-radius:50px;
	border-bottom-right-radius:50px;
	border: 4px solid #5a5a5b;
	background:#5a5a5b;	
	color: #f0f1f2;
	text-align: Left;
	font-size: 12px;
	font-weight: bold;
	font-family: tahoma, sans;
	cursor: auto;
}

td.menuline{
	border: 0px solid #979292;
	background: #979292;	
}

td.menuselect{
	border-top-left-radius:5px;
	border-top-right-radius:25px;
	border: 4px solid #5a5a5b;
	background:#5a5a5b;	
	color: #f0f1f2;
	text-align: Left;
	font-size: 12px;
	font-weight: bold;
	font-family: tahoma, sans;
	cursor: auto;
}

td.tableDetail{
	border: 1px solid #000;
	background: #D8D5D5;
	color: #122D73;
	font-size: 12px;
	font-weight: bold;
	font-family: tahoma, sans;
}

td.tableTitle{
	border: 1px solid #000;
	background: #363535;
	color: white;
	font-size: 12px;
	font-weight: bold;
	font-family: tahoma, sans;
}


th.dashboardTitle{
	border-top: 3px solid #ebecec;
	border-bottom: 3px solid #ebecec;
	//background: #ffffff;
	color: #393838;
	font-size: 12px;
	font-weight: bold;
	font-family: tahoma, sans;
}

td.tableGray{
	border: 1px solid #000;
	background: #ebecec;
	color: white;
	font-size: 12px;
	font-weight: bold;
	font-family: tahoma, sans;
}

td.toff{
	border-top-left-radius:5px; 
	border-top-right-radius:5px;
	border-bottom-left-radius:5px; 
	border-bottom-right-radius:5px;
	border: 1px solid #363535;
	background: white;
	color: #363535;
	font-size: 12px;
	font-weight: bold;
	font-family: tahoma, sans;
	cursor: pointer;
}

td.ton{
	border-top-left-radius:5px; 
	border-top-right-radius:5px;
	border-bottom-left-radius:5px; 
	border-bottom-right-radius:5px; 
	border: 1px solid #000;
	background: #363535;
	color: white;
	font-size: 12px;
	font-weight: bold;
	font-family: tahoma, sans;
	cursor: pointer;	
}

td.evenOn{
	background: #363535;
	color: #ebecec;	
	font-size: 12px;
	font-family: tahoma, sans;
	cursor: pointer;	
}

td.evenOff{
	background: #ebecec;
	color: #122D73;
	font-size: 12px;
	font-family: tahoma, sans;
	cursor: pointer;	
}

td.oddOff{
	color: #122D73;
	background: white;
	font-size: 12px;
	font-family: tahoma, sans;
	cursor: pointer;
}

tr.errorOff{
	color: #BD0A06;
	background: #fc9b9b;
	font-size: 12px;
	font-family: tahoma, sans;
	cursor: pointer;
}

tr.evenOff{
	color: #122D73;
	background: #ebecec;
	font-size: 12px;
	font-family: tahoma, sans;
	cursor: pointer;
}

tr.evenOn{
	border: 1px solid #000;
	background: #363535;
	color: white;	
	font-size: 12px;
	font-family: tahoma, sans;
	cursor: pointer;	
}

tr.oddOff{
	color: #122D73;
	background: white;
	font-size: 12px;
	font-family: tahoma, sans;
	cursor: pointer;
}

tr.oddOn{
	border: 1px solid #000;
	background: #363535;
	color: white;
	font-size: 12px;
	font-family: tahoma, sans;
	cursor: pointer;
}

tr.grayOff{	
    border: 1px solid #000000; 
	background: #ebecec;
	cursor: auto;
}

tr.oddSelect{
	border-radius: 3px;
    border: 1px solid #ebecec;    			
	color: #ffffff;
	background: #4c4a4a;
	font-size: 12px;
	font-family: tahoma, sans;
	cursor: auto;
}

tr.button_bgRadius{
	border: 1px solid #000;
	background: #ebecec;
}

td.oddSelect{
	color: #ffffff;
	background: #4c4a4a;
	font-size: 12px;
	font-family: tahoma, sans;
	cursor: pointer;
}

th.tableTitle{
	border: 1px solid #D8D5D5;
	background: #363535;
	color: white;
	font-size: 12px;
	font-weight: bold;
	font-family: tahoma, sans;
}

th.login{
	color: white;
	background: #363535;
	text-align: Left;
	font-size: 18px;
	font-weight: bold;
	font-family: tahoma, sans;
}

th.top_title{
	color: white;
	background: #363535;
	text-align: Left;
	font-size: 16px;
	font-weight: bold;
	font-family: arial;
}

.link_01 a:link {
	color: #b2acac;		
	background-color: #5a5a5b;
	padding: 2px 2px 2px 2px;
}

.link_01 a:visited {
	color: #b2acac;
	background-color: #5a5a5b;
	padding: 2px 2px 2px 2px;
}

.link_01 a:hover{
	color: #ffcd04;
}

td.p_name{
	font-family: tahoma;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	color: #5a5a5b;
	padding: 5px 0px 0px 15px;
	
}

td.sub_name{
	font-family: tahoma;
	font-size: 20px;
	text-align: left;
	font-weight: bold;
	color: #000000;
	padding: 0px 0px 0px 15px;	
}


.report_label_black{
    font-family: tahoma;
    font-size: 15px;
    text-align: left;
    font-weight: bold;
    color: #000000;
    padding: 0px 0px 0px 0px;

}

.report_label_grey{
    font-family: tahoma;
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    color: #5a5a5b;
    padding: 0px 0px 0px 0px;
}

.blink_text{
    animation:1s blinker linear infinite;
    -webkit-animation:1s blinker linear infinite;
    -moz-animation:1s blinker linear infinite;
    font-size: 15px;
	font-weight: bold;    
    color: #8d8b8b;
	font-family: tahoma, sans;
}

@-moz-keyframes blinker{  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker{  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker{  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
 