﻿/*BASIC FORMATTING TAGS*/
html, body 
{
	height: 100%;
}

body
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:11px;
    font-weight:normal;
    line-height:16px;
    color:#333333;
	padding:0;
	margin:0;
}

/* for background images etc. */
.body 
{
    
}

img {
	padding:0;
	margin:0;
	border:none;
}

.img_bordered, .hl_bordered img
{
border: solid 1px #999999 !important;
}

a {color:#f00;text-decoration:none;}
a:hover {text-decoration:underline;}

ul {}
li {}
h1 {}
h2 {}
h3 {}
h4 {}


form {padding:0;margin:0;}

form select, form input, form textarea {
    font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:11px; 
}


/* standards for form fieldset areas */
form fieldset{
	background-color:#EFEFEF;
	
	border: solid 1px #444444;	
		
	margin: 20px 0px 20px 0px;
	position:relative;
	display:block;
	padding: 0px 10px 10px 10px;
}

form fieldset legend{	
	background-color: #444444;
	font-size:12px;
		
	color:#EFEFEF;
	font-weight:bold;
	font-variant:small-caps;
		
	padding: 0px 8px 2px 8px;
	margin: 2px 0px 10px 0px;
	position:relative;
	top: -10px;
	
}	 

.form_table th {
    width: 80px;
    text-align: right;
    font-weight:bold;
     
    
}

/* buttons and tabs */

.btn
{
	background-image: url(../images/button.gif);
	background-position: right top;
	background-color: #DDDBD7;
	background-repeat: repeat-x;
	border: solid 1px #A8A8A8; 
	padding-top: 0px;
	padding-bottom: 0px;
	cursor: hand;
	cursor:pointer; 
	color: #333333;
	margin-bottom: 1px;
}

.btn:hover
{
	background-image: none;
	background-color: #A8A8A8;
	border: solid 1px #666666; 
	color: Black;
}

a.btn, a.btn:hover 
{
	padding-top: 1px;
	text-decoration: none;
	margin-bottom: 10px;
	bottom: 1px;
	position: relative;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

.tabs_std 
{
    text-align: left;
}

.tabs_std .btn_tab_on
{
    background: White url(../images/button_tab.gif) repeat-x scroll right top;
	border-right: solid 1px #A8A8A8; 
	border-top: solid 1px #A8A8A8; 
	border-left: solid 1px #A8A8A8; 
	line-height: 18px;
	padding: 1px 15px 3px 15px;
	cursor:default; 
	color: #333333;
	text-decoration: none;
	margin-right: 1px;
	position: relative;
	bottom: 0px;
	z-index: 100;
}

.tabs_std .btn_tab_off
{
    background: White url(../images/button_tab_off.gif) repeat-x scroll right top;
	border-right: solid 1px #C9C9C9; 
	border-top: solid 1px #C9C9C9; 
	border-left: solid 1px #C9C9C9; 
	line-height: 17px;
	padding: 1px 15px 2px 15px;
	cursor:pointer; 
	color: #666666;
	text-decoration: none;
	margin-right: 1px;
}

.tabs_std .btn_tab_off:hover {
	text-decoration: none;
	background-image: none;
	background-color: #A8A8A8;	
	border-right: solid 1px #666666; 
	border-top: solid 1px #666666; 
	border-left: solid 1px #666666; 
	border-bottom: solid 1px #666666; 
	color: Black;
}

.tabs_std .btn_tab_on:hover {
	text-decoration: none;
}


.tabs_std div 
{
	background-color: White;
	border: solid 1px #A8A8A8; 
	padding: 6px;
	
}