* {
font-family:Arial, Helvetica, sans-serif;
}


body {
margin:0;
padding:0;
}

a:link 		{ color:#CC3300}
a:visited 	{ color:#CC3300}
a:hover 	{ color:#FF0000}
a:active 	{ color:#CC3300}

h1 {
font-size:20px;
margin:0px;
padding:0px;
}

h2 {
font-size:18px;
margin:0px;
padding:0px;
/*border-bottom:#CC0000 solid 2px;*/
}

h2 a {
padding:0px;
margin:0px;
color:#333333;
text-decoration:none;
}

h2 a:hover {
padding:0px;
margin:0px;
color:#000000;
text-decoration:none;
}

#wrapper {
width:990px;
margin:5px auto;
border:#666666;

}

div.infobox {
	background-color:#eeeeee;
	border:solid 2px #666666;
	padding:25px;
	margin:20px 0px;
}
div.versioninfo {
	width: 300px;
	margin: auto;
}
div.home, div.loginbox {
	width:600px;
	margin:20px auto;
	text-align:center;
}
div.loginbox {
	width: 157px;
}

div#leftMenu {
	float: left;
	width: 150px;
	background-color:#ffffff;
	border-bottom: 0px solid #444444;
	font-size:12px;
}
/*
div#leftMenu ul {
margin:0;
padding:0;
}

div#leftMenu ul li {
margin:0;
padding:0;
}

div#leftMenu a {
width:100%;
color: #000000;
display:block;
background-color:#ffffff;
background-image:url(../images/nav_off.jpg);
background-repeat:no-repeat;
border-top:0px #FFFFFF solid;
text-decoration:none;
padding:6px 0px 7px 10px;
margin-top:2px;
width:140px;
}

div#leftMenu a:hover, div#leftMenu a.selected {
background-color:#ffffff;
background-image:url(../images/nav_on.jpg);
background-repeat:no-repeat;
text-decoration:none;
color:#000000;
}*/

div#content {
	float: left;
	margin:15px 0px 10px 30px;
	font-size:14px;
	width:83%;
}

div#header {
	height: 124px;
	background-image:url(../images/header.jpg);
	background-color:#000000;
	background-repeat:no-repeat;
	border-bottom:7px solid #444444;
}

hr {
	height: 2px;
	color: #cc3300;
}

.listTable th {
	background-color: #666666;
	color: #FFF;
	font-weight: bold;
}

.listTable th a {
	text-decoration: none;
}

div#uploadDialog {
	display: none;
}

.error {
	color: red;
}
.message {
	color: green;
}
.required {
	color: red;
}

/* from cmsbuilder */
 .listRow           { padding: 0px 3px; height: 18px; }
 .listRowOdd        { background-color: #EEE; }
 .listRowEven       { background-color: #FFF; }
 .listRowNoResults  { padding: 20px 50px; text-align: center; }
 .inactive          { color:#888888; }   /* for elements that are normally links, but aren't in this instance */
 
 .red { color:#FF0000}
 
 .separatorBar     { border: 1px solid #999999; background-color: #EEEEEE; margin: 15px 0px; }
 .separatorBar DIV { border-top: 1px solid #FFFFFF; border-bottom: 1px solid #FFFFFF;
                    padding: 3px 3px 3px 6px; text-align: left; font-weight: bold;  }
 .topSeparatorBar  { margin-top: 5px;  }
 
 .test {
 color:#101010;
 }

div.twocol {
	float: left;
	width: 49%;
}

.dragger {
	cursor: move;
}

td.categoryLabel {
	background-color: #CCCCCC;
}
td.categorySection {
	background-color: #EEEEEE;
}

p.newversion {
	color: red;
	margin-bottom: 0px;
}

table.thleft th {
	text-align: left;
}
table.labelHeaders th {
	width: 120px;
}

table.dataTable th {
	text-align: left;
	width: 130px;
}
