﻿

body
{
    font-family:Comic Sans MS;
}

#container_admin
{
    min-height:480px;
}

#contents_container
{
    min-height:480px;
    vertical-align:top;
    padding: 8px 8px 8px 8px;
}

.module_heading
{
	color: #ffffff;	
	text-transform:uppercase;
	font-size:14px;
}


.menu_normal
{
	color: #ffffff;	
	height: 19px;  
	padding: 4px 4px 4px 4px;
	text-decoration:none;
	background-color:#99CCFF;
	margin:0px 0px 0px 0px;
	font-size:14px;
}

.menu_selected
{ 
	color: #3066ca;  
	cursor:hand; 
	background-color:#0080ff;
	border-right: solid 1px #001bbe;
	border-top: solid 1px #001bbe;
	border-left: solid 1px #001bbe;
	height: 19px;
	background-image: url(Images/menu_selected.gif);
	background-repeat:repeat-x;
}

.menu_hover
{ 
	background-color: #3066ca;
}


.menu_normal_1
{
	color: #ffffff;	
	height: 19px;  
	padding: 4px 4px 4px 4px;
	text-decoration:none;
	background-color:#99CCFF;
	border: solid 1px #99CCFF;
	font-family:Comic Sans MS;
	font-size:14px;
}

.menu_selected_1
{ 
    background-color: #3066ca;
	border: solid 1px #ffffff;
	cursor:hand; 	
}

.menu_hover_1
{ 
	color: #001bbe;  
	background-color:#ffffff;
	border: solid 1px #001bbe;
}

table.header_admin
{
	  background-image: url(Images/top_header_bg.gif);
	  height:68px;
}




td.leftmenu_admin
{
    border-right: solid 1px #ffffff;
    height:480px;
    
}



td.logo_admin
{
	text-align: right;
	width: 10%;
	padding-right:8px;
}

td.title_admin
{
		text-align: left;
		font-size: medium;
		font-weight: bolder;
		color: #ffffff;
		width: 90%;
		height:60px;
		padding-left:16px;
}


td.menubar_admin
{
	vertical-align: bottom;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
}

td.menubarleft_admin
{
	background-color: #17508e;
	height:24px;
	vertical-align: top;
	padding-left: 8px;
	padding-top: 2px;
	border: solid 1px #ffffff;
	color: #ffffff;
	font-size: 8pt;
	font-family:Comic Sans MS;
}

td.menubar_strip
{
	background-image: url(Images/toolbar_strip_bg.gif);
	background-repeat:repeat-x;
	height:19px;
}

td.footer_admin
{
    text-align:center;
	color: #001bbe;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	font-family:Comic Sans MS;
	font-size: 10pt;
	width:100%;
	height:32px;
}





 td.footer_admin A:link { COLOR: #FFFFFF; TEXT-DECORATION: none;font-size: 12pt; } td.footer_admin A:hover { CURSOR: hand; COLOR: 
#3366cc; font-size: 12pt; text-decoration: none} td.footer_admin A:active {font-size: 12pt; COLOR: #FFFFFF; TEXT-DECORATION: 
  none }
  
  
  
 .panel
{
    font-family: "Comic Sans MS";
    font-size: 16px;
    font-weight: bold;
    background-color:#3366cc;
    border: 1px solid #0546c2;
    text-align:center;
    padding-top:24px;
    color: #99ccff
}

.panel a
{
    color: #ffffff;
}


td.fieldheading
{
	text-align:right;
	vertical-align:middle;	
	width:30%;
	color: #3366cc;
}

td.fieldheading2
{
	text-align:left;
	vertical-align:middle;	
	color: #3366cc;
}

td.fieldheading_left_top
{
	text-align:left;
	vertical-align:top;	
	color: #3366cc;
}

td.fieldheading_right_top
{
	text-align:right;
	vertical-align:top;	
	color: #3366cc;
}

td.textboxes
{		
	text-align:left;	
	width:70%;
	margin-right:8px;
	padding-left:4px;
}

td.heading
{
    font-family: "Comic Sans MS";
    font-weight: bold;
	background-image:url(Images/btn_normal.gif);
	background-repeat:repeat-x;
	height:24px;	
	padding-left:6px;
	vertical-align:middle;
	border-bottom: solid 1px #0546c2;
	color: #ffffff;
}

.btn
{
    font-family: "Comic Sans MS";
	border: 1px solid #0546c2;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
	background-image:url(Images/btn_normal.gif);
	background-repeat: repeat-x;
	background-position: top;
	height:20px;
}
	
.btn:hover, .btn:focus
 {
    font-family: "Comic Sans MS";
	border: 1px solid #0546c2;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
	background-image: url(Images/btn_hover.gif);
	background-repeat: repeat-x;
	background-position: top;
	height:20px;
}

.errorLabel
{
    color:Red;
    font-family: "Comic Sans MS";
    font-size: 12px; 
    font-weight: bold;  
}



.txt
{
    border: solid 1px #4f72d8;
}

input[type=text]
{
	border: solid 1px #4f72d8;
}

textarea
{
	border: solid 1px #4f72d8;
}

input[type=password]
{
	border: solid 1px #4f72d8;
}