/*
padding-top
padding-right
padding-bottom
padding-left
*/

.alert_success, .alert_error, .alert_info {  
    border: 1px solid;  
    margin: 10px 0px;  
    padding:15px 10px 15px 50px;  
    background-repeat: no-repeat;  
    background-position: 10px center;  
}  

.alert_success {  
    color: #4F8A10;  
    background-color: #DFF2BF;  
    background-image:url('images/alert_success.png');  
}  

.alert_error {  
    color: #D8000C;  
    background-color: #FFBABA;  
    background-image: url('images/alert_error.png');  
}  


.alert_info {  
    color: #555;  
    background-color: #FFF380;  
    background-image: url('images/alert_info.png');  
}  


.asterisk {  
    background-image: url('images/asterisk.gif');  
}  


.error2 {  
    color: #D8000C;  
}  

.greybox_popup {
	background: #666 url("images/sprites.gif") repeat-x 0 100%;
	font: 200% arial;
	letter-spacing: -.05em;
	margin:10px 10px 10px 40px;
	padding:10px 10px 15px 10px;
	color:#ccc;
	border:none
	}


.logged_in_box {
	background-color: #FFFFCD;
	background-repeat: no-repeat;
	width: 150px;
	margin: 2px;
	padding: 1px;
	border: solid 1px #eee;
	font-family: Tahoma;
	font-size: .6em;
	font-style: normal;
	font-weight: normal;
	color: #000080;
	text-align: center;
	}

.logged_in_box a {
	color: #c00000;
	}

.combo { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 0.8em; 
	border: #aaa; 
	color: #555; 
	border-style: solid; 
	border: 1px; 
	width: 170px;
	} 

.combo_form { 
	width: 213px;
	} 

.page_head {
	color: #c00;
	border-bottom: dashed 1px #eee;
	padding-bottom: 0.1em;
	font-size: 1.8em;
	position:relative;
	margin: 0 0 10px;
	}
	
.page_subhead {
	color: #555555;
	padding-bottom: 0.1em;
	font-size: 1.2em;
	position:relative;
	margin: 0 0 10px;
	font-weight: bold;
	}

.last_updated {
	color: #c00;
	padding-top: 20px 0 0 0;
	padding-bottom: 0.1em solid #eee;
	font-size: 0.9em;
	position:relative;
	margin: 0 0 20px;
	font-weight: bold;
	}

.heading {
	color: #c00000;
	padding-bottom: 0.1em;
	font-size: 1.0em;
	position:relative;
	}

.subheading {
	color: #555555;
	padding-bottom: 1.0em;
	font-size: 0.9em;
	font-weight: bold;
	}

.text {
	color: #555555;
	font-size: 0.8em;
	font-weight: normal;
	padding: 0 50px 0 0px;
	}

.table_title_bg	{
	line-height: 1.8em;
	background: #eeeeee;
	color : #555; 
	}

.table_post	{
	font-size: 0.8em;
	font-weight: bold;
	padding: 2px 3px;
	border-style:solid;
	border-top:thin 1px #555555;
	border-left:thin 0px #ffffff;
	border-right:thin 0px #ffffff;
	border-bottom:thin 0px #ffffff;
	white-space: normal;
	background: #eeeeee;
	color: #c00;
	}

.table_post_top	{
	font-size: 0.8em;
	font-weight: normal;
	padding: 2px 3px;
	border-style:solid;
	border-top:thin 1px #555555;
	border-left:thin 1px #eeeeee;
	border-right:thin 1px #eeeeee;
	border-bottom:thin 1px #eeeeee;
	white-space: normal;
	background: #ffffff;
	color: #c00;
	}

.table_post_text	{
	font-size: 0.8em;
	font-weight: normal;
	padding: 2px 2px;
	border-style:solid;
	border-top:thin 0px #555555;
	border-left:thin 0px #eeeeee;
	border-right:thin 0px #eeeeee;
	border-bottom:thin 0px #eeeeee;
	white-space: normal;
	background: #ffffff;
	color: #555;
	}

.table_post_bottom	{
	font-size: 0.8em;
	font-weight: normal;
	padding: 2px 3px;
	border-style:solid;
	border-top:thin 0px #555555;
	border-left:thin 1px #eeeeee;
	border-right:thin 1px #eeeeee;
	border-bottom:thin 1px #eeeeee;
	white-space: normal;
	background: #ffffff;
	color: #c00;
	}

.table_title	{
	font-size: 12px;
	font-weight: bold;
	padding: 2px 3px;
	border-style:solid;
	border-top:thin 0px #555555;
	border-left:thin 0px #ffffff;
	border-right:thin 0px #ffffff;
	border-bottom:thin 0px #ffffff;
	white-space: normal;
	background: #eeeeee;
	color: #555555;
	}

.table_heading	{
	padding: 5px;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.4em;
	border-bottom: 1px solid #555555;
	color : #555555; 
	background: #ddd;
	}

.table_text	{
	padding: 5px;
	font-size: .9em;
	line-height: 1.4em;
	border-bottom: 1px dotted #eee;
	color : #555555; 
	}

.table_text2 {
	padding: 5px;
	font-size: .9em;
	line-height: 1.4em;
	border-bottom: 1px dotted #ddd;
	background: #eed;
	color : #555555; 
	}

.table_text a, a:visited {
	text-decoration: none;
	color : #555555; 
	}

.table_text a:hover {
	text-decoration: underline;
	}

.table_text2 a, a:visited {
	text-decoration: none;
	color : #555555; 
	}

.table_text2 a:hover {
	text-decoration: underline;
	}

.tiny	{
	padding: 5px;
	font-size: .7em;
	line-height: 1.4em;
	color : #555555; 
	}

.border-bottom	{
	border-bottom: 1px dotted #eee;
	}

.id_highlight {  
    color: #c00;  
	font-size: 1.0em;
	}  

.success {  
    color: #4F8A10;  
	font-size: .9em;
	}  

.successbox {  
    border: 1px solid #4F8A10;  
    margin: 10px 0px;  
    padding:15px 50px 15px 10px;  
	color: #4F8A10;  
    background-color: #DFF2BF;  
	}  

.errorbox {  
    border: 1px solid #D8000C;  
    margin: 10px 0px;  
    padding:15px 50px 15px 10px;  
	color: #D8000C;  
    background-color: #FFBABA;  
	}  

.error {  
    color: #D8000C;  
	font-size: .9em;
	}  


.instruction {  
    border: 1px solid #555;  
    margin: 10px 0px;  
    padding:10px 10px 10px 30px;  
	color: #555;  
    background-color: #eee;  
	font-size: .8em;
	}  

.floatleft {
float: left;
margin-top: 0px;
margin-bottom: 10px;
margin-left: 0px;
margin-right: 10px;
}

.floatright {
float: right;
margin-top: 0px;
margin-bottom: 10px;
margin-left: 10px;
margin-right: 0px;
}

.thumbleft {  
	border: 0px solid #eee; 
	padding: 5px 5px 5px 5px;
	text-align: left; 
	margin-left:5px; margin-right:5px; margin-top:5px; margin-bottom:5px;
	}  

.tags {  
    background-color: #eee;  
	padding: 5px;
	line-height: 1.4em;
	color : #555; 
	} 

.search_explanation {  
	font-size: .9em;
	}  


table.sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 3px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
}
table.sample th {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 0px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	background-color: #eeeeee;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sample td {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}


.forum_text {
	padding: 10px;
	}

