/* CSS Global Styles: /include/css/global.css */

/* Contains all the styles that define the layout of html pages.
It has mostly 'global' styles that apply to most if not all pages. */

body { margin: 0; background: #fff url(../../images/bg.gif) repeat-x; }
body,table,td,th, p {
	font: 12px Arial;
	color: #333;
}
img { border: 0px; }

a:link, a:visited, a:active
{
    font: 11px Arial;
    color: #d00012;
    text-decoration: none;
}
a:hover{ text-decoration: underline; }

h1 { font: bold 18px; }
h3 { font: bold 14px; }
h4 { font: bold 12px; }

/*///////////////////////////////////////////////////////
// Form Styles
///////////////////////////////////////////////////////*/
input.checkbox, input.radio
{
    width: 15px;  
    height: 15px;
    vertical-align: top;
    padding-right: 10px;
}
label,input,select,textarea { margin-bottom: 10px; float: left; display: block; }
input.checkbox { vertical-align: middle; height: 17px; }
label { width: 140px; text-align: left;	padding-right: 10px; }
br { clear: left; }

.required { color: red; font-weight: bold; }


/*///////////////////////////////////////////////////////
// Misc. Styles
///////////////////////////////////////////////////////*/
.pusher { clear:both; }
.imgborder {
		float:left;
		border:solid 3px #EFEFEF;
		margin:0px 15px 10px -15px;}


/*///////////////////////////////////////////////////////
// 2ahead Branding Styles
///////////////////////////////////////////////////////*/
#twoahead
{
    color: #fff;
    font: 11px Tahoma;
    text-decoration:none;
}
#twoahead a:link{ text-decoration:none; font: 11px Tahoma; color:#999; }
#twoahead a:hover { text-decoration:underline; }

