/*  ========================================================
    |                     OJAI STYLESHEET                  |
    ======================================================== */

/*  ==================== Links =========================  */

a, .a:visited {
	text-decoration: underline;
	color: #4e90dc;
	text-align: left;
	}

a:hover {
	text-decoration: none;
}


/*  ===================== PAGE BODY ====================  */

body {
	scrollbar-base-color: #f1ead0;
	background: url(images/page_bg.jpg) #72bbd0;
	background-repeat:repeat-x;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
} 

P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

/* Tables */

.DataTable {
/* background-color: #FFFFFF; */
font-size: 12px;
width: 100%;
color: #825c2b;
}

.DataTable td {
border-bottom:solid 1px #89a2b8;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 5px;
padding-right: 5px;
}

.DataTable th {
background-color: #88a1b7;
color:#ffffff;
font-weight: bold;
padding-top: 2px;
padding-bottom: 2px;
padding-left: 5px;
padding-right: 5px;
text-align: left;
}

.LoginTable {
font-size: 12px;
width: 165px;
color: #825c2b;
}

table {
font-size: 12px;
color: #825c2b;
}

/* ================== General Page Formatting ==================== */

.PageHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #825c2f;
	padding-top: 10px;
}

.PageHeader_Sub {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	font-weight: bold;
	font-decoration: 
	color: #825c2f;
}

.PageHeader_Sub_Sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #825c2f;
}

.PageText_Small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #825c2f;
}

.PageText_Small_White {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}

/* Events Page */

.Page_Event {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #88a1b7;
}

.Page_Event_Detail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #825c2f;
}



/* ================== CURSORS ==================== */

.cursorhand
{
	cursor: hand;
	cursor: pointer; /* NS and IE use different styles, so using both will apply the 'hand' cursor to either browser */
}



/*  =============== BULLETS ===================  */

.Bullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	list-style-type: square;
	list-style-position: outside;
	text-align: left;
}


/* ========================= Printing  ============================== */


.printonly  {
	DISPLAY: none;
}

/* ========================= Horizontal Rule ======================== */

hr
	{
		/* border-style : solid; */
		padding: 2px;
		height : 2px;
		border-color : #666666;
	}


/* ======================== PAGE LAYOUT =================== */

#OjaiPage {
	position:relative;
	display: block;
}

#LoginPos {
	position: absolute;
	top: 265px;
	left: 40px;
	/* background-color: #fad864; */
	}

#LoginPos table {
	color: #5576d5;
	}


#LoginLinks {
	position: absolute;
	top: 425px;
	left: 40px;
	color: #5576d5;
	}
	


#Scrollable_Container {
	width:569px;
	height:534px;
	margin-left: 15px;
	overflow:scroll;
	overflow-x:hidden;
}

#Non_Scrollable_Container {
	width:569px;
	height:534px;
	margin: 0px;
	overflow-y:clip;
	overflow-x:clip;
}

/* ULC */
.LogonId, .Password {margin: 0px 0px 5px 0px;}
.LogonIdLabel, .PasswordLabel {display:block;float:left;width:60px;margin:0px 15px 0px 0px; }
.LogonIdInput, .PasswordInput { width:70px;}
.Submit {display:block;margin:0px 5px 0px 78px;}
.HelpGuide, .ForgotPassword {display:block;}
.WhereIsPassword {	font-family: Arial, Helvetica, sans-serif;font-size: 9px;font-weight: bold;color: #0033FF;display: block;text-decoration: underline;padding-top: 0px;padding-left: 0px;padding-bottom: 0px;padding-right: 0px;background-repeat: no-repeat;margin: 10px 0px 0px 0px;}
.AdaptiveMessage, .TokenMessage {position:absolute; top:80px; left:-11px; width:200px;padding:3px; border:2px solid #848E94; font-family: arial; font-size:9px;background-color:white; color: #848E94; font-weight:bold;display:none;}