* {

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

}



body {

	margin: 0px;

	padding: 0;

	background: #000000;

	background-image:url(images/bg_tsuru.png);

	background-position: top center;

	background-size: 60px;

	background-repeat: repeat;

	font-size: 12px;

	color: black;

}





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: 5px;

	padding-bottom: 5px;

	font-size: 16px;

	/*border-bottom: 1px solid #F4F4F4;*/

}



p, ol, ul, blockquote {

	line-height: 24px;

}

p{
	margin-top: 0px;
}

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;

font-size: larger;

}



hr{

	border: none;

	border-top: 1px dotted;

}



.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-wrapper {

	background: url(images/menu2.png);

	width: 958px;

	height: 32px; /* - x por causa do padding */

	padding: 8px 0 0 0px;

	margin-left: auto;

	margin-right: auto;

	border-right: #74706a solid 2px;

}



#menu{

	width: 750px;

	margin-left: auto;

	margin-right: auto;

}		





/*

#menu .first a {

	border: none;

}



/* Content */



#content {

	width: 906px; /* 960 - 70  por causa do padding*/

	padding: 30px 25px 0 25px;

    background: white;
  /* background: #FFFFFF url(images/content_BG.png) 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;

}