/* CSS Document */
/* Web Site Torneio de Xadrez */
/* Autor - Evaldo Altino */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin-top: 0;
	background-image: url(../img/bg_torneio.gif);
	background-repeat: repeat-x;
}
body {
	background-color: #000000;
}
a:link {
	color: #3C82AD;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3C82AD;
}
a:hover {
	text-decoration: underline;
	color: #1A5F8A;
}
a:active {
	text-decoration: none;
	color: #1A5F8A;
}
.titulointernas
{
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #4853A8;
}
.primeirafrase
{
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.tit_tabela {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4853A8;
}

/*Layout---------------------------------*/
div#container {
	width:762px; /* 762 */
	margin:0 auto;
	/*text-align:left;
	border: solid #D4DFE5 1px;
	background-color: #fff;*/
}
#content {
	text-align: left;
	background: #FFFFFF;
	padding: 30px;
	border: 1px solid #DDDDDD;
	border-top: none;
	z-index: 2;
	min-height: 350px;
	width: 700px;
	display: table;
}
div#destaque {
	width: 700px;
	margin: 0;
	background-color: #fff;
}
div#modulos {
	width: 678px;
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 10px;
	background-image: url(../img/bg_modulos.gif);
	background-repeat: repeat-x;
}
div#titulos_home {
	width:678px;
	padding: 7px 11px 7px 11px; /* top, right, bottom, left  */
	margin-bottom: 0px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background: #0095DA;
}
div#cab {
	background: #000000;
	width: 760px;
	height: 100px;
	margin: 0;
	/*background-image: url(../img/bg_cab_torneio.jpg);
	background-repeat: repeat-x;*/
}
#rodape
{
	clear:both;
	width:100%; /* 762 */
	background-color: #FFFFFF;
	text-align: center;
	height: auto;
	display: table;
	border: none;
	/*margin:0 auto;*/
}

div#pagina {
	width:916px;
	margin-top:12px;
	background-color: #fff;
	text-align:left;
}
div#pagina_esq {
	width:256px;
	background-color: #EDF2F4;
	padding: 0;
	float:left;
}
div#pagina_dir {
	width:620px;
	background-color: #FFFFFF;
	padding: 0px 20px 0px 20px; /* top, right, bottom, left  */
	float:right;
}
div#titulo {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4853A8;
	width:598px;
	height:18px;
	padding: 16px 20px 14px 20px; /* top, right, bottom, left  */
	background-color: #DCE8ED;
	background-image: url(img/bg-titulo.gif);
	background-repeat: repeat-x;
	border: 1px solid #D4DFE5;
}

/*- Menu Tabs --------------------------- */

    #tabmenu {
		color: #000;
		border-bottom: 1px solid #DDDDDD;
		margin: 10px 0px 0px 0px; /* top, right, bottom, left  */
		padding: 0px;
		padding-bottom: 9px;
		z-index: 1;
		padding-left: 0px;
		background: #000000;
	}
	#tabmenu li {
		display: inline;
		overflow: hidden;
		list-style-type: none; 
	}
	#tabmenu a, a.active {
		color: #FFFFFF;
		font-weight: bold;
		background: #0095DA;
		border: none;
		border-bottom: 1px solid #FFFFFF;
		padding: 9px 7px 9px 7px; /* top, right, bottom, left  */
		margin: 0;
		text-decoration: none;
	}
	#tabmenu a.active {
		color: #000000;
		background: #FFFFFF;
		border-bottom: 1px solid #FFFFFF; }

	#tabmenu a:hover {
		color: #333333;
		background: #DDDDDD; }

	#tabmenu a:visited {
		color: #303B92; }

	#tabmenu a.active:hover {
		background: #FFFFFF;
		color: #303B92; }

/*- Fim Menu Tabs ------------------------ */
/*- Tabbed Panels verticais da home ------ */

/* SpryTabbedPanels.css - version 0.4 - Spry Pre-Release 1.6 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* Horizontal Tabbed Panels
 *
 * The default style for a TabbedPanels widget places all tab buttons
 * (left aligned) above the content panel.
 */

/* This is the selector for the main TabbedPanels container. For our
 * default style, this container does not contribute anything visually,
 * but it is floated left to make sure that any floating or clearing done
 * with any of its child elements are contained completely within the
 * TabbedPanels container, to minimize any impact or undesireable
 * interaction with other floated elements on the page that may be used
 * for layout.
 *
 * If you want to constrain the width of the TabbedPanels widget, set a
 * width on the TabbedPanels container. By default, the TabbedPanels widget
 * expands horizontally to fill up available space.
 *
 * The name of the class ("TabbedPanels") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabbedPanels container.
 */
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

/* This is the selector for the TabGroup. The TabGroup container houses
 * all of the tab buttons for each tabbed panel in the widget. This container
 * does not contribute anything visually to the look of the widget for our
 * default style.
 *
 * The name of the class ("TabbedPanelsTabGroup") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabGroup container.
 */
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

/* This is the selector for the TabbedPanelsTab. This container houses
 * the title for the panel. This is also the tab "button" that the user clicks
 * on to activate the corresponding content panel so that it appears on top
 * of the other tabbed panels contained in the widget.
 *
 * For our default style, each tab is positioned relatively 1 pixel down from
 * where it wold normally render. This allows each tab to overlap the content
 * panel that renders below it. Each tab is rendered with a 1 pixel bottom
 * border that has a color that matches the top border of the current content
 * panel. This gives the appearance that the tab is being drawn behind the
 * content panel.
 *
 * The name of the class ("TabbedPanelsTab") used in this selector is not
 * necessary to make the widget function. You can use any class name you want
 * to style this tab container.
 */
.TabbedPanelsTab {
	position: relative;
	top: 0px;
	float: left;
	padding: 4px 10px;
	margin: 0px 0px 0px 0px;
	font: bold 11px verdana;
	background-color: #F8FAFB;
	list-style: none;
	border-left: solid 1px #DDDDDD;
	border-bottom: solid 1px #DDDDDD;
	/*border-top: solid 1px #D4DFE5;*/
	border-right: solid 1px #DDDDDD;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}

/* This selector is an example of how to change the appearnce of a tab button
 * container as the mouse enters it. The class "TabbedPanelsTabHover" is
 * programatically added and removed from the tab element as the mouse enters
 * and exits the container.
 */
.TabbedPanelsTabHover {
	background-color: #EDF2F4;
}

/* This selector is an example of how to change the appearance of a tab button
 * container after the user has clicked on it to activate a content panel.
 * The class "TabbedPanelsTabSelected" is programatically added and removed
 * from the tab element as the user clicks on the tab button containers in
 * the widget.
 *
 * As mentioned above, for our default style, tab buttons are positioned
 * 1 pixel down from where it would normally render. When the tab button is
 * selected, we change its bottom border to match the background color of the
 * content panel so that it looks like the tab is part of the content panel.
 */
.TabbedPanelsTabSelected {
	background-color: #F8FAFB;
	border-right: none;
	border-top: none;
}

/* This selector is an example of how to make a link inside of a tab button
 * look like normal text. Users may want to use links inside of a tab button
 * so that when it gets focus, the text *inside* the tab button gets a focus
 * ring around it, instead of the focus ring around the entire tab.
 */
.TabbedPanelsTab a {
	color: #4853A8;
	text-decoration: none;
}

/* This is the selector for the ContentGroup. The ContentGroup container houses
 * all of the content panels for each tabbed panel in the widget. For our
 * default style, this container provides the background color and borders that
 * surround the content.
 *
 * The name of the class ("TabbedPanelsContentGroup") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the ContentGroup container.
 */
.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 1px #DDDDDD;
	border-bottom: solid 1px #DDDDDD;
	border-top: solid 1px #DDDDDD;
	border-right: solid 1px #DDDDDD;
	background-color: #FFFFFF;
}

/* This is the selector for the Content panel. The Content panel holds the
 * content for a single tabbed panel. For our default style, this container
 * provides some padding, so that the content is not pushed up against the
 * widget borders.
 *
 * The name of the class ("TabbedPanelsContent") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the Content container.
 */
.TabbedPanelsContent {
	padding: 10px 20px;
}

/* This selector is an example of how to change the appearnce of the currently
 * active container panel. The class "TabbedPanelsContentVisible" is
 * programatically added and removed from the content element as the panel
 * is activated/deactivated.
 */
.TabbedPanelsContentVisible {
}

/* Vertical Tabbed Panels
 *
 * The following rules override some of the default rules above so that the
 * TabbedPanels widget renders with its tab buttons along the left side of
 * the currently active content panel.
 *
 * With the rules defined below, the only change that will have to be made
 * to switch a horizontal tabbed panels widget to a vertical tabbed panels
 * widget, is to use the "VTabbedPanels" class on the top-level widget
 * container element, instead of "TabbedPanels".
 */

/* This selector floats the TabGroup so that the tab buttons it contains
 * render to the left of the active content panel. A border is drawn around
 * the group container to make it look like a list container.
 */
.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 130px;
	height: 360px;
	background-color: #F8FAFB;
	position: relative;
	border-top: solid 1px #DDDDDD;
	/*border-right: solid 1px #D4DFE5;*/
	border-left: solid 1px #DDDDDD;
	border-bottom: solid 1px #DDDDDD;
}

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	height: 40px;
	border-top: none;
	border-left: none;
	border-right: none;
}

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #FFFFFF;
	border-right: solid 1px #FFFFFF;
	padding-right: 121px;
	border-top: none;
}

/* This selector floats the content panels for the widget so that they
 * render to the right of the tabbed buttons.
 */
.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 410px;
	height: 360px;
}

/*- Fim Tabbed Panels verticais da home -- */
/* Menu Lateral ----------------------------------------------*/
#container_menul {
	width:100%;
	background-color: #transparent;
	padding-bottom: 0px;
	margin: 0;
	/*margin-bottom: 5px;*/
}

dl {margin: 0; padding: 0;}
dt {color:#0050B9; margin:0; padding:0; text-align:left; font-size: 12px; padding:7px; font-weight:bold; background: #DCE8ED;}
dd {margin:0; padding:0; text-align:left; border-top:1px solid #fff; border-bottom:1px solid #DCE8ED;}
#menul a {
	color:#4853A8;
	text-decoration:none;
	display:block;
	padding: 7px;
	padding-left: 18px;
	background: #transparent;
	background-image: url(setinha.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin: 0;
}

#menul a:hover {
	color:#4853A8;
	text-decoration:none;
	/*font-weight: bold;*/
	display:block;
	padding: 7px;
	padding-left: 18px;
	background: #DCE8ED;
	background-image: url(setinha.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin: 0;
}

.bottom {
  display:block; 
  background:transparent; 
  font-size:1px; 
  border-top:1px solid #fff;
  }
/*- Fim Menu lateral ---------------------- */

/* Forms -----------------------------------------------------*/

input { 
	color:#000000;
	font-size: 10px;
 	background-color: #D7E5F2;
	border-width: 1px; 
}

input[disabled] {
  opacity: .3;
  filter: alpha(opacity=30);
}

select { 
	font-size: 10px;
 	background-color: #D7E5F2;
	border-width: 1px; 
}
.botao { 
 	background-color: #EEEEEE;
}

.cabtop a:link {
	text-decoration: none;
	color:#FFFFFF;
	font-size: 9px;
}
.cabtop a:visited {
	text-decoration: none;
	color:#FFFFFF;
	font-size: 9px;
}
.cabtop a:hover {
	text-decoration: none;
	color:#EEEEEE;
	font-size: 9px;
}
.cabtop a:active {
	text-decoration: none;
	color:#EEEEEE;
	font-size: 9px;
}
.cabtop input {
	color:#000000;
	font-size: 9px;
 	background-color: #D7E5F2;
	width: 100px;
	border-width: 1px; 
}

#cadastro table { 
 background-color: #F9FBFD; 
 color: #000000; 
 width: 500px; 
 border: 1px solid #D7E5F2; 
 border-collapse: collapse; 
} 

#cadastro td { 
 border: 1px solid #D7E5F2;
 padding: 4px 4px 4px 4px; /* top, right, bottom, left  */
}

.titcell { 
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 color: #FFFFFF; 
 padding-left:4px;
 font-weight: bold;
 background-color: #71AACB; 
} 
.labelcell { 
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 text-align: right; 
 color: #3670A7; 
 background-color: transparent; 
 width: 150px; 
} 

.fieldcell { 
 background-color: #F2F7FB; 
 color: #000000; 
 text-align: left; 
 margin-right: 0px; 
 padding-right: 0px; 
} 

.smalllabelcell { 
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: transparent; 
 color: #3670A7; 
 width: 100px; 
} 

.smallfieldcell { 
 background-color: #F2F7FB; 
 color: #000000; 
 text-align: left; 
  
}
.smallfieldcell2 { 
 background-color: #F2F7FB; 
 color: #000000; 
 text-align: left; 
  
}
.fieldcell input { 
 width: 300px; 
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: #D7E5F2; 
 color: #102132; 
 border: 1px solid #284279; 
 margin-right: 0px; 
} 

.fieldcell textarea { 
 width: 300px; 
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: #D7E5F2; 
 color: #102132; 
 border: 1px solid #284279; 
 margin-right: 0px; 
} 
.smallfieldcell input { 
 width: 100px; 
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: #D7E5F2; 
 color: #102132; 
 border: 1px solid #284279; 
} 
.smallfieldcell4 input { 
 width: 160px; 
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: #D7E5F2; 
 color: #102132; 
 border: 1px solid #284279; 
} 
.smallfieldcell2 input { 
 width: 67px; 
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: #D7E5F2; 
 color: #102132; 
 border: 1px solid #284279; 
} 
.smallfieldcell3 input { 
 width: 30px; 
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: #D7E5F2; 
 color: #102132; 
 border: 1px solid #284279; 
} 

.smallfieldcell select { 
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: #D7E5F2; 
 color: #102132; 
 border: 1px solid #284279; 
}
.smallfieldcell_cnpj input { 
 width: 150px;
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: #D7E5F2; 
 color: #102132; 
 border: 1px solid #284279; 
}
.button { 
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: #D7E5F2; 
 color: #102132; 
 margin-left: 12px; 
 margin-top: 3px; 
 margin-bottom: 2px; 
}
.asterisco {color: #FF0000}

/* Fim Forms -------------------------------------------------*/