/* ####################################################### */
/* ################# STANDARD FORMATTING ################# */
/* ####################################################### */
body {
background-color:#555555;
color:#777777;
}

p {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
margin:0px;
line-height:1.5em;
}

h1 {
letter-spacing:-1px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:28px;
color:#333333;
font-weight:normal;
margin:0px;
}

h2 {
letter-spacing:-1px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:22px;
color:#444444;
font-weight:normal;
margin:0px;
}

h3 {
letter-spacing:0px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
color:#999999;
font-weight:normal;
margin:0px;
}

h4 {
letter-spacing:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333; 
font-weight:bold;
margin:0px;
}

input, textarea, select {
display:block;
border:1px solid #DDDDDD; 
padding:2px;
color:#666666;
}

input.hidden {
	border:10px;
}
/* ######################### */



/* ####################################################### */
/* ####################### CLASSES ####################### */
/* ####################################################### */
.clearing {
clear:both;
height:0px;
line-height:1px;
}
/* ############### TEXT ############### */
.text {
background-color:#ffffff;
border:1px #cccccc solid;
padding:2px;
font-size:10px;
color:#333333;
}


#footer p {
font-size:9px;
}

.meeting_details {
font-size:13px;
margin:0px;
color:#444444;
line-height:normal;
}

.nav {
font-size:13px;
margin:0px;
color:#444444;
line-height:normal;
font-weight:bold;
}

.nav_sub {
font-size:11px;
margin:0px;
color:#444444;
line-height:normal;
font-weight:bold;
margin-left:5px;
margin-top:2px;
}

.headertext {
font-size:12px;
}

.error {
	background-color:#ff9999;
	color:#CC0000;
	font-weight:bold;
	margin-bottom:10px;
	padding:5px;
	border:2px solid #ffcccc;
	/*background:url(../../images/error.gif); */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.confirm {
	background-color:#bddb9b;
	color:#3b541d;
	font-weight:bold;
	margin-bottom:10px;
	padding:5px;
	border:2px solid #a2b191;
	/*background:url(../../images/error.gif); */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.large {
	font-size:16px;
	font-weight:bold;
}

.hrline {
	height:5px;
	margin-bottom:5px;
	border-bottom:2px solid #dddddd;
}
.hrline_blue {
	height:5px;
	margin-bottom:5px;
	border-bottom:2px solid #94e4f2;
}
.hrline_darkblue {
	height:5px;
	margin-bottom:5px;
	border-bottom:4px solid #315c88;
}

.date {
 color:#333333;
 background-color:#ffffcc;
 padding:2px;
}

.member_list {
				font-size:11px;
				font-family:Verdana, Arial, Helvetica, sans-serif;
			}
			
.member_list td {
	border-bottom:1px #eeeeee solid;
	padding:3px;
}

/* ############ */


/* ########### MEETING TABLE ########### */
.headercell {
 border-top:2px solid #cccccc; 
 border-bottom:1px solid #cccccc; 
 padding:2px 0px;
 font-weight:bold;
 color:#333333;
 background-color:#eeeeee;
}

.normalcell {
 border-top:1px solid #dddddd;
 border-bottom:1px solid #dddddd; 
 padding:2px 0px;
}

.meetingCellDelete {
width:14px;
padding:0px;
margin:0px;
height:14px;
font-weight:bold;
background-color:#f5f5f5;
}

.meetingCellLeft {
width:20px;
padding:2px 10px 2px 0px;
font-weight:bold;
background-color:#f5f5f5;
}

.meetingCellMiddle {
width:385px; 
padding:2px 10px 2px 0px;
font-weight:bold;
background-color:#f5f5f5;
}

.meetingCellRight {
width:150px;
padding:2px 0px;
font-weight:bold;
background-color:#f5f5f5;
}
.meetingCellTab {
width:39px; 
padding:2px 0px;
font-weight:bold;
background-color:#f5f5f5;
}



.meetingCellLeftIndent {
width:25px;
padding:2px 0px;
}

.meetingCellMiddleIndent {
width:270px; 
padding:2px 10px 2px 0px;
}

.meetingCellRightIndent {
width:150px;
padding:2px 0px;
font-style:italic;
}

.meetingCellTabIndent {
width:40px;
padding:2px 0px;
/* font-style:italic; */
font-weight: bold;
}

.meetingCellIndent {
width:35px;
}
/* ############ */
/* ######################### */



/* ####################################################### */
/* ################# PAGE STRUCTURE DIVS ################# */
/* ####################################################### */
#header {
width:920px;
margin:30px auto 20px auto;
}

#wrapper {
width:920px;
margin:0px auto 0px auto;
background:url(../../images/background.jpg) #ffffff repeat-y;
padding:0px;
}

#wrapper_top {
width:920px;
height:27px;
background:url(../../images/background_top.jpg) no-repeat top right;
}

#wrapper_bottom {
width:920px;
height:27px;
background:url(../../images/background_bottom.jpg) no-repeat bottom right;
margin:15px 0px 0px 0px;
}

#container {
width:625px;
float:left;
padding:0px 15px;
clear:both;
}

#sidebar {
width:235px;
float:right;
padding:0px 15px;
}

#footer {
width:920px;
margin:10px auto 20px auto;
color:#dddddd;
}

/* ######################### */



/* ####################################################### */
/* ################### LINK FORMATTING ################### */
/* ####################################################### */
a:link, a:visited {
color:#315C88;
text-decoration:none;
}

a:active, a:hover {
color:#4487CC;
background-color:#f5f5f5;
text-decoration:none;
}

#footer a:link, #footer a:visited {
color:#94e4f2;
text-decoration:none;
}

#footer a:active, #footer a:hover {
color:#4487CC;
background-color:#f5f5f5;
text-decoration:none;
}
/* ######################### */



/* ###################### AUTO COMPLETE FORMATING ########################## */

div.auto_complete {
width: 350px;
background: #fff;
}
div.auto_complete ul {
border:1px solid #888;
margin:0;
padding:0;
width:100%;
list-style-type:none;
font-size:13px;
float:left;
display:block;
}
div.auto_complete ul li {
margin:0;
padding:3px;
}
div.auto_complete ul li.selected { 
background-color: #ffffcc; 
}
div.auto_complete ul strong.highlight { 
color: #ffffcc; 
margin:0;
padding:0;
}