
p, div, ul, li, h1, h2, h3, h4, h5 {
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding:0;
	background:url(../images/bg_body.jpg) left top repeat-x #027589;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5em;
	color:#4d4d4d;
}

img {
	border:none;
	margin:0;
	padding:0;
}
img.img-white-border,
table.img-white-border img{
	border:5px solid white;
}

ul{
	padding-left:10px;
	margin-left:5px;
}

.clear {
	clear:both;
	font-size:0;
	line-height:0;
}

/* Icons */
.icon{
	width:16px;
	height:16px;
	display:block;
	float:left;
	padding:0 2px;
	text-indent:-9999px;
	background-repeat:no-repeat;
	background-position:center left;
	outline:none;
}
.iconText{
	padding-left:18px;
	display:inline;
	float:none;
}
.iconDelete{
	background-image:url('/images/icons/delete.png');
}
.iconEdit{
	background-image:url('/images/icons/edit.png');
}
.iconCalendar{
	background-image:url('/images/icons/calendar.png');
}

/* Normal links */
a {
	color:#005388;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1,
h2,
h3,
h4,
h5{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#005463;
}
h1 {
	font-size:1.625em;
	margin-bottom:1.25em;
}
h2 {
	font-size:1.25em;
	margin-bottom:1em;
}
h3 {
	font-size:1.15em;
	margin-bottom:.5em;
}
h4 {
	font-size:1em;
	font-weight:bold;
}
h5 {
	font-size:.875em;
	font-weight:bold;
}
h6 {
	font-size:.7em;
	font-weight:bold;
}
/* Text */
p, ul, ol, dl, hr, address, .spaced li, table {
	margin-bottom:1.25em;
}

fieldset{
	border:1px solid #dadada;
}

.col{
	float:left;
}
.col_2{
	width:48%;
	margin-right:2%;
}
* html .col_2{
	width:45%;
}
.error ul,
.highlight ul{
	list-style-type:none;
	margin:0;
	padding:0;
	font-size:1.25em;
	margin-bottom:1em;
}
.error{
	color:red;
}
.highlight{
	color:green;
}

/* ---------------------------- CONTAINER ---------------------------- */
#container {
	width:945px;
	margin: 0 auto;
}

/* ---------------------------- TOP ---------------------------- */
	/* Top banner - Logo banner */
	#banner {
	width:945px;
	background:url(../images/bg_top.jpg) right top no-repeat;
	height:110px;
}

#banner .logo {
	float:left;
	width:240px;
}

#banner .logo img {
	margin:17px 0 0 20px;
}

#banner .top_right {
	width:400px;
	float:right;
	margin-top:22px;
}

#banner .top_right .calendar {
	margin-bottom:8px;
	height:32px;
}

#banner .top_right .calendar img {
	float:left;
}

#banner .top_right .calendar p {
	font-size:14px;
	font-weight:bold;
	padding:6px 0 0 40px;
}

#banner .top_right input.textbox1, .textbox2 {
	border:1px solid #bcbcbc;
	color:#474747;
	padding-left:4px;
}

#banner .top_right input.button {
	background:url(../images/bg_button_search.gif) center center no-repeat;
	border:none;
	cursor:pointer;
}

/* Top navigation */
#topnav {
	clear:both;
	width:925px;
	padding:10px 0 0 15px;
}

#topnav ul li {
	display:inline;
	padding: 0 15px 0 0;
}

#topnav a {
	color:#005463;
	text-decoration:none;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#topnav a:hover {
	color: #757573;
}

#topnav a.active {
	color:#757573;
}

/* ---------------------------- END OF TOP ---------------------------- */		
	
	/* ---------------------------- MIDDLE ---------------------------- */
	#middle {
	width:945px;
	margin:10px auto;
}

.border_top {
	background:url(../images/bg_border_top.png) center top no-repeat !important;
	background:url(../images/bg_border_top1.png) center top no-repeat;
	height:44px;
}

.border_bottom {
	background:url(../images/bg_border_botton.png) center top no-repeat;
	height:48px;
}

.col1 {
	width:945px;
	background:url(../images/bg_sado_container.png) left top repeat-y;
}

.content {
	width:905px;
	background:url(../images/bg_container.jpg) left top repeat-x #d2d2d2;
	margin:0 auto;
	padding:0 10px;
}
/*
.content img {
	float:left;
	margin:0 20px 10px 0;
	border:3px solid #ffffff;
}

.content .item {
	margin-bottom:10px;
}

.content .item .title {
	color:#5d5d5d;
	font-size:15px;
	font-weight:bold;
	margin-bottom:10px;
}
*/
#main{
	height:auto;
	min-height:500px;
	padding:0 15px;
}

/* ---------------------------- END OF MIDDLE ---------------------------- */
		
	/* ---------------------------- FOOTER ---------------------------- */	
	#footer {
		padding:30px 0 10px 0;
		background:url(../images/horse.jpg) right center no-repeat;
		color:#000000;
		font-weight:bold;
		position:relative;
}

		#footer ul {
			padding: 5px 0;
		}
		
		#footer ul li {
			display:inline;
		}
		
		#footer a {
			color:#027589;
			text-decoration:none;
		}
		
		#footer a:hover {
			text-decoration:none;
		}
		
		#footer a#active {
			
		}
		
		.footer1 {
			color:#ffffff;
		}
		#footer_argonova a{
			color:#fff;
		}
	/* ---------------------------- END OF FOOTER ---------------------------- */
	
/* ---------------------------- END OF CONTAINER ---------------------------- */

/* Form styles -------------------------------------------------------------- */
/* Inline form */
form.inline fieldset,
fieldset.inline .field              { display:inline; float:left; }

/* Vertical form */
form.vertical .field                { margin-bottom:.25em; }
form.vertical label                 { display:block; }

form.vertical .multiple             { margin-bottom:.25em; }
form.vertical .multiple .field      { margin-bottom:0; }
form.vertical .multiple label,
form.vertical .result label         { display:inline; }

/* Marginal form */
form.marginal .field                { margin-bottom:.25em; height:100%; overflow:hidden; }
form.marginal label                 { width:11.5em; float:left; }

form.marginal .multiple             { margin-bottom:-2em; }
form.marginal .multiple .field      { margin-bottom:0; position:relative; top:-2em; left:11.5em; }
form.marginal .multiple label,
form.marginal .result label			{ width:auto; float:none; }

/* Form --------------------------------------------------------------------- */
form            { width:100%; overflow:hidden; }
form .field     { line-height:2; }
fieldset        { border:0; margin-bottom:1.25em; padding:0; padding-top:.5em; }
legend          { font-size:1.5em; font-weight:bold; line-height:1; }
label           { font-weight:bold; cursor:pointer; }

/* Input */
input,
textarea,
select,
button          { font:1em/1.25 Arial,Helvetica,sans-serif; color:#000; }
input.text,
input.password,
select,
input.secret,
textarea        { border:1px solid #999; }
input.text,
input.password,
input.secret      { text-indent:5px; padding:.25em 0; width:215px; }
textarea        { padding:5px; width:290px; }

/* Multiple */
fieldset.multiple           { border:0; margin:0; padding:0; }
fieldset.multiple legend    { font-size:1em; line-height:2; }
fieldset.multiple .field    { float:left; clear:left; position:relative; }
fieldset.multiple label		{ padding-left:1.25em; font-weight:normal; }
fieldset.multiple input     { position:absolute; top:.5em; left:0; }

/* Control & Output */
button              { padding:0; overflow:visible; cursor:pointer; }
form .buttons       { text-align:right; margin-top:.5em; width:100%; overflow:hidden; clear:both; }

form .error         {  }
form .error input   { border-color:#ed1c24; }
form .notice        {  }
form .success       {  }

/* Data table */
.dataTable{
	width:100%;
}
.dataTable th{
	text-align:left;
}
.dataTable td{
	padding-right:5px;
}

/* Form in table */
.inTable .field{
	position:relative;
}
.inTable .field label{
	position:absolute;
	top:-1.5em;
	left:0;
	width:100%;
	text-indent:-999em;
}
.inTable .field input,
.inTable .field select{
	width:95%;
}
