* {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

body {
	margin: 0px;
	padding: 0;
	background: #000000;
	background-image:url(images/bg_darkstroke.jpg);
	background-position: top center;
	background-repeat: no-repeat;


	font-size: 12px;
	color: #6B6B6B;
}


h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	/*text-transform: lowercase;*/
	font-weight: normal;
	color: #000000;
}

h2 {
	margin-bottom: 10px;
	border-bottom: 1px solid #F4F4F4;
	font-size: 26px;
}

h3 {
	margin-bottom: 15px;
	padding-bottom: 5px;
	font-size: 16px;
	border-bottom: 1px solid #F4F4F4;
}

p, ol, ul, blockquote {
	line-height: 24px;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

a {
	color: #EC5600;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

#textfield1 {
	width: 185px;
	margin-bottom: 10px;
	border: 1px solid #E0E0E0;
	border-right-color: #F6F6F6;
	border-bottom-color: #F6F6F6;
}

#submit1 {
	border: 1px solid #EBEBEB;
	border-bottom-color: #DDDDDD;
	background: #FBFBFB url(images/img7.gif) repeat-x;
	/*text-transform: lowercase;*/
	font-size: 12px;
	color: #7A7A7A;
}

/* Posted */

.notice{
color: red;
}

.posted {
	height: 33px;
	margin: 0 0 30px 0;
	padding: 10px 15px 0 15px;
	background: url(images/img6.gif) repeat-x;
	filter:alpha(opacity=75);
    opacity:0.75;
	-moz-opacity:0.75;
	border-bottom: 1px solid #F2F2F2;
}

.posted p {
	float: left;
	margin: 0;
}

.posted .comments {
	float: right;
}

.posted a {
	color: #717171;
}

/* Header */

#header {
	width: 960px;
	height: 180px;
	background: url(images/splash.png);
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;	
}

/* Menu */

#menu {
	
	width: 960px;
	height: 32px; /* - x por causa do padding */
	background: url(images/menu2.png);
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	text-align: center;
	padding: 8px 0 0 0;
	
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 10px 0 10px;
	border: 1px solid #74706a;
	/*text-transform: lowercase;*/
	text-decoration: none;
	font-size: 13px;
	color: #ff0000;
	background-color: rgba(0, 0, 0, 0.5);
	
}

#menu a:hover{
	border: 1px solid #ff0000;
	color: #ffffff;
}

/*
#menu .first a {
	border: none;
}

/* Content */

#content {
	width: 886px; /* 960 - 70  por causa do padding*/
	padding: 30px 35px 0 35px;
	background: #FFFFFF url(images/content.jpg) no-repeat center top;
	border-left: #74706a solid 2px;
	border-right: #74706a solid 2px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;

}

#colOne {
	float: left;
	width: 620px;
}

#colTwo {
	float: right;
	width: 185px;
	padding: 5px 0 0 0;
}

/* Footer */

#footer {
	width: 956px;
	height: 50px;
	border: #74706a solid 2px;
	background: #000000;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #777777;
}

#footer a {
	color: #5D5D5D;
}

/*table*/
TH
{
	text-align:left;
    width: 100px;
}
TH.MYTABLE2
{
    width: 300px;
}
TR.MYTABLE
{ 
     height:30px;
     vertical-align:top;
}

TD.MYTABLE
  {  
     text-align:left;
}

#slideup{
position: fixed;
top: 0px;
right: 0px;
}
#slidedown{
position: fixed;
bottom: 0px;
right: 0px;
}




#modalPage
{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px; left: 0px;
}
.modalBackground
{
    filter: Alpha(Opacity=50); -moz-opacity:0.5; opacity: 0.5;
    width: 100%; height: 100%; background-color: #000000;
    position: fixed;
    z-index: 500;
    top: 0px; left: 0px;
	
}
.modalContainer
{
    position: relative;

/*    left: 40%;
    top: 40%; */
    z-index: 750;
}
.modal
{
    background-color: white;
    border: solid 4px black; position: relative;
    top: 25px;

    /*left: -150px;*/
    z-index: 1000;

    padding: 0px;
	
	
	
}
.modalTop
{

    background-color: #000000;
    padding: 4px;
    color: #ffffff;
    text-align: right;
}
.modalTop a, .modalTop a:visited
{
    color: #ffffff;
}
.modalBody
{
    padding: 10px;
}