html, body
{
	margin: 0;
	padding: 0;
	font-family: verdana, sans-serif;
	font-size: 101%;
	scrollbar-base-color: #7ba5d7;
}

h1#navigation
{
	margin: 7px 0 0 0;
	padding: 8px 0;
	height: 36px;
	background-image: url(/images/admin/ektron_cms300_logo.gif);
	background-repeat: no-repeat;
	text-align:center;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
}

h1#content
{
	height: 17px;
	height: 25px !important;
	background-image: url(/images/admin/ektron_bg_blue_01.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	font-weight: bold;
	color: white;
	margin: 0;
	padding: 4px 0 0 5px;
	text-align: left;
}

h1 a, h1 a:visited
{
	text-decoration: underline;
	color: white;
}

h1 a:hover
{
	text-decoration: none;
}
	
p
{
	font-size: 0.7em;
}

a, a:visited
{
	color: black;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#topDiv
{
	width: auto;
	height: 43px;
	background-image: url(/images/admin/ektron_bg_blue_02.gif);
	border-top: 1px solid white;
	background-repeat: repeat-x;
}

#navigationDiv
{
	background-image: url(/images/admin/ektron_bg_blue_03.gif);
	background-color: #8CADE7;
	font-size: 0.75em;
	height: 87px;
	border-top: 1px solid #8CADE7;
	margin: 0;
	padding: 0;
	text-align: center;
}

#navigationDiv #actions a:hover
{
	text-decoration: none;
}

#navigationDiv #navigation
{
	margin: 15px auto;
	width: 60%;
}

input, select
{
	font-family: verdana, sans-serif;
	font-size: 0.75em;
	margin: 0;
}

.tablehead
{
	background-image: url(/images/admin/ektron_bg_beige.gif);
	height: 20px;
	margin: 0;
}

#indextable a, #indextable a:visited
{
	text-decoration: underline;
}

#indextable a:hover
{
	text-decoration: none;
}


.form
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #636363;
	padding-top: 20px;
	margin-top: 25px;
	margin-left: 10px;

}

.popup
{
	margin-top: 5px;
}

.usersetup
{
	width: 95%;
	margin: auto;
}

h1.usersetup
{
	font-size: 18px;
	color: #636363; 
	margin: 10px 0;
	text-align: center;
}


.form label, .form input, .form select {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 5px;
	font-size: 11px;
	color: #636363;
	border: 1px solid #B2ACA5;
	padding: 1px 2px;
	text-align: left;
}


.form input.button
{
	float: none;
	width: 75px;
	margin-left: 117px;
	margin-top: 10px;
	text-align: center;
}

.usersetup input.button
{
	float: none;
	width: 75px;
	margin-left: 0px;
	margin-top: 10px;
}

.popup input.button
{
	float: none;
	width: 75px;
	margin-left: 115px;
	margin-top: 25px;
}

.form select, .form input.checkbox
{
	width: auto;
	border: none;
	padding: 0;
}

.form input:focus, .form textarea:focus
{
	background-color: #ffffee;
}

.form label {
	text-align: right;
	width: 95px !important;
	width: 115px;
	padding-right: 20px;
	font-size: 11px;
	font-weight: bold;
	border: none;
}

.usersetup label {
	width: 115px !important;
	width: 135px;
}


ul.sectors{margin:0; padding: 0;}
ul.sectors li{
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	margin: 2px 0 0 0;
	padding: 0;
	border: none;
	float: left;
	width: 50%;
}

.usersetup .checkbox
{
	display: inline;
	width: auto;
	float: none;
	margin:0 5px 0 0;
	text-align: left;
}

.usersetup fieldset label
{
	padding: 0;
	margin: 0;
	width: auto;
	float: none;
	display: inline;
}

.form br {
	clear: left;
}

.form textarea
{
	width: 300px;
	height: 150px;
	float: left;
	font-size: 11px;
	color: #636363;
	border: 1px solid #B2ACA5;
	font-family: Arial, Helvetica, sans-serif;
	padding: 1px 2px;
}

.form p
{
	margin-left: 115px;
	margin-top: 2px;
}

.form h3
{
	margin-bottom: 15px;
}

.form p.errors
{
	border: 1px solid #f99;
	margin-left: 0;
	padding: 5px 0 5px 95px;
	background-color: #ffffee;
}

.form p.message
{
	border: 1px solid #090;
	margin-left: 0;
	padding: 5px;
	text-align: center;
	background-color: #ffffee;
}

