html
{
	height: 100%;
}
body 
{
	background:#e5e8ed none repeat scroll 0%;
	font-family:Arial,Helvetica,San-Serif;
	font-size:12px;
	height:100%;
	line-height:15px;
	margin:0px;
	padding:0px;
}


/*body
{
	margin: 0px;
	padding: 0px;
	
	background:#CACFD7;
	height: 100%;
	font-family:Tahoma;
	font-size: 12px;
	padding-bottom:0px;
}*/

a:link {color: #ff9900; text-decoration: none; font-weight: normal; }
a:visited { color: #ff9900; text-decoration: none; font-weight: normal; }
a:hover, a:active { color: #ffce6f; text-decoration: none; font-weight: normal; }

#backContainer 
{
	width: 1172px;
	background: url(/themes/AppVenture/images/blogBack.png) repeat-y;	
	border: solid 0px black;	
	min-height: 100%;	
}

* html #backContainer
{
	background: url(/themes/AppVenture/images/blogBack-ie.gif) repeat-y;
}


#pageContainer 
{
	width: 1100px;	
	border: solid 0px black;
	background-color: #ffffff;
	padding: 20px;
	padding-bottom:40px;
	height: 100%;	
}

#header
{
	width:100%;
	height:100px;	
}

#logo 
{	
	margin-left: 15px;	
	margin-bottom: 8px;
}

.bar-lt
{
	float:left;
	width:8px;
}

#menuContainer
{
	margin-top:15px;
}

.menuLink:link {color: #ffffff}
.menuLink:visited {color: #ffffff}
.menuLink:hover {text-decoration: underline}

.bar-mid
{
	float:left;
	width:1084px;
	background:#aaaaaa;
	height:21px;
	padding-top:5px;	
}

.bar-rt
{
	float:right;
	width:8px;
}

#content 
{	
	width:1100px;
	height:100%;
	border: solid 0px black;
	margin-top:8px;
	margin-bottom:15px;
	min-height:100%;
}

.centered
{
	margin: auto auto;
}


#footer 
{
	color: #ffffff;	
	font-weight: normal;	
	width:100%;
	text-align:center;
	margin-top:25px;		
}

.clear 
{
	clear: both;
}




h1
{
	font-size: 25px;
	font-weight:bold;
	font-style:italic;
	color:#ff9900;
	margin-bottom:3px;
	margin-top:5px;
	
}

h2
{
	font-size: 18px;
	font-weight:bold;
	color:#ffbf00;
	padding-bottom:0px;
	margin-bottom:3px;
	margin-top:10px;
	
}

h3
{
	font-size: 15px;
	font-weight:bold;
	color:#555555;
	margin-bottom:3px;
	margin-top:5px;
	
}

p
{
	padding:0px;
	margin:12px 0px 12px 0px;
}

.separatorImage1
{
	height:1px;
	width:1100px;
	
	
}

.separatorImage2
{
	height:1px;
	width:250px;
	display:block;
	margin-bottom:7px;
}

.success
{
	color:Green;	
}

.warning
{
	color:Red;	
}


.adminNavbarStyle {
	
	top: 20px;
	left: 20px;
}

.adminNavbarStyle a:link {color: #ffffff; text-decoration: none; font-weight: normal; }
.adminNavbarStyle a:visited { color: #ffffff; text-decoration: none; font-weight: normal; }
.adminNavbarStyle a:hover, a:active { color: #ffce6f; text-decoration: none; font-weight: normal; }

#content .adminNavbarStyle {
	
	top: 0px;
	left: 0px;
	margin-bottom: 10px;
}
form
{
	height:100%;
}
.adminNavbarStyle UL {
	padding: 0px;
	margin: 0px;
	text-align: left;
}

.adminNavbarStyle UL LI {
	padding-right: 5px;
	padding-left: 5px;
	border-left: white 1px solid;
	display: inline;
	list-style-type: none;
	font: 13px Tahoma, Arial, Helvetica, sans-serif;
}

.adminNavbarStyle UL LI.first, .adminNavbarStyle UL LI.firstHere {
	border-left: none;
}

#left 
{
	width:810px;
	border:0px solid #aaaaaa;	
	float:left;
	height:100%;
}

#right 
{
	margin-left:825px;	
	border:0px solid #aaaaaa;	
	height:100%;
}

.sidebar
{
	border:solid 1px #D8D8D8;
	background-color: #FCFCFC;	
	margin-top:15px;
	
	padding:10px;	
}

.sidehead
{
	font-size: 15px;
	font-weight:bold;
	color:#555555;
	margin-bottom:3px;
	margin-top:5px;
}

.dayHeader
{
	margin-top:20px;
}

.item
{
	border:solid 1px #D8D8D8;
	background-color: #FCFCFC;	
	margin-top:10px;
}

.itemContents {
	
	text-align: left;
	padding: 10px 10px 5px 10px;
	
	
	font-weight: normal;
}

.itemBody
{
	margin:5px;
}

.itemFooter {
	margin-top: 5px;
	border-top: 1px solid #dddddd;
	color: gray;
	text-align: right;
}