/*------------------------------TOP STYLES--------------------------------*/

body {

background: url(../images/body_bg.jpg) repeat-y #eee;

}
 
#top {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 795px;
	width: 100%;
	height: 120px;
	/*background-color: #cdddf7;*/
	background-image:  url(../images/new_gradient.jpg);
	background-position: left;
	background-repeat: repeat-y;
	margin: 0px;
		
}

.img_wrap {

margin: 0px;

}

#head2 {
	background-color: #661600;
	font-family: Arial;
	font-size: 22px;
	font-style: normal;
	padding-left: 5px;
	color: #ffffff;
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 0px;
	font-variant: small-caps;
	width: 795px;
	height: 25px;
	letter-spacing: 3px;
	border-top: 3px solid #efefef;
	border-bottom: 3px solid #efefef;
	text-align: left;
}


/*---------------------------END TOP STYLES-----------------------------*/


/*---------------------------NAV STYLES-----------------------------*/

#navcontainer { 
 	width: 160px;
	background-image:  url(../images/nav_corner.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	position: absolute;
	background-color:#CBEAFC;
	left: 0px;
	top: 116px;
}

#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
}

#navcontainer a {
	display: block;
	padding: 5px;
	width: 150px;
	background-color: #CBEAFC;
	border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited {
	color: #000;
	text-decoration: none;
}

#navcontainer a:hover
{
	background-color: #f7f5cd;
	color: #000;
	text-decoration: underline;
}

/*------------------------END MENU STYLES--------------------------*/

/*-----------------------START MIDDLE STYLES----------------------*/

.tableHeads
{
	color: #FFF;
	background: #330066;
	font-size: 12px;	
}

.tableHeads a
{
	color: #FFF !important
}

#middle{
	position: absolute;  
	top: 140px;
	left:188px; 
	width: 540px;  
	min-width: 360px; 
	padding-right: 15px; 
	padding-left: 15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px; 
}
 
#middle h3 {
	margin-top: 0px;
	padding-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-variant: small-caps;
	color: #2C0560;
	letter-spacing: 2px; 
	text-decoration: underline;
}

#middle a {
	color: #003366;
	text-decoration: underline;
}

#middle a:visited {
	color: #003366;
	text-decoration: underline;
}

#middle a:visited {
	color: #003366;
	text-decoration: underline;
}

#middle a:hover {
	color: #003366;
	text-decoration: none;
}

/*------------------------END MIDDLE STYLES----------------*/


/*-----------------------START LOGIN STYLES----------------*/
#container {
	text-align: center;
	vertical-align: center;
	width: 300px;
	height: 75
	display;
	background-color: #ffffff;
	border: 1px solid #661d00;
	padding: 2px;
}


#firstbox {
	text-align: center;
	background-color: #003366;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 15px;
	padding: 5px;
	font-weight: bold;
}

#secondbox {
	padding: 5px;
	margin-top: 1px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #f7f5cd;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #80163A;
}

#thirdbox {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF9F40;
	background-color: #cdddf7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	margin-top:1px;
}	

#loginbox{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	background-color: #f7f5cd;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-top: 4px;
}

input {
	border: 1px solid #999;
}

input:focus{
	background-color: #ffffff;
	border: 1px solid #661d00;
}

input.btn { 
	border: 2px #9cf outset;
	background: url(http://www.cognitiveneurology.org/images/title_bg.jpg) repeat-x;
	padding: 2px;
	font-size: 1.23em;
}

/*----------------------END LOGIN STYLES---------------------*/


 /*----------------------START CALENDAR DIVS--------------*/

.content {
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;;
	font-size: 12px;
	color: #003366;
}

.tdbordertop {
	border-top: 1px solid #8399ab;
	border-bottom: 1px solid #8399AB;
}

.tdleftborder{
	border-top: 1px solid #8399ab;
	border-bottom: 1px solid #8399AB;
}

.h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0px;
	font-weight: normal;
	color: #661d00;
}

/*--------------------END CALENDAR DIVS--------------*/

/*----------------------START CREATE_ACCOUNT STYLES---------------------*/

#account_box {
	padding: 7px;
 	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

fieldset {
	border: 1px solid #CCC;
	padding: 4px;
	padding-bottom: 11px;
}

legend {
	font-size: 12px;
	font-weight: bold;
	color: #0046D5;
}

#account_box hr {
	height: 1px;
	color: #FFF;
}

#account_box input {
	position: absolute;
	left: 120px;
}

#account_box textarea {
	position: absolute;
	left: 120px;
	margin-bottom: 10px;
}

#account_box .description {
	float: left;
	width: 85px;
}

#account_box .selected {
	color: #7EC0D7;
}

.textarea_space {
	height: 60px; 
}

divider.hr {
	color: #CCC;
	width: 1px;
}

/*----------------------END CREATE_ACCOUNT STYLES---------------------*/

/*----------------------BEGIN ADMIN STYLES---------------------*/

.admin_description {
	text-decoration: underline;
	text-size: 17px; 
	color: #A40032;
}

.sys_msg {
	background-color: #FFFF99;
	font-weight: bold;
	color: #000;
	margin-bottom: 6px;
	padding: 4px;
	border: 1px solid #CCC;
}

.item_table {
	border: 1px solid #ccc;
	margin: 1px;
}