/***************************
Defaults
****************************/
body { margin: 0; padding:0; }
body, td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
}
a { color: #666666; text-decoration: none; }
a:hover { text-decoration: underline; }

.note { font-size: 11px; color: #999; font-weight: normal; }
.white { color: #fff; }
.red { color:#990000; }
.black { color:#333; }

/***************************
Forms
****************************/
.input, input.box, textarea  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	border:1px solid #AAAAAA;
	padding: 3px;
}

select, optgroup {
	font-size: 11px;
	color: #000000;
	border: 1px solid #AAAAAA; 
	padding: 2px;
}

input.button, .button {
	background-color: #CCCCCC;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	padding: 2px;
}

.label {
	 text-align:right; 
	 vertical-align:top;
	 font-weight: bold;
	 padding-right:5px; 
}

/***************************
Errors
****************************/
.errorbox {
	border: 1px solid #DF4337;
	background-color:#FFA69F;
	vertical-align:middle;
	padding: 4px;
	color: #333 !important;
}
.msgbox {
	border: 1px solid #00CC33;
	background-color:#CCFFCC; 
	padding: 4px;
	vertical-align:middle;
	color: #333 !important;
}
.yellowbox {
	background-color:#FFFFCC; 
	border:#FFCC33 solid 1px;
	padding: 4px;
}
.error { font-weight:bold; color:#DF4337; }


/***************************
Bubble Buttons
****************************/
a.btn_blue:link span, a.btn_blue:visited span { 
	float:left; 
	background:url("/images/misc/btn-blue.gif") top right no-repeat; 
	padding: 8px 12px 0 0; 
	height:26px; 
	cursor:pointer; 
	color:#ffffff; 
	font-weight:bold; 
	font-size:120%; 
	text-decoration:none;
}
a.btn_blue:link span.btn_blue_left, a.btn_blue:visited span.btn_blue_left { 
	float:left; 
	background:url("/images/misc/btn-blue.gif") top left no-repeat; 
	width:12px; 
	padding: 0; 
	height:33px; 
	cursor:pointer;
}
a.btn_blue:hover span, a.btn_blue:focus span { 
	color:#ffffff; 
	text-decoration:underline; 
}

a.btn_orange:link span, a.btn_orange:visited span { 
	float:left; 
	background:url("/images/misc/btn-orange.gif") top right no-repeat; 
	padding: 8px 12px 0 0; 
	height:26px; 
	cursor:pointer; 
	color:#ffffff; 
	font-weight:bold; 
	font-size:120% !important; 
	text-decoration:none;
}


/***************************
Tags
****************************/
.tags {
	font-size:12px; 
	color:#666; 
	text-decoration: underline;
}
.tags:hover { color:#333}
.tagincloud {
	color:#666666; 
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#tag_success, #tag_fail, #tag_process { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff; 
	padding-left: 3px;
}

/**********************
Header & Footer
***********************/

/* Clearfix by Conail - for menu */
.clearfix:after  {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}
/* Hide from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#header { background-color:#FFF; }
.search { line-height: 1px; }

.headertopnav {
	font-family: Arial, Helvetica, sans-serif;
	color: #808080 !important;
	font-weight: bold;
	line-height: 14px;
	letter-spacing: 0px;
}

.headerbotnav { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF !important;
	font-weight: bold;
	letter-spacing: 0px;
}

#header a.headertopnav:hover { text-decoration: underline; }
#header a.headerbotnav:hover { text-decoration: none; }

.footer { letter-spacing: 0px; color: #666666; }
a.footer { 	font-weight: bold; }
.footersm { font-size: 9px; color: #666666; }
a.footersm { text-decoration: underline; }
