/*-----------------------------------------------------------------------------
	G3w - Sistema de Gerenciamento Online
	http://g3w.com.br
	2008-Oct
-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
 * Import CSS file
-----------------------------------------------------------------------------*/
@import 'header.css';
@import 'menu.css';
@import 'submenu.css';
@import 'titlePage.css';
@import 'footer.css';
@import 'radius.css';

/*-----------------------------------------------------------------------------
 * Default
-----------------------------------------------------------------------------*/
body
{
	margin:15px 0px 0px 0px;
}

body,
select,
input,
textarea,
button
{
	font:11px Verdana;
	color:#464646;
}

input,
textarea,
label
{
	width:300px;
}

button
{
	color:#000;
}

textarea
{
	height:100px;
}

fieldset,
legend
{
	font-size:10px;
}

fieldset
{
	-moz-border-radius:4px;
	border-radius:4px;
	border: solid 2px #C9DEDE;
}

li
{
	color:#006699;
}

cite
{
	font:italic 9px Verdana;
	color:#83AEC2;
}

label
{
	display:block;
}


/*-----------------------------------------------------------------------------
 * Clear
-----------------------------------------------------------------------------*/
.clear,
.clearM
{
	height:0px;
	clear:both;
	font-size:0px;
	display:block;
	width:0px;
}

.clearM { margin:10px 0px 10px 0px; }


/*-----------------------------------------------------------------------------
 * Image title page and footer
-----------------------------------------------------------------------------*/
.space
{
	width:9px;
	height:33px;
	float:left;
	margin:1px 0px 0px 0px;
	background:url(/sistema/franqueado/template/standard/images/globals/Space.png) top center no-repeat;
}


/*-----------------------------------------------------------------------------
 * Report Errors
-----------------------------------------------------------------------------*/
.returnError,
.returnOk
{
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	width:713px;
	font-size:10px;
	padding:12px 0px 12px 40px;
	margin:0px 0px 10px 0px;

}

.returnError
{
	background:url(/sistema/franqueado/template/standard/images/globals/ReturnError.png) #FFFFE1 left center no-repeat;
	border:1px solid #FFAAAA;
	color:#FF0000;
}

.returnOk
{
	background:url(/sistema/franqueado/template/standard/images/globals/ReturnOk.png) #FFFFE1 left center no-repeat;
	border:1px solid #7BD026;
	color:#336600;
}


/*-----------------------------------------------------------------------------
 * Text link
-----------------------------------------------------------------------------*/
.textLink
{
	padding:0px 0px 1px 0px;
}

.textLink a
{
	text-decoration:none;
	color:#006699;
	border-bottom:1px dotted #464646;
}

.textLink a:hover
{
	color:#464646;
	border-bottom:1px dotted #006699;
}


/*-----------------------------------------------------------------------------
 * Text color
-----------------------------------------------------------------------------*/
.textBlue	{ color:#006699; }
.textGreen	{ color:#336600; }
.textRed	{ color:#FF0000; }
.textOrange { color:#FF6600; }
.textGray	{ color:#464646; }
.textWhite	{ color:#FFF; }

/*-----------------------------------------------------------------------------
 * Struct page
-----------------------------------------------------------------------------*/
.containerStruct
{
	width:980px;
	max-width:980px;
	min-width:980px;
	margin:0 auto;
}

.mainStruct
{
	width:790px;
	min-width:790px;
	max-width:790px;
	min-height:468px;
	float:left;
	margin:20px 0px 20px 3px;
}

/*-----------------------------------------------------------------------------
 * Content page
-----------------------------------------------------------------------------*/
.container,
.content,
.contentFooter
{
	width:775px;
}

.container
{
	margin:0px 0px 0px 7px;
}

.content
{
	float:left;
}

.contentTitle
{
	background: url(/sistema/franqueado/template/standard/images/globals/TitleLarge.png) bottom center no-repeat;
	font-size:11px;
	color:#006699;
	font-weight:bold;
	padding:0px 0px 12px 8px;
}

.contentMain
{
	background:url(/sistema/franqueado/template/standard/images/globals/BgMainLarge.png) center repeat-y;
	padding:0px 10px 0px 10px;
}

.contentFooter
{
	background:url(/sistema/franqueado/template/standard/images/globals/FooterLarge.png) top center no-repeat;
	height:10px;
}

/*-----------------------------------------------------------------------------
 * Row
-----------------------------------------------------------------------------*/
.row, .rowTitle
{
	width:755px;
	padding: 3px 0px 3px 0px;
}

.rowTitle
{
	color:#006699;
	font-weight: bold;
	padding-bottom: 5px;
}

.rowEven
{
	background-color: #f7f7f7;
}

.rowOdd
{
	background-color: #eee;
}

/*-----------------------------------------------------------------------------
 * Col
-----------------------------------------------------------------------------*/
.col25, .col40, .col50, .col60, .col70, .col80, .col90, .col100, .col120,
.col140, .col150, .col190, .col200, .col250, .col280, .col300, .col400,
.col450, .col500, .col550, .col600
{
	float: left;
}

.col25 { width: 25px; }
.col40 { width: 40px; }
.col50 { width: 50px; }
.col60 { width: 60px; }
.col70 { width: 70px; }
.col80 { width: 80px; }
.col90 { width: 90px; }
.col100 { width: 100px; }
.col120 { width: 120px; }
.col140 { width: 140px; }
.col150 { width: 150px; }
.col180 { width: 180px; }
.col190 { width: 190px; }
.col200 { width: 200px; }
.col250 { width: 250px; }
.col280 { width: 280px; }
.col300 { width: 300px; }
.col400 { width: 400px; }
.col450 { width: 450px; }
.col550 { width: 550px; }
.col600 { width: 600px; }

.containerButtons
{
	width:700px;
	float:left;
	margin:5px 0px 0px 2px;
}


/*-----------------------------------------------------------------------------
 * Open and close menu
-----------------------------------------------------------------------------*/
.openMenu
{
	display:block;
}
.closeMenu
{
	display:none;
}


/*-----------------------------------------------------------------------------
 * Open and close legend button
-----------------------------------------------------------------------------*/
.openLegend
{
	background:url(/sistema/franqueado/template/standard/images/globals/BgLegend.png) top center no-repeat;
	font-size:10px;
	padding:11px 0px 12px 10px;
	margin:10px 0px 0px 0px;
	width:765px;
	display:block;
}

.closeLegend
{
	display:none;
}
