/* RESET
------------------------------ */
* {margin: 0; padding: 0;}

/* GENERAL STYLES
------------------------------ */
/* elements */
body {
	min-width: 960px;
	text-align: center; 
	font: 62.5%/1.6 "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", 
		  Verdana, sans-serif;
}
h1 {font-size: 2.0em; font-weight: normal; margin: 1.0em 0 0.5em;}
h2 {font-size: 1.8em; font-weight: normal; padding-top: 0.5em;}
p {font-size: 1.2em; margin: 0.2em 0;}
li {font-size: 1.2em; }
ol {padding-left: 2em; }

a {color: #0771a6; text-decoration: none;}
a:hover { color: #333; text-decoration: underline;}

.news {
	margin-top: 20px;
}

h2.news {
	border-bottom: 1px dotted #0771a6;
	margin-bottom: 2px; 
	padding-bottom: .2em;
}

.news span.newslinkright {float: right; font-size: 1.2em;}
.news span.newslinkcenter {
	float: right; 
	margin-right: 40px;
	font-size: 1.2em;
}
span.newsdate {float: right; font-size: small; position: relative; top: 0.8em;}
.important {color:navy; font-weight: bold;}
li.important {color: #ff0000;}


/* BASIC LAYOUT
------------------------------ */
.wrapper {
  margin-top: 15px;
  width: 960px; 
  text-align: left;
  background: #fff url(img/nav-bg-fixed-220.gif) repeat-y left top;
}

.content {overflow: hidden;}

.content .primaryContent { 
  float: right;
  width: 720px;
  padding-left: 10px;
  padding-right: 10px;
}

.content .sideContent { 
  float: left; 
  width: 200px;
} 


/* HEADER
------------------------------ */
.header {
  height: 60px; 
  background:#c3d9ff; 
}

/* logo */
.header #logo {
  display:block;
  width:400px;
  height:44px;
  float:left;
  text-indent:-9999px;
  margin-top:10px;
  background:url(img/logo.png) no-repeat 0 0;
}

/* language list */
.header ul.language {
	float:right;
	list-style:none;
	text-align:left; 
	margin:25px 10px 0 0;
}

.header ul.language li {
	margin: 0;
	float:left;
}

.header ul.language li a.hr {
	background:url(img/hr.gif) no-repeat 0 0; 
	float:left; 
	width:28px; 
	height:14px; 
	text-indent:-9999px; 
	margin:0 10px 0 40px !important; 
}

.header ul.language li a.eng {
	background:url(img/eng.gif) no-repeat 0 0; 
	float:left; 
	width:28px; 
	height:14px; 
	text-indent:-9999px;
}


/* FOOTER
------------------------------ */
.footer {
  position: relative;
  background-color:#c3d9ff;
  padding: 5px;
  text-align: center;
}


/* NAVIGATION 
------------------------------ */
.nav {
  list-style-type: none;
  background-color:#eee;
  margin-top: 15px;
  min-height: 200px;
}

.nav li
{
	margin-left: 10px;
	padding-left: 10px;
	width: 180px;
	font-size: 1.4em;
}

.nav li .first{
	padding-top: 0.1em;
}

.nav li a{
	/*padding-top: 0.1em;*/
	padding-bottom: 0.2em;
	/*margin-left: -10px; */
	padding-left: 25px;
	display: block;
	background-image: url(img/arrow.png);
	background-repeat: no-repeat;
	background-position: 10px 7px;
}


.nav li a:hover{
	background-color: #369;
	color: #fff;
}

/* LINKS TO OTHER PAGES
------------------------------ */
.sideContent img{
	border: 0;
}

.sideContent #links{
  min-height: 300px;
}

.sideContent #links img{
	display: block;
	/*margin-left: auto;*/
	/*margin-right: auto; */
	margin-left: 15px;
	margin-bottom: 30px;
}

/* VALIDATORS
----------------------------- */
#footerTop{
	position: absolute; 
	top: -40px;
	padding-left: 10px;
}

#footerTop img{
	border: 0;
}

/* FORMS 
------------------------------ */
fieldset {
  font-size: 1.2em;
  margin: 5px 0 5px 0;
  padding-left: 10px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border: 1px solid #ccc;
  background: #f8f8f8;
}

fieldset div {padding: 0.2em;}
legend {color: navy; font-weight:bold;}
label {float: left; width: 140px;}
fieldset div input {font-size: 1.1em; width: 20em;}

p.chkbox_label {
	font-size: 1em;
	clear: both; 
	float: none; 
	position: relative;
}
p.chkbox_label input {
	left: 10px;
	position: absolute;
	top: 3px;
}
p.chkbox_label label {
	display: block;
	margin-left: 30px;
	width: 110px;
}
.formSubmit {margin-left: 140px; margin-top: 1em; width: 80px;}
.formSubmit#delete {margin: 5px; width: 10em;}
select {width: 20em;}

form p {position: relative;}

.feedback {
  position: absolute;
  margin-left: 20em;
  left: 440px;
  right: 0;
  font-weight: bold;
  color: #ff0000;
  width: 18em;
}


/* TABLES 
------------------------------ */
table {
  font-size: 1.2em;
  border-collapse: collapse;
  width: 720px;
  border: 1px solid #666;
}

th, td {padding: 0.1em 1em;} 
th.narrow, td.narrow{padding: 0.1em 0.25em;}
th#thChkbox, th#thNum { width: 5%;}
th#thName { width: 50%;}
th#thCategory { width: 20%;}
caption {font-size: 1.4em; font-weight: bold; margin: 2px;}

thead {
  background: #ccc url(img/bar.gif) repeat-x left center;
  border-top: 1px solid #a5a5a5;
  border-bottom: 1px solid #a5a5a5;
}

th {font-weight: normal; text-align: left;}
td.nowrap {white-space: nowrap;}
td.important {font-weight: bold;}

.odd {background-color: #edf5ff;}


/* OPTIONS 
------------------------------ */
optgroup option {padding-left: 20px; }

