body, input{
	font-family: verdana,arial,sans-serif;
	font-size: 11px;
	padding: 0px;
}
body{
	background-color: #B8D0DE;	
	margin: 0px;
}
a{
	text-decoration: none;
	color: #6792AB;
}
a:hover{
	text-decoration: underline;
}

#wrapper{
	width: 1000px;
	margin: 0px auto;
	background-color: white;
}
#navbar{
	width: 150px;
	float: left;
	margin-left: 10px;
}
#container{
	width: 830px;
	padding-left: 10px;
	float: right;
}
#footer{
	margin: 10px auto;
	width: 500px;
	text-align: center;
	padding: 5px;
}

/**** Home screen ****/
#home-editing{
	width: 340px;
	float: left;
	padding: 25px;	
}
#home-search{
	width: 340px;
	float: right;
	padding: 25px;	
}



/****** requiring attention ******/
table#requiringAttention{
	width: 830px;
	border-collapse: collapse;
	border: none;
}
table#requiringAttention th, table#requiringAttention td{
	font-size: 10px;
	text-align: left;
	vertical-align: top;
	padding: 5px 2px 5px 2px;
}
table#requiringAttention tr.even th, table#requiringAttention tr.even td{
	background-color: #c0d7e4;
}
table#requiringAttention tr.odd th, table#requiringAttention tr.odd td{
	background-color: #9bc3d9;
}
table#requiringAttention tr th.createError{
	text-align: right;
}
table#requiringAttention tr td.createError{
	color: red;
}

table#requiringAttention tr td input, table#requiringAttention tr td select{
	background-color: #fcfcfc;
	border: 1px solid #999;
	font-size: 10px;
	width: 60px;
	margin: 0px;
}
table#requiringAttention tr td select{
	width: 56px;
}
table#requiringAttention tr td input.wide{
	width: 120px;
}
table#requiringAttention tr td input.small{
	width: 15px;
}

/****** header styles ******/
h1{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: normal;
	color: #6792AB;
}

h2{
	margin-top: 15px;
	font-size: 14px;
	font-weight: normal;
	color: #6792AB;
}


/****** nav styles ******/
#navbar ul#menu{
	padding-left: 0px;
	list-style-type: none;
}
#navbar ul#menu li{
	padding: 3px 0px;
	border-bottom: 1px solid #cccccc;
}
#navbar ul#menu li ul.sub{
	padding-left: 30px;	
}
#navbar ul#menu li ul li{
	padding-bottom: 3px;	
}
#navbar ul#menu li ul li.lastItem{
	border-bottom: none;
}

/****** forms ******/
div#processing{
	display: none;	
}

label{
	float: left;
	width: 100px;	
}

/****** API Error ********/
#APIMessage{
	display: none;
	font-size: 12px;
	font-weight: bold;	
}

/****** user view div  *********/
#userViewPort{
	text-align:left;
	margin: 10px;
	font-size: 11px;
}
#userViewPort H2{
	color: #00A0C6;
	font-size: 16px;
}

#userViewPort a.button {
	border: 1px solid #A8D347;
	background-color:#A8D347;
	color:white;
	display:block;
	float:left;
	font-size:11px;
	margin-left:4px;
	padding:5px 6px;
	text-decoration:none;
}

#userViewPort a.button:hover {
	border: 1px solid orange;
}

#partnerNotes{
	width: 680px;
	height: 175px;
	overflow: auto;
}
#addNote{
	display: none;
	clear: both;
	padding-top: 20px;
	margin-bottom: 20px;
}
#NoteMessage{
	display: none;
	clear: both;
	padding-top: 20px;
}
#noteText{
	height: 100px;
	width: 500px;
	font-size: 11px;
}
#partnerNotes table{	
	border-collapse: collapse;
	width: 650px;
}
#partnerNotes table tr{	
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}
#partnerNotes table tr.spacer{	
	height: 15px;
}
#partnerNotes table th{
	width: 60px;
	background-color: #999999;
	color: white;
	vertical-align: top;
	text-align: right;
	padding-right: 5px;
	border-right: 1px solid black;
}


/****** join *****/
ol#joinTerms li{
	list-style-type: inherit;
}


/****** genric ******/
.red{
	color: red;
}
.green{
	color: green;
}
.clear{
	clear: both;
}