/*
  $Id: stylesheet.css
*/

/*/////////////////////// MAIN STYLES ////////////////////////////////*/
body {
	margin: 0px;
	margin-bottom: 15px;
	background: #ffffff;
	/*background:url(../../images/background-pattern.gif);*/
	background-repeat:repeat;
}

body,td,th {
	font-family: Arial, helvetica, sans-serif;
	color: #364853;
	font-size: 11px;
}

html { overflow: -moz-scrollbars-vertical; }

a {
	color: #636363;
	text-decoration: none;
} 

a:hover {
	color: #043D8A;
	text-decoration: none;
}

a.bold:hover { text-decoration: none; }

.xsmall {font-size: 8px; }
.small {font-size: 9px; }
.normal { font-size: 10px; }
.large { font-size: 13px; }
.xlarge { font-size: 14px; }
.xxlarge { font-size: 20px; }

.bold { font-weight: bold; }

.centerText {
	text-align:center;
}

/*/////////////////////// FONT COLOR STYLES ////////////////////////////////*/

.red {
	color:#FF0000;
}

/*/////////////////////// FORM STYLES ////////////////////////////////*/

.formText
{
	font-family: Arial, helvetica, sans-serif;
	font-size:11px;
	color: #364853;
}

.inputstyle, input.text, select.inputstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-left: 2px;
}


/*/////////////////////// PADDING STYLES ////////////////////////////////*/

.leftPadding30 {
	padding-left:30px;
}

.topPadding10 {
	padding-top:10px;
}

.bottomPadding10 {
	padding-bottom:10px;
}