* {
	margin: 0px;
	padding: 0px;
}

html {
	overflow: -moz-scrollbars-vertical;
}

body {
	color: #222222;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0px auto 0px auto;
	width: 1000px;
}

a {
    color: #911109;
    text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
    border: none;
}

input {
	font-size: 11px;
	line-height: 14px;
	@line-height: 12px;
	display: inline-block;
    vertical-align: middle;
	/*
	border: none;
	background: transparent url(../images/input_bg.gif) top left repeat-x;
	*/
}

#headForm input.submit {
	font-size: 9px;
	font-weight: bold;
	width: 25px;
	height: 20px;
	color: #FFFFFF;
	background-color: #003366;
	background: transparent url(../images/submit_bg.gif) 2px 2px no-repeat;
	padding: 0px;
	cursor: pointer;
	display: block;
}

input.datasubmit {
	width: 130px;
	background: transparent url(../images/data_button_bg.png) top left no-repeat;
	padding: 2px 2px 5px 2px;
	@padding: 2px;
	height: 24px;
	cursor: pointer;
	display: block;
	border: none;
}

input.hidden {
	display: none;
}

input.checkbox {
	width: auto;
	background-color: #FFFFFF;
	background-image: none;
}

#main {
	background-color: #FFFFFF;
	text-align: center;
	width: 990px;
    margin: auto;
    padding-top: 12px;
}

#head {
	position: relative;
}

#head .logo {
    float: left;
}

#head .header {
    background: url(../images/header-bg.png) top right;
    width: 777px;
    height: 99px;
    float: right;
}

#head .buttons {
    position: absolute;
    top: -2px;
    left: 240px;
    
}
#head .buttons a {
    display: block;
    float: left;
    height: 26px;
    width: 26px;
    margin-right: 5px;
    background: url(../images/btns.png);
}
#head .buttons a.rss {background-position: 0 -45px;}
#head .buttons a.linkedin {background-position: 0 -71px;}
#head .buttons a.facebook {background-position: 0 -97px;}
#head .buttons a.twitter {background-position: 0 -123px;}

#headForm {
	text-align: center;
	line-height: 14px;
	margin: 0px auto 10px auto;
}

#headForm input.txt {
	border: solid 1px #000;
	background: url(../images/inputs.png) top left no-repeat;
    height: 20px;
    width: 150px;
    margin-bottom: 5px;
}

#headForm span,
#registerForm span,
#userModifyForm span,
#reminderForm span {
	float: left;
}

#headForm span.loginError {
	font-weight: bold;
	line-height: 20px;
	color: #f22;
	width: 290px;
	height: 20px;
	padding: 0px 0px 0px 0px;
	float: none;
}

#registerForm input,
#userModifyForm input,
#reminderForm input{
	width: 180px;
	float: left;
}

#registerForm span.error,
#userModifyForm span.error,
#reminderForm span.error {
	margin-left: 5px;
	color: #CC0000;
}

span.error {
	color: #CC0000;
}

#registerForm span.required,
#userModifyForm span.required,
#reminderForm span.required {
	padding: 0px 2px 0px 2px;
	color: #CC0000;
}

.regInput {
	width: 135px;
	margin: 10px auto;
}

#headForm span.inputLeft,
#registerForm span.inputLeft,
#userModifyForm span.inputLeft,
#reminderForm span.inputLeft {
	width: 4px;
	height: 20px;
	background: transparent url(../images/input_left_bg.png) top left no-repeat;
}

#headForm span.inputRight,
#registerForm span.inputRight,
#userModifyForm span.inputRight,
#reminderForm span.inputRight {
	width: 6px;
	height: 20px;
	background: transparent url(../images/input_right_bg.png) top left no-repeat;
}


#headForm p {
	margin-bottom: 10px;
}

#registerForm table,
#modifySubscribeForm table,
#subscribeForm table,
#userModifyForm table,
#reminderForm table,
#orderForm table {
	margin: 0px auto 0px auto;
}

#registerForm table th,
#modifySubscribeForm th,
#subscribeForm table th,
#userModifyForm table th,
#reminderForm table th,
#orderForm table th {
	padding: 3px;
}

#registerForm table td,
#modifySubscribeForm td,
#subscribeForm table td,
#userModifyForm table td,
#loginForm table td,
#reminderForm table td,
#orderForm table td{
	padding: 3px;
}

#registerForm table td,
#modifySubscribeForm td,
#subscribeForm table td,
#userModifyForm table td,
#reminderForm table td,
#orderForm table td{
	height: 32px;
}

#registerForm td:first-child,
#userModifyForm td:first-child,
#reminderForm td:first-child {
	color: #003366;
	font-weight: bold;
}

#subscribeForm table td {
	border-top: solid 1px #D7D7D7;
}

#menu {
	height: 44px;
	background: transparent url(../images/topmenu-bg.png) repeat-x;
	text-align: left;
	padding-left: 10px;
	position: relative;
}

#menu ul {
	list-style-type: none;
	list-style-position: outside;
	height: 22px;
}

#menu ul li {
	float: left;
	height: 22px;
	line-height: 22px;
}

#menu li a {
	color: #fff;
    padding: 0 5px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
}

#menu li a:hover {
	color: #FFFFFF;
	background: url(../images/menu-over-bg.png) repeat;
}

#menu li a span {
	margin: 0px 3px 0px 3px;
}

#menu .SubMenu {
	height:20px;
	left:9px;
	overflow:hidden;
	position:absolute;
	top:24px;
	width:970px;
}

#menu a {
	color: #fff;
	display:block;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
    line-height: 22px;
    font-size: 100%;
}

#foot {
	height: 52px;
	background: transparent url(../images/foot_bg.jpg) top left no-repeat;
}

#footContent {
	font-size: 11px;
	color: #FFFFFF;
	height: 47px;
	padding-top: 5px;
}

#footContent a {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0px 5px 0px 5px;
}

#footContent a:hover {
	text-decoration: underline;
}

.box {
	float: left;
}

.boxHead {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #003366;
}

.boxHeadLeft {
    border-bottom: 1px solid #231F20;
    border-top: 1px solid #231F20;
    font-family: Georgia;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 20px;
    padding: 8px 0 8px 5px;
}

.boxHeadRight {
	font-family: Georgia,Arial,sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 10px;
}

.boxHead a{
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #003366;
	text-decoration: none;
}

.boxContent {
	text-align: left;
}

.boxContent .title {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 23px;
}

.boxContentLeft {
	padding: 10px 13px;
}

.boxContentRight {
	
}

.boxContent h1 {
	font: 18px Arial;
	color: #003366;
}

.boxBottom {
	height: 10px;
}

.boxBottomLeft {
	
}

.boxBottomRight {
	
}

.title {
	margin: 10px 0px;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
}

.reg_box {
	padding: 10px 0;
}

.reg_box input {
	width: auto;
	height: auto;
	background: #ccc;
}

.Menu {
	padding:3px 0px 0px;
	text-align: left;
}

.FavoritesPortlet .Middle {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	overflow:hidden;
	margin-bottom: 5px;
}

.FavoritesPortlet .Menu span {
	padding:0 15px;
}

.FavoritesPortlet span a {
	color:#222222;
	display:inline-block;
	font-size:14px;
	text-decoration:none;
}

.FavoritesPortlet .Menu span {
	padding:0 5px;
}

.FavoritesPortlet span.menuTitle {
	color:#FFFFFF;
	cursor:pointer;
	display:block;
	font-size:11px;
	line-height:normal;
	margin-bottom:2px;
	padding:0;
}

.FavoritesPortlet img {
	border: none;
	padding: 5px 0px 5px 0px;
}

.Menu .leiras {
	display:block;
	float:left;
	font-size:11px;
	font-weight:normal;
	height:56px;
	line-height:11px;
	margin:0 !important;
	overflow:hidden;
	padding:0 5px !important;
	position:relative;
	text-align:left;
	top:4px;
	width:90px;
}

#index_banner {
	width: 100%;
	margin-bottom: 10px;
}

#left_side {
    width: 745px;
    border-right: solid 1px #231F20;
    float: left;
    padding-right: 5px;
}

#right_side {
	width: 233px;
    padding-left: 5px;
	float: right;
	position: relative;
	right: 1px;
	border-left: solid 1px #231F20;
}

#logout *{
    color: #fff;
}

#logout {
	margin: 45px 10px 0px 0px;
	text-align: right;
	width: 180px;
	float: right;
}


.rssTitle a {
	background: url("../images/red-bullet.png") no-repeat scroll left 9px transparent;
    display: block;
    font-size: 14px;
    margin: 0 0 5px 5px;
    padding: 3px 0 0 13px;
}

td.rssDate {
	font-size: 11px;
	font-style: italic;
	text-align: right;
	padding: 5px 0px 5px 0px;
}

div.boxLink {
	background-color: #003366;
	padding: 0px 12px 0px 12px;
	height: 18px;
	text-align: left;
}

div.boxLink a {
	background: transparent url(../images/link_arrow.gif) no-repeat scroll -3px 2px;
	color: white;
	font-size: 11px;
	margin-left: 2px;
	padding: 0px 12px 0px 12px;
	text-decoration: none;
	font-weight: bold;
}

.SearchQuery {
	position: absolute;
    top: 0;
	right:8px;
}

.SearchQuery form {
	float:right;
}
.SearchQuery form input.txt {
    background: url(../images/inputs.png) no-repeat 0 -20px;
    border: 1px solid #3C3C3C;
    height: 19px;
    padding-left: 25px;
    width: 190px;
    margin-top: 1px;
}
.SearchField {
	overflow:hidden;
	width:235px;
}

.SearchQuery .MainTitle {
	display:none;
}

.SearchField .txt_left {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/searchinput_left.gif) repeat-x scroll right top;
	border:0 none;
	float:left;
	font-size:10px;
	height:23px;
	padding:0;
	width:25px;
}

.SearchField .txt {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/searchinput_bg.jpg) repeat-x scroll right top;
	border:0 none;
	color:#6F6F6F;
	float:left;
	font-size:11px;
	height:18px;
	padding:5px 3px 0;
	width:179px;
}

.SearchField .Button {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/searchinput_submit.gif) no-repeat scroll right top;
	border:0 none;
	cursor:pointer;
	float:left;
	height:23px;
	width:25px;
}

.SiteBottom {
    background: url("../images/footer-bg.png") repeat-x scroll 0 0 #FFFFFF;
    padding: 15px;
}

.Footer {
    text-align: center;
    width: 100%;
    padding-top: 5px;
    color: #999999;
    font-size: 10px;
}

.FooterContent {
    padding-bottom: 5px;
}

.FooterContent a {
    color: #999999;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 5px;
}

.pontelink {
    color: #787878;
    font-size: 11px;
    margin: 10px 0 0;
    text-align: center;
}

.pontelink a {
    color: #787878;
    font-size: 11px;
    font-weight: bold;
    margin-top: 5px;
    text-decoration: none;
}
