/* Basic  ---------------------------------------- */

.clear { clear: both; }

body {



	font-family:Verdana, Arial, Helvetica, sans-serif
	font-size: 12px;
	color: #151515;
	text-align: center;
	background-color: #f6f6f6;
	background-repeat: repeat;
}

#wrapper {
	text-align: left;
	width: 980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* Logo  ---------------------------------------- */

h1 {
	margin: 15px 0 10px 5px;
	width: 225px;
	height: 95px;
}

h1 a {
	display: block;
	width: 225px;
	height: 28px;
}

h1 span { display: none; }

/* Main Navigation ---------------------------------------- */

#mainNav {
	width:985px;
	height: 37px;
	padding: 6px;
	margin: 0 0 30px 0;
	background: url(../img/top-menu-bg.gif) no-repeat left top; 
	/* We used a background image making the thick border and the thin one to keep the html structure simple */
}

#mainNav li {
    
	float: left;
	height: 37px;
	border-right: 1px solid #ddd;
	font-size:12px;
	width:auto;
}

#mainNav li a {
	display: block;
	float: left;
	height: 37px;
	font-weight: bold;
	line-height: 37px;
	text-decoration: none;
	color: #666;
	padding: 0 20px;
	font-size:12px;
}

#mainNav li.logout {
	float: left;
	border-left: 1px solid #ddd;
	border-right: none;
	font-size:14px;
	text-transform:uppercase;
}

#mainNav li a:hover { 
	background: #ddd;
}

#mainNav li a.active, #mainNav li a.active {
	background: #f0f0f0 url(../img/top-menu-item-bg.gif) repeat-x left top;
	color: #333;
}

/* Container ---------------------------------------- */

#containerHolder {
	width: 100%;
	padding: 5px;
	margin-left:auto;
	margin-right:auto;
}


#container {
	padding: 10px;
	margin-left:auto;
	margin-right:auto;
}

.tbl {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
}

/* Breadcrumb ---------------------------------------- */

h2 {
	width: 718px;
	float: right;
	color: #646464;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	margin: 20px 50px 0px 0px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ddd;
}

h2 a {
	color: #646464;
	text-decoration: none;
}

h2 a.active { color: #; }

h2 a:hover { text-decoration: none; }

/* Content ---------------------------------------- */

#main {
	width: 720px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: auto;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}

#stdmain {
	width: 630px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: auto;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}

h3 {
	font-size: 14px;
	line-height: 50px;
	font-weight: bold;
	color: #5494af;
	padding: 0 0 0 10px;
	margin: 20px 0 10px 5px;
}

#main fieldset {
	padding: 20px;
	margin: 0 0 20px 0;
	background: #eeeeee;
}

#main fieldset p {
	float: left;
	width: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 14px;
	margin-left: 0;
}

#main fieldset label {
	display: block;
	width: 100%;
	line-height: 12px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
}

#main fieldset .text-long {
	border: 1px solid #bbb;
	background: #fff url(../img/input-shaddow.gif) no-repeat left top;
	font: 11px Arial, Helvetica, sans-serif;
	color: #646464;
	padding: 5px 7px;
	width: 264px;
	float: left;
	margin: 0 10px 0 0;
}

#main fieldset .text-medium {
	border: 1px solid #bbb;
	background: #fff url(../img/input-shaddow.gif) no-repeat left top;
	font: 11px Arial, Helvetica, sans-serif;
	color: #646464;
	padding: 5px 7px;
	width: 124px;
	float: left;
	margin: 0 10px 0 0;
}

#main fieldset .text-small {
	border: 1px solid #bbb;
	background: #fff url(../img/input-shaddow.gif) no-repeat left top;
	font: 11px Arial, Helvetica, sans-serif;
	color: #646464;
	padding: 5px 7px;
	width: 44px;
	float: left;
	margin: 0 10px 0 0;
}

#main fieldset .text-long:focus, 
#main fieldset .text-medium:focus,
#main fieldset .text-small:focus,
#main fieldset textarea:focus { background: #fdfcf6 url(../img/input-shaddow-hover.gif) no-repeat left top; }

#main fieldset textarea {
	border: 1px solid #bbb;
	background: #fff url(../img/input-shaddow.gif) no-repeat left top;
	font: 11px Arial, Helvetica, sans-serif;
	color: #646464;
	padding: 5px 7px;
	width: 364px;
	float: left;
	margin: 0 10px 0 0;
	height: 148px;
	overflow: hidden;
}

.button-submit {
	font: 11px Arial, Helvetica, sans-serif;
	color: #646464;
	width: 94px;
	height: 29px;
	cursor: pointer;
	border: none;
	background: url(../img/button-submit.gif) no-repeat left top;
}

/* Footer ---------------------------------------- */

#footer {
	background: #000033;
	width:100%;
	font-size: 11px;
	color: #0066CC;
	padding: 0 0 0 5px;
}

#footer a { color: #f6f6f6; }

#footer a:hover { text-decoration: none; }
