﻿/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: #FFFFFF;
    FONT-FAMILY: Tahoma;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin: 0px 0px 0px 0px */
}


.button_action
{  font-family:		Tahoma;
   font-weight: 	bold;
   font-size:		8pt;
   height:		14pt;
   text-decoration: 	none;
   background-color: 	#CE0000;       
   color: 		#ffffff;            
   border: 		1px outset;               
   border-color: 	#f0f0f0 #696969 #696969 #f0f0f0; 
   cursor:		hand;
}

.button_action2
{  font-family:		Tahoma;
   font-weight: 	bold;
   font-size:		8pt;
   height:		14pt;
   text-decoration: 	none;
   background-color: 	#CCCC66;       
   color: 		#000000;            
   border: 		1px outset;               
   border-color: 	#f0f0f0 #696969 #696969 #f0f0f0; 
   cursor:		hand;
}

.button_action3
{  font-family:		Tahoma;
   font-weight: 	bold;
   font-size:		8pt;
   height:		14pt;
   text-decoration: 	none;
   background-color: 	#CCCC66;       
   color: 		White;            
   border: 		1px inset;               
   border-color: 	#f0f0f0 #696969 #696969 #f0f0f0; 
   cursor:		hand;
}






.tableMain 
{
	/*border: solid 2px #cc3333*/
}

.tableHeader
{
	/*border: solid 1px #cc3333;*/
	background-color: #CE0000;
}


.tablemenubar
{
	background-color: #DDDDDD;
	color: #000000;	
}

.tablefooter
{
	background-color: #DDDDDD;
	color: #666;
}


.tableElements
{
	background-color: #EAEAEA;
	padding-top:1px;
	padding-bottom:1px;
	BORDER-Top: #EEEEEE 2px solid;
	BORDER-RIGHT: #999999 2px solid;
	BORDER-LEFT: #EEEEEE 2px solid;
	BORDER-BOTTOM: #999999 2px solid;
}


.tableData
{
	background-color: #EAEAEA;
	padding-top:1px;
	padding-bottom:1px;
	BORDER-Top: #EEEEEE 2px solid;
	BORDER-RIGHT: #999999 2px solid;
	BORDER-LEFT: #EEEEEE 2px solid;
	BORDER-BOTTOM: #999999 2px solid;
}



.page_title 
{
	color: #000000;
	font-style: normal;
	font-size: 20px;
	line-height: 24px;
	font-family: Tahoma;
}



.text_small {
	font-family : Tahoma;
	font-size : 11px;
}

.dropdown_small {
	font-family : Tahoma;
	font-size : 11px;
}

.text_tiny {
	font-family : Tahoma;
	font-size : 9px;
}


.text_small_bold {
	font-family : Tahoma;
	font-weight: bold;
	font-size : 11px;
}

.text_small_italic {
	font-family : Tahoma;
	font-style: italic;
	font-size : 10px;
}


.text_medium {
	font-family : Tahoma;
	font-weight: bold;
	font-size : 14px;
}

.text_medium_bold {
	font-family : Tahoma;
	font-weight: bold;
	font-size : 13px;
}



.header_medium
{
	font-family : Tahoma;
	font-size : 14px;
}

.header_medium_bold
{
	font-family : Tahoma;
	font-weight: bold;
	font-size : 14px;
}


.text_error
{
	font-family : Tahoma;
	font-size : 11px;
	color : red
}

.text_error_medium
{
	font-family : Tahoma;
	font-size : 14px;
	color : red
}


.text_success
{
	font-family : Tahoma;
	font-size : 11px;
	color : green
}




.header_medium_bold_with_blank
{
	font-family : Tahoma;
	font-weight: bold;
	font-size : 14px;
	height :15px;
	margin-top : 30px;
	
	
}







.grid_header
{
	/*background-color: #003399;*/
	background-color: #000066;
	font-size: 11px;
	font-family: Tahoma;
	font-weight: bold;
	color: #ffffff;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.grid_header_blank
{
	/*background-color: #000000;*/
	font-size: 11px;
	font-family: Tahoma;
	font-weight: bold;
	color: black;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-width: 0px;
}



.grid_record
{
	font-size: 11px;
	font-family: Tahoma;
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 1px;
	/*background-color: #FFFFFF; */
}

.grid_record_blank
{
	font-size: 11px;
	font-family: Tahoma;
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 1px;
	border-width: 0px;
}


.grid_record_same
{
	background-color: #000000;
}


.grid_record_alt
{
	background-color: #EEEEEE;
}

.grid_record_error
{
	font-size: 11px;
	font-family: Tahoma;
	font-weight: bold;
	color: red;
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 1px;
}



.menubar_links
{
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma;
	color: #ffffff;
	text-decoration: none;
}

.menubar_links_selected
{
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma;
	color: #99CCFF;
	text-decoration: none;
}

.message_green {
	font-family : Tahoma;
	font-size : 8pt;
    	COLOR: "#006600";
    	font-weight  : bold;
}

.form_subtitle
{
	font-family : Tahoma;
	font-weight: bold;
	font-size : 11px;
	height :15px;
	margin-top : 30px;
}

.form_blank_line
{
	height : 15px;	
	
}


.banner_main_menu_text {
	font-family : Tahoma;
	font-size : 8pt;
	font-weight  : bold;
	color : black;
	/*border-right:solid 1px #000000;*/
	text-align: left;
	padding-left:5px;
}

.banner_main_menu_text_alt {
	font-family : Tahoma;
	font-size : 8pt;
	font-weight : bold;
	color : #CE0000;
	/*border-right:solid 1px #000000;*/
	text-align: left;
	padding-left:5px;
}
