* {
     outline: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url('img01.jpg') repeat-x;
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
	overflow: auto;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #F49500;
}

h1 {
	text-transform: uppercase;
	font-size: 18px;
}

h2 {
	text-transform: uppercase;
	font-size: 16px;
}

h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
}

p, blockquote, ul, ol {
	line-height: 14px;
	text-align: justify;
}

blockquote {
	padding-left: 20px;
	background: url('img05.gif')  repeat-y;
}

.bold {
    font-weight: bold;  
}
.italic {
    font-style: italic;
}
.underline{
    text-decoration: underline;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}

a {
    color: #F49500;
    outline: 0;
}

a:hover, a:active, a:focus {
    outline: 0;
    text-decoration: none;
}

/* Header */

#header {
	position: relative;
	width: 920px;
	height: 180px;
	margin: 0 auto;
	background: url('img02_v3.jpg');
}

#header h1, #header h2 {
	font-weight: normal;
	color: #333;
}

#header h1 {
	float: left;
	padding: 120px 0 0 20px;
	font-size: 36px;
}

#header h2 {
	float: right;
	padding: 134px 20px 0 0;
	font-size: 20px;
	text-transform: none;
}

#header #login {
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	width: 200px;
	font-size: 110%;
	text-align: right;
	padding-right: 10px;
}

#header #login #logged_in{
	
}
#header #login #logged_name{
	font-weight: bold;
}

#header #login a{
	color: #000;
}

/* Menu */

#menu {
	width: 920px;
	height: 50px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 17px 19px 0 20px;
	background: url('img03.gif') no-repeat;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #D8D8D8;
}

#menu a:hover {
	color: #FFFFFF;
}

#menu .first a {
	background: none;
}

/* Content */

#content {
	width: 880px;
	margin: 0 auto 20px auto;
	padding: 20px;
	background: #FFFFFF url('img04.jpg') repeat-x left bottom;
}

.title {
  margin-bottom: 10px;
}

/* Inner Content */

#inner_content {
	float: left;
	width: 640px;
}

#inner_content_home {
	float: left;
	width: 880px;
}

/* Links */

#links {
	float: right;
	width: 200px;
	padding-left: 20px;
	background: url('img05.gif') repeat-y;
}

#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#links li ul {
	padding: 5px 0 30px 0;
}

#links li li {
	padding: 7px 10px;
	background: url('img06.gif') repeat-x left bottom;
}

#links li a {
	text-decoration: none;
}

#links li a:hover {
	text-decoration: underline;
}

#links li i {
	font-style: normal;
	font-size: 9px;
}

#links h2 {
	font-size: 14px;
}

/* News */
#news_links ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 14px;
	border: 1px solid #CDC8B1;
}
#news_links li ul {
	padding: 0px;
}
#news_links li li {
	background: #EEE8CD;
}
#news_links li li.odd {
	background: none;
}
#news_links li a {
	text-decoration: none;
}
#news_links li a:hover {
	text-decoration: underline;
}

#upcoming_links ul {
	text-align: left;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 14px;
	border: 1px solid #CDC8B1;
}
#upcoming_links li ul {
	padding: 0px;
}
#upcoming_links li li {
	background: #EEE8CD;
}
#upcoming_links li li.odd {
	background: none;
}
#upcoming_links li a {
	text-decoration: none;
}
#upcoming_links li a:hover {
	text-decoration: underline;
}

.noHeight {
	margin-top: 0px;
	margin-left: 10px;
}
.noHeight1 {
	margin: 0px;
}
.skipMarginTop {
	margin-top: -10px;
}
/* Footer */

#footer {
	height: 100px;
	padding: 20px;
	background: #2D2D2D url('img07.gif') repeat-x;
}

#footer p {
	text-align: center;
	color: #999999;
}

.legenda{
  margin-left: 20px;
  margin-top: 20px;
  width: 400px;
  font-size: 95%;
}

.odd {
  background-color: #EBECE4;
}

/* POST */

.post-box {
  width: 620px;
  border: 1px solid #c0c0c0;
  background-color: #FFF;
  margin-bottom: 15px;
  padding: 10px;
}

.post-title {
  width: 610px;
  padding: 5px;
  font-weight: bold;
  font-size: 16px;
  /*border-bottom: 1px solid #c0c0c0;*/
}

.post-author,
.post-date {
  width: 300px;
  padding: 5px;
  padding-top: 0px;
  /*border-bottom: 1px solid #c0c0c0;*/
  float:left;
  font-weight: bold;
}

.post-date {
  text-align: right;
}

.post-content {
  width: 590px;
  padding: 5px;
  margin-top: 10px;
  margin-left:10px;
  /*border-left: 2px solid #F49500;*/
  border-left: 2px solid #F49500;
  clear: both;
}

.post-content p,
.post-content h3 {
  margin: 0px;
  padding: 0px;
  padding-bottom: 5px;
}

.btnLogin {
  padding: 0px;
  margin: 0px;
  margin-left: 40px;
  margin-top: 10px;
}

.story p {
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
}

/*
.story img {
  padding: 10px;
  text-align: center;
  margin: 0px auto;
  width: 600px;
  display: block;
}*/

.story img {
  padding: 10px;
  text-align: center;
  margin: 0px auto;
  display: block;
}

.sidePicture img {
  width: 200px;
  border: none;
}

#sidePicture img {
  width: 200px;
  border: none;
}

img.icon {
	padding: 0;
	margin: 0;
	width: 16px;
	height: 16px;
	display: block;
	border: none;
}

.thmbGroup {
  padding-right: 20px;
  margin: 0px auto;
  width: 250px;
  display: block;
  float: left;
}

.team_story ul {
	list-style: none;
}

.team_story li {
	margin-left: 15px;
}

.hrOrange {
	background: url('img06.gif') repeat-x left bottom;
	margin-bottom: 15px;
}

.noborder {
	border: none;
}

.sponsors {
	text-align: center;
	font-size: 18px;
}

.sponsors a ,
.sponsors p{
	/*text-decoration: none;*/
	color: #2D2D2D;
}

.sponsors p{
	text-decoration: underline;
	text-align: center;
}

.sponsors a img {
	border: none;
}

.story img.mailIcon {
	text-align: left;
	margin: 0;
	padding: 0;
}

.required {
	font-weight: bold;
	color: Red;
}
.valid {
	font-weight: bold;
	color: Green;
}

.clsFontH1 {
	font-size: 14px;
}

.clsFontH2 {
	font-size: 12px;
}

.clsLinks {
	padding: 0;
	margin-top: -10px;
	margin-left: 10px;
	list-style: none;
}

.boxLinks {
	width: 400px;
	background: url('img06.gif') repeat-x left bottom;
	color: #000;
}

.loading {
	height: 40px;
	width: 40px;
	float: right;
}

.profile li {
	background:none;
}

/*
#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#links li ul {
	padding: 5px 0 30px 0;
}

#links li li {
	padding: 7px 10px;
	background: url('img06.gif') repeat-x left bottom;
}

#links li a {
	text-decoration: none;
}

#links li a:hover {
	text-decoration: underline;
}

#links li i {
	font-style: normal;
	font-size: 9px;
}

#links h2 {
	font-size: 14px;
}*/
.toolBar {
	text-align: center;
	padding: 5px;
	background: #FFDEAD;
	border: 1px solid #F49500;
}
.toolBar a img {
	margin: 0;
	padding: 0;
	border: none;
    display: inline;
	height: 16px;
	width: 16px;
}
.toolBar a {
	padding-right: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #444;
}


.monthColor {
	/*background: #f9dec4;*/
  background-color: #838B8B;
	color: #FFF;
}
.monthFont {
	color: #FFF;
	margin: 5px;
	line-height: 18px;
	height: 18px;
	font-weight: bold;
}


#messengerDiv {
	width: 120px;
	height: 100px;
	background-color: #f9dec4;
	border: 1px solid #000;
	display: block;
	padding: 10px;
	float: left;
}

#messengerBox {
	width: 460px;
	display: block;
	padding: 10px;
	float: left;
	margin-left: 16px;
	border: 1px solid #000;
}

.messengerRow {
	margin-bottom: 10px;
	border: 1px solid #c0c0c0;
	padding: 5px;
	line-height: 18px;
}

.messengerColumn1,
.messengerColumn2,
.messengerColumn3,
.messengerColumn4,
.messengerColumn5,
.messengerColumn6 {
	float: left;
}

.messengerColumn1 {
	width: 25px;
}
.messengerColumn2 {
	width: 100px;
}
.messengerColumn3 {
	width: 315px;
}
.messengerColumn4 {
	width: 90px;
}
.messengerColumn5 {
	width: 180px;
}
.messengerColumn6 {
	width: 260px;
}
.messengerColumn5,
.messengerColumn6 {
	width: 440px;
}
.messengerColumn5 {
	font-size: 13px;
}
.messengerClear {
	clear: both;
}
.messengerNonReaded {
	background-color: #EEEED1;
	border: 1px solid #000;
}
.colorVDO {
  background-color: #838B8B;
	color: #FFF;
}

a.btnClick {
	text-align: center;
	background: #FFF;
	color: #F49500;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #F49500;
}

a.btnClick:hover {
	background: #C0c0c0;
	color: #FFF;
}



/* OVERVIEW */

#inner_content_home #overview .column {
	width: 260px;
	margin-right: 20px;
	padding: 10px;
	height: 140px;
	background: #FFF;
	float: left;
	background: url('img10.jpg') no-repeat left bottom;
	display: block;
}

#inner_content_home #overview .last {
	margin-right: 0;
}

.lblMailSend {
    padding: 10px;
    line-height: 18px;
    height: 20px;
    background: #BCEE68;
    color: #556B2F;
    border: 1px solid #556B2F;
}

.lblMailError {
    padding: 10px;
    line-height: 18px;
    height: 20px;
    color: Maroon;
    border: 1px solid Maroon;
    background: #FEF1E1;
}
