/***** Global Settings *****/

html, body 
{
    border:0;
    margin:0;
    padding:0;   
    color:#AFAFAF;
}

body 
{
    font-family :verdana, helvetica, sans-serif;
    font-size: 12px;
    background-position:top; 
    background-image: url(../images/front/backgroundrpt.jpg);
    background-repeat:repeat-x; 
    background-color:#ffffff;
}

.noScript
{
    background-color:#FFFF99;
    border-bottom:1px solid #FFCC00;
    color:#000000;
    height:28px;
    width:100%;    
}
.noScript img 
{
    float:left;
    margin-left:2px;
    margin-top:2px;
}
.noScript span 
{
    display:block;
    padding-top:6px;
    color:#868686;
    font-family:Tahoma,Helvetica,sans-serif;
    font-size:12px;
    line-height:140%;
}

/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 
{
    margin:0;
    padding:0;
    font-family :verdana, helvetica, sans-serif; 
    font-weight:bold;
    font-size:18px;
    color:#82d9fb;
} 

p
{
    font-family :verdana, helvetica, sans-serif;
    font-size: 12px; 
    color:#595959;
    padding:0;  
    margin:0;
    padding-top:5px;
    padding-bottom:5px;
    line-height: 16px;
}
ul li
{
    color:#595959;
}
hr
{
    background-color: transparent;
    border: 0;
    border-bottom:dashed 1px #939091;
}
blockquote 
{
    margin:22px 40px;
    padding:0;
}

small 
{
    font-size:0.85em;
}

img {
border:0;
}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}

sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

/***** Links *****/

a, a:visited {
text-decoration:none;
color:#3DAFEE;
}

/***** Forms *****/

form {
margin:0;
padding:0;
display:inline;
}

input, select, textarea {
font:1em verdana, helvetica, sans-serif;
}

textarea {
line-height:1.25;
}

label {
cursor:pointer;
}


/***** Wrapper *****/

#wrapper 
{
	position:relative;
	width:955px;
	margin:0 auto;        
}

/***** Global Classes *****/

.clear 			{ clear:both; }

.float-left 	{ float:left; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

.wrap 			{ position:relative; width:760px; height:567px; margin:0 auto; }

.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{ float:right;margin:4px 0 4px 10px; }

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }

/********** Calendar CSS ***********/
.bamboo_calendar_date {
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	padding: 2px;
	z-index: 20;
}
.bamboo_calendar_date h1{
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.bamboo_calendar_date table tr td table tr th {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	width: 26px;
	padding-left: 1px;
	text-align: center;
}
.bamboo_calendar_date table tr td table {
	border-collapse: collapse;
}
.bamboo_calendar_date table tr td table tr td {
	text-align: center;
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
	width: 26px;
	height: 26px;
}
.bamboo_calendar_date table tr td table tr td a {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
}
.bamboo_calendar_date table tr td table tr td a:hover {
	color: #000000;
	background-color: #C4DBFD;
	font-size: 11px;
	font-weight: bold;
}
.bamboo_calendar_date table tr td table tr td strong a {
	font-family: "Courier New", Courier, mono;
	background-color: #C4DBFD;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
}
.bamboo_calendar_date .dayNumber {
	font-weight: bold;
	background-color: #0099FF;
	color: #FFFFFF;
}
.bamboo_calendar_date .dayNumberSelected {
	font-weight: bold;
	background-color: #FFFFBB;
	color: #000000;
}
.bamboo_calendar_date .left {
	text-align: left;
}
.bamboo_calendar_date .left a, .bamboo_calendar_date .right a{
	font-family:"Trebuchet MS";
	color:#000000;
	font-size:12px;
}
.bamboo_calendar_date .right {
	text-align: right;
}
/* forms */
.formRow, .userFormItem
{
    clear:both;
    padding: 2px;
    padding-top: 8px;
    margin: 1px;
}
.formFail, .userFormItemError
{
    background-color: #ef9a2c;
    display: block;
    width:165px;        
    padding: 2px;
    float:right;
    color:#fff;
}
.formLabel, .userFormLabel
{
    float:left;
    color:#82d9fb;
    font-size:12px;
    width: 20%;
}
.formField, .userFormField
{
    float:right;
    text-align: left;
    width:75%;
}
.formFieldBox
{ 
    text-align: left;
    width:300px;
}
.formFieldText
{
    text-align: left;
    width:300px;
}
.textBox, .userTextBox
{
    width:250px;
    border:solid 1px #e0e0e0;
    background-color:#f8f8f8;
}
.textBoxArea
{
    width:250px;
    height: 60px;
    border:solid 1px #e0e0e0;
}
.validationMsg, .userFormMsg
{
    text-align: left;
    vertical-align:top;
    padding-left: 5px; 
    color:#fff;    
}
#recaptcha_widget_div
{
    float:left;
}
.textBoxLogin
{
    width:200px;
}
.loginMessage
{
    width:100%;
    text-align: left;
    color:#595959;
    padding-top: 5px;
}
.formMessage
{
    width:80%;
    text-align:left;
    padding: 5px;  
    margin-left: 20%;    
    color:#ef9a2c;
}
