html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
/* ============================================================================
 GENERAL STYLE
============================================================================*/
body {
	 background-image: url("setda.jpg");
	 background-size: 100%;
	font-family: Verdana, Helvetica, Sans-Serif;
	color: #555;
	font-size: .9em;
	overflow-x : hidden; 
}
/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-family: 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding: 12px 30px 10px 20px;
	text-shadow: 1px 1px 0px #fff;
	color: #555;
}
h1 {
	font-size: 3em;
	margin-top: 10px;
	padding: 10px 0;
	font-size: 2.6em;
}
h2 {
	font-size: 2em;
	padding: 10px 0;
}
h3 {
	padding: 6px 0;
	font-size: 1.5em;
}
h4 {
	padding: 6px 0;
	font-size: 1.3em;
}
h5, h6 {
	padding: 6px 0;
	font-size: 1.1em;
}
/* LAYOUT   
----------------------------------------------------------*/
#page-wrap {
	min-width: 960px;
	max-width: 1680px;
	margin: 20px auto 0 auto;
	padding: 0px 20px;
	font-size: .75em;
	overflow-x : hidden;
}
#main-content {
	margin: 0 280px 10px 10px;
}
#right-sidebar {
	float: right;
	width: 250px;
	height: 150px;
	margin-bottom: 10px;
}

/* TABS   
----------------------------------------------------------*/
div#tab {
	float: right;
	width: 48%;
}
ul.tabs {
	list-style: none;
	float: right;
	display: inline;
	padding: 0;
	margin-right: 30px;
}
ul.tabs li {
	float: left;
}
ul.tabs li a {
	font-weight: bold;
	font-size: .9em;
	-moz-box-shadow: -3px 3px 8px #ccc; /* FF3.5+ */;
	-webkit-box-shadow: -3px 3px 8px #ccc; /* Saf3.0+, Chrome */;
	box-shadow: -3px 3px 8px #ccc; /* Opera 10.5, IE 9.0 */;
	color: #666;
	padding: 5px 12px;
	float: left;
	text-shadow: #fff 1px 1px 1px; /*--top left rounded corner--*/;
	-moz-border-radius-bottomright: 3px;
	-khtml-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px; /*--Bottom left rounded corner--*/;
	-moz-border-radius-bottomleft: 3px;
	-khtml-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	margin-left: 10px; /*shadow animation*/;
	-moz-transition: all 0.3s ease-out; /* FF3.7+ */;
	-o-transition: all 0.3s ease-out; /* Opera 10.5 */;
	-webkit-transition: all 0.3s ease-out; /* Saf3.2+, Chrome */;
	background-color: #f5f5f5; /* FF3.6 */;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f5f5', EndColorStr='#ffffff')";
	background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, from(whiteSmoke), to(white));
}
ul.tabs li a:hover {
	-webkit-box-shadow: -3px 3px 10px #888;
}
ul.tabs li a.current {
	text-shadow: 1px 1px 1px #ddd;
	-moz-box-shadow: -1px 1px 0px #fff; /* FF3.5+ */;
	-webkit-box-shadow: -1px 1px 0px #fff; /* Saf3.0+, Chrome */;
	box-shadow: -1px 1px 0px #fff; /* Opera 10.5, IE 9.0 */;
	color: #777;
	background-color: #dddddd; /* FF3.6 */;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#dddddd', EndColorStr='#eeeeee')";
	background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, from(#ddd), to(#eee));
}
h2.head {
	font-weight: bold;
	-moz-box-shadow: -6px 6px 12px #ddd; /* FF3.5+ */;
	-webkit-box-shadow: -6px 6px 12px #ddd; /* Saf3.0+, Chrome */;
	box-shadow: -6px 6px 12px #ddd; /* Opera 10.5, IE 9.0 */;
	padding: 12px 30px 10px 20px;
	font-size: 1.5em;
	float: left;
	-moz-border-radius-bottomleft: 12px;
	-khtml-border-radius-bottomleft: 12px;
	-webkit-border-bottom-left-radius: 12px;
	border-bottom-left-radius: 12px;
	margin-right: 10px;
	text-shadow: 1px 1px 0px #fff;
	color: #304B66;
}
h2.head-alt {
	font-weight: bold;
	padding: 12px 30px 10px 20px;
	background-color: #54B2F0;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f5f5', EndColorStr='#ffffff')";
	font-size: 1.6em;
	float: left;
	margin-right: 10px;
	text-shadow: 1px 1px 0px #fff;
	-moz-box-shadow: 3px 6px 6px #ddd;
	-webkit-box-shadow: 3px 6px 6px #ddd;
	box-shadow: 3px 6px 6px #ddd;
	-webkit-border-bottom-right-radius: 12px;
	border-bottom-right-radius: 12px;
	-moz-border-radius-bottomright: 12px;
}
h2.head-alt-white {
	font-weight: bold;
	padding: 12px 30px 10px 20px;
	background-color: #f5f5f5; /* FF3.6 */;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f5f5', EndColorStr='#ffffff')";
	font-size: 1.6em;
	float: left;
	margin-right: 10px;
	text-shadow: 1px 1px 0px #fff;
	-moz-box-shadow: 3px 6px 6px #ddd;
	-webkit-box-shadow: 3px 6px 6px #ddd;
	box-shadow: 3px 6px 6px #ddd;
	-webkit-border-bottom-right-radius: 12px;
	border-bottom-right-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, from(whiteSmoke), to(white));
}

/* ELEMENTS   
----------------------------------------------------------*/
p {
	margin: 5px 0;
	padding: 5px 0;
}
form p {
	margin: 0;
	padding: 0 0 10px 0;
}
/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/
fieldset.compact {
	margin:0;
	padding:0;
}
fieldset {
	margin: 20px 0px;
	padding: 15px 0px;
	display: block;
	border: 0;
}
fieldset legend {
	border-bottom: 1px #C0C0C0 solid;
	padding: 5px 0px;
	font-size: 1.6em;
	text-shadow: #fff 1px 1px 0px;
	font-weight: bold;
	display: block;
	width: 100%;
	-moz-box-shadow: 0px 1px 1px #fff; /* FF3.5+ */;
	-webkit-box-shadow: 0px 1px 1px #fff; /* Saf3.0+, Chrome */;
	box-shadow: 0px 1px 1px #fff; /* Opera 10.5, IE 9.0 */
}
fieldset p {
	margin: 2px 12px 10px 10px;
}
label {
	display: block;
	font-weight: bold;
	margin-top: 10px;
	font-size: 1em;
	text-shadow: 1px 1px 0px #fff;
	color: #666;
	margin-right:10px;
}
.select-group
{
	margin-top:15px;
	}

.select-group label
{
	display:inline;
}
.validation {
	display: inline;
	color: #888;
	margin: 0 2px;
	padding: 0 2px;
	display: block;
	text-shadow: 1px 1px 0px #fff;
}
.error {
	color: #990000;
	font-weight: bold;
	text-shadow: 1px 1px 0px #fff;
}
input[type=text] {
	width: 200px;
}
input[type=password] {
	padding: 4px;
	width: 200px;
	border: 1px solid #CCC;
}
textarea {
	width: 300px;
}
input[type=text], input[type=password], textarea {
	border: 1px double #CCC;
	padding: 3px 6px;
	outline: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: -1px 1px 0px #fff; /* FF3.5+ */;
	-webkit-box-shadow: -1px 1px 0px #fff; /* Saf3.0+, Chrome */;
	box-shadow: -1px 1px 0px #fff; /* Opera 10.5, IE 9.0 */;
	color: #555;
	background-color: #ededed;
	moz-transition: all 0.3s ease-out; /* FF3.7+ */;
	-o-transition: all 0.3s ease-out; /* Opera 10.5 */;
	-webkit-transition: all 0.3s ease-out; /* Saf3.2+, Chrome */;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	color: #444;
}
input:focus, textarea:focus {
	background-color: #fff;
}
input.medium {
	width: 300px;
}
input.long {
	width: 500px;
}
input.full-width {
	width: 98%;
}
textarea.large {
	width: 500px;
}
.display-none {
	display: none;
}
blockquote {
	background: url('../images/icons/open-quote.gif') no-repeat left top;
	padding: 10px;
	margin: 10px;
	width: 90%;
	text-indent: 10px;
	font-style: italic;
	font-variant: normal;
	font-weight: normal;
	font-size: 1.4em;
	line-height: 1.8em;
	font-family: Constantia, Cambria, Georgia, serif;
}
/* ============================================================================
 LOGIN
============================================================================*/
div#login {
	width: 470px;
	height: auto;
	font-size: .8em;
	margin: 10% auto 0 auto;
	padding-bottom: 10px;
	overflow: hidden;
	background-color: #f5f5f5;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f5f5', EndColorStr='#ffffff')";
	-moz-box-shadow: 2px 2px 10px #777; /* FF3.5+ */
  -webkit-box-shadow: 2px 2px 10px #777; /* Saf3.0+, Chrome */
          box-shadow: 2px 2px 10px #777; /* Opera 10.5, IE 9.0 */	
          background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, from(#F5F5F5), to(#FFFFFF));
	-moz-border-radius: 6px; /* FF1+ */;
	-webkit-border-radius: 6px; /* Saf3-4 */;
	border-radius: 6px; /* Opera 10.5, IE 9, Saf5, Chrome */
}

div#header {
	width: 500px;
	height: auto;
	margin-bottom:100px;
	margin-left:380px;
	margin-top:50px;
	padding-bottom: 0px;
	overflow: hidden;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f5f5', EndColorStr='#ffffff')";
	-moz-box-shadow: 2px 2px 10px #777; /* FF3.5+ */
  -webkit-box-shadow: 2px 2px 10px #777; /* Saf3.0+, Chrome */
          box-shadow: 2px 2px 10px #777; /* Opera 10.5, IE 9.0 */	
          background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, from(#F5F5F5), to(#FFFFFF));
	-moz-border-radius: 6px; /* FF1+ */;
	-webkit-border-radius: 6px; /* Saf3-4 */;
	border-radius: 6px; /* Opera 10.5, IE 9, Saf5, Chrome */
}

div#validation-summary {
	width: 470px;
	margin: 30px auto 0 auto;
	font-size: .75em;
	line-height: 1em;
}
div#login fieldset {
	margin: 0;
	padding: 10px 30px 0 140px;
	background-image:url('user-login.png');
	background-repeat:no-repeat;
	background-position: 30px 30px;
	clear:both;
}
div#login legend {
	font-size: .86em;
	padding: 16px 0px 3px 0px;
	color: #999;
	margin: 0;
	border: 0;
}
div#login label {
	font-size: .95em;
	margin: 0;
}
div#login input[type=text], input[type=password] {
	width: 280px;
	padding: 4px 8px;
	margin-bottom: 8px;
	font-weight: bold;
	color: #777;
}
div#login .button {
	padding: 6px 45px;
	margin: 0;
	font-size: 1.1em;
	float: right;
}

div#login img {
	clear: left;
	float: left;
	margin: 45px 0px 0 0;
	padding-left: 30px;
	width: 80px;
}

input.form_button
{
	   font-size:11px;
	   font-family:Verdana,sans-serif;
	   font-weight:bold;
	   color:#EEFFFF;
	   width:102px;
	   height:26px;
	   background-color:#54B2F0;
	   border-style:solid;
	   border-color:#003377;
	   border-width:2px;
	   cursor:pointer;
	   margin-left: 30px;
}

.suggestionsBox {
		position: inherit;
		left: 10px;
		margin: 2px 0px 0px 0px;
		width: 500px;
		background-color: #212427;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border: 2px solid #000;	
		color: #fff;
	}
	
	.suggestionList {
		margin: 0px;
		padding: 0px;
	}
	
	.suggestionList li {
		
		margin: 0px 0px 3px 0px;
		padding: 3px;
		cursor: pointer;
	}
	
	.suggestionList li:hover {
		background-color: #659CD8;
	}
