/*  GLOBAL STUFF  */

body,td,th {
	background-color: #FFFFFF;
	color: #666666;
	font-family: Arial,Tahoma,Helvetica,Verdana; /*"Lucida Sans Unicode", Tahoma, Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 12px;
}
body {
	margin: 15px;
	text-align: center;
}
body.left {
	text-align: left;
}
a {
	border-bottom: #CCCCCC solid 1px;
	color: #666666;
	text-decoration: none;
	outline: none;
}
a img {
	margin-bottom: -2px;
}
a:hover {
	border-bottom-color: #FF9900;
	color: #000000;
}
a.boldlink {
	font-weight: bold;
}
p, h1, h2, h3, h4, h5, h6, pre {
	margin-top: 0;
}
h1, h2, h3, h4, h5, h6 {
	padding: 1px 5px;
	background-color: #F9F9F9;
	line-height: normal;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 10px;
}
hr {
	height: 1px;
	color: #999999;
}
img {
	border: 0;
}
ul {
	list-style-type: square;
}
acronym, abbr {
	border-bottom: #BBBBBB 1px dashed;
	cursor: help;
}
acronym:hover, abbr:hover {
	color: #000000;
}

input.text, textarea.text {
	border: 1px solid #999999;
}



/*  CLASSES  */

input.styled, textarea.styled {
	border: #d5d5d5 solid 1px;
	background-color: #F3F3F3;
	color: #666666;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input.button {
	border: #d5d5d5 solid 1px;
	background-color: #e9e9e9;
	color: #666666;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	cursor: pointer;
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 3px;
}

select.styled {
	border: #E5E5E5 solid 1px;
	background-color: #fff;
	color: #666666;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt !important;
	font-weight: normal;
}

input.error, textarea.error, select.error, input.error1, textarea.error1, select.error1, input.error2, textarea.error2, input.error3, textarea.error3 {
	border: 1px solid #f00;
}
input.notice {
	border: 1px solid #4444ff;
	color: #4444ff;
}
.textright {
	text-align: right;
}
fieldset { border:1px solid #FF9900 }

legend {
  padding: 0.2em 0.5em;
/*   border:1px solid #FF9900; */
  color:#666666;
  }
  
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.clear {
	clear: both;
}
.underline {
	border-bottom: solid 1px;
}
.qoute {
	margin: 20px 50px;
	padding: 15px 25px;
	background: url(gfx/quote.png);
	border: #EEE solid 1px;
	font-size: 10px;
	line-height: 20px;
	display: block;
}
.box {
	padding: 7px 10px;
	background-color: #F9F9F9;
	display: block;
}
.zebra {
	background: url(gfx/zebra.png);
}
.story {
	padding-bottom: 12px;
	background: url(gfx/fade.png) bottom repeat-x;
	display: block;
}
.story .title {
	padding: 0 15px;
	color: #333333;
	font-size: 16px;
	display: block;
}
.story .title a {
	border: none;
	color: #333333;
}
.story .title a:hover {
	color: #000000;
}
.story .date {
	margin: 0 5px;
	padding: 0 10px 5px 10px;
	border-bottom: #E5E5E5 solid 1px;
	color: #999999;
	font-size: 10px;
	display: block;
}
.story .text {
	padding: 5px 15px 10px 15px;
	display: block;
}
.story .bottom {
	font-size: 10px;
	text-align: right;
	display: block;
}
.story .bottom .element {
	padding: 0 15px 0 5px;
}
.story .bottom a {
	border: none;
	color: #333333;
}
.story .bottom a:hover {
	color: #FF9900;
}
.story .bottom a img {
	padding-right: 3px;
	vertical-align: middle;
}
.sidenotes {
	margin-top: -10px;
}
.sidenotes ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}
.sidenotes ul a {
	border: none;
	color: #666666;
	display: block;
}
.sidenotes ul a:hover {
	color: #000000;
}
.sidenotes ul li {
	padding: 8px 5px 10px 5px;
	border-bottom: #DDDDDD solid 1px;
}
.sidenotes ul li .title {
	color: #333333;
	font-weight: bold;
	display: block;
}
.sidenotes ul li .date {
	color: #999999;
	font-size: 10px;
	display: block;
}
.sidenotes ul li .more {
	margin: -5px 0;
	font-size: 10px;
	text-align: right;
	display: block;
}
.sidenotes ul li .more a {
	color: #333333;
	display: inline;
}
.sidenotes ul li .more a:hover {
	color: #FF9900;
}
.sidenotes ul li .more a img {
	padding-left: 3px;
	vertical-align: baseline;
}
.login_text {
	color: #999999;
	font-size: 10px;
}
.login_text a {
	border: none;
	color: #999999;
}
.login_text a:hover {
	color: #FF9900;
}

/*  STRUCTURE (in order of appearance)  */

#bg {
	margin: 0 auto;
	width: 814px;
	background: url(gfx/bg.png);
}
#bg_top {
	background: url(gfx/bg_top.png) top no-repeat;
}
#body {
	padding: 17px;
	background: url(gfx/bg_bottom.png) bottom no-repeat;
	text-align: justify;
}
#header {
	margin-bottom: 10px;
	padding: 40px 0 0 35px;
	height: 110px;
	background: #F9F9F9 url(gfx/header.png);
	font-size: 40px;
}
#header .slogan {
	padding-left: 3px;
	font-size: 18px;
}
#side {
	width: 220px;
	background-color: #F9F9F9;
	line-height: 18px;
	float: left;
}
#side .side_title {
	margin: 15px 0 10px 0;
	padding: 0 5px 5px 5px;
	border-bottom: #DDDDDD solid 1px;
	color: #333333;
	font-size: 20px;
	display: block;
}
#menu {
	padding: 10px;
	line-height: normal;
}
#menu ul {
	margin: 0;
	padding: 0;
	border-bottom: #DDDDDD solid 1px;
	list-style-type: none;
}
#menu li {
	border-top: #DDDDDD solid 1px;
}
#menu a {
	width: 180px;
	padding: 10px;
	border: none;
	color: #666666;
	text-decoration: none;
	display: block;
}
#menu a:hover {
	background-color: #FCFCFC;
	color: #FF9900;
}
#menu a.pressed:hover {
	background-color: #F3F3F3;
}
#menu .pressed {
	width: 180px;
	padding: 10px;
	background-color: #F3F3F3;
	color: #000000;
	display: block;
}
#side_content {
	padding: 0 10px 10px 10px;
	border-top: #FFFFFF solid 10px;
}
#content {
	margin: 0 0 0 15px;
	width: 545px;
	line-height: 18px;
	float: left;
}
#footer_clear {
	clear: both;
}
#footer {
	margin-top: 10px;
	padding: 8px;
	height: 14px;
	background-color: #F9F9F9;
	font-size: 10px;
	text-align: center;
}
#footer a {
	color: #666666;
}
#footer a:hover {
	border-bottom-color: #000000;
}

.redfont {
	color: #f00;
}

.topmenu {
	background-color: #FF9900;
	color: #fff;
	padding: 5px;
}
.topmenu a { 
	color: #fff;
	font-size: 9pt;
	margin-left: 10px;
	margin-right: 10px;
	border-bottom: none;
}
.topmenu a:hover { 
	color: #fff;
	border-bottom: #fff solid 1px;
}

/*** TABLE ***/
table { font-weight: normal; }
table.tb1 { border: 1px solid #666666; border-collapse:separate; }
table.tb1 > * > tr > th, table.tb1 > tr > th { padding: 5px; background-color: #E0E0E0; text-align: center; border-bottom: 1px solid #b0b0b0; }
table.tb1 > * > tr.title > th, table.tb1 > tr.title > th { color: #fafafa; background-color: #666666; text-align: left; /*border-bottom: none;*/}
table.tb1 > * > tr.header > th, table.tb1 > tr.header > th { background-color: #fff; text-align: left; padding: 7px; font-weight: normal;/* border-top: 1px solid #b0b0b0;*/}
table.tb1 > * > tr.footer > th, table.tb1 > tr.footer > th { background-color: #fff; text-align: left; padding: 7px; font-weight: normal; border-top: 1px solid #b0b0b0; }
table.tb1 > * > tr > td, table.tb1 > tr > td { padding: 5px; border-top: 1px solid #E0E0E0; }
table.tb1 > * > tr.row1 > td, table.tb1 > tr.row1 > td { background-color: #f0f0f0;}
table.tb1 > * > tr > th.cel1, table.tb1 > tr > th.cel1 { background-color: #f0f0f0; text-align: left; border-left: 1px solid #b0b0b0; font-weight: normal;}
table.tb1 > * > tr > th.cel0, table.tb1 > tr > th.cel0 { background-color: #fff; text-align: left; border-left: 1px solid #b0b0b0; font-weight: normal;}
table.tb1 > * > tr > td.selected, table.tb1 > tr > td.selected { background-color: #eaeaea; border-left: 1px solid #b0b0b0; border-right: 1px solid #b0b0b0;}

.textright { text-align: right !important; }

/** prado tabs: */
.tab-normal { background-color: #f0f0f0 !important; font-weight: thin !important; border-color: #666666 !important; 
	padding-top: 2px !important; padding-bottom: 2px !important; 
	margin: 0px !important;
	margin-bottom: 1px !important; margin-right: 1px !important;}
.tab-normal a { font-weight: normal !important; border: none !important; }
.tab-normal a:hover, .tab-normal a:visited  { font-weight: normal !important; color: #666666 !important;}
.tab-active { font-weight: normal !important;  border-color: #666666 !important; padding-top: 2px !important; padding-bottom: 4px !important; 
	margin: 0px !important;
	margin-bottom: 0px !important; margin-right: 1px !important; 
	}
.tab-active a {  border: none !important; }
.tab-view { border-color: #666666 !important; font-family: Arial,Tahoma,Helvetica,Verdana !important;}


tr.separator td {
	background-color: #a0b0d0 !important;
	color: white;
}

tr.separator td a {
	color: white;
}

tr.textfield td {
	background-color: #a0d0c0 !important;
	color: white;
}

tr.textfield td a {
	color: white;
}

