/*
 * autor: Ciro Feitosa - http://cirofeitosa.com
 * jul/2009
 */

input:focus
{
	outline: none;
}

p
{
	margin-bottom: 20px;
}


/*
 * grid
 */
#site.popup
{
	width: 560px;
	padding: 20px;
	text-align: left;
	background: white;
}

#lateral
{
	width: 300px;
	float: right;
	margin-bottom: 20px;
}

#lateral div.out
{
	margin-top: 20px;
	padding: 0 10px;
}

#lateral div.in
{
	margin-top: 18px;
	padding: 10px;
	border: solid #ccc 1px;
	background: #e8e8e8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#content
{
	width: 610px;
	float: left;
}

p#logo {
	margin-top: 9px;
}

#content p
{
	color: #333;
}


/*
 * global
 */
h1
{
	text-shadow: 1px 1px #ccc; 
	font-family: "myriad pro", "trebuchet ms", "helvetica neue", helvetica, arial, sans-serif;
	color: #c81a78;
	font-size: 36px;
	clear: both;
	padding-bottom: 10px;
	margin: 20px 0;
	margin-bottom: 20px;
	display: block;
}

h1.interna
{
	margin-bottom: 0;
}


/*
 * form cadastro
 */
form.frmcadastro fieldset
{
	margin-bottom: 2em;
}

form.frmcadastro fieldset legend
{
	font-family: 'Myriad Pro', 'Trebuchet MS', Arial, Helvetica;
	text-transform: uppercase;
	font-size: 20px;
	color: #666;
	padding-bottom: 20px;
	clear: both;
	display: block;
}

form.frmcadastro fieldset label
{
	font-weight: bold;
	font-size: 14px;
	color: #E20185;
	display: block;
	text-transform: lowercase;
	margin-bottom: 4px;
}

form.frmcadastro fieldset span.label
{
	font-weight: bold;
	font-size: 14px;
	color: #E20185;
	text-transform: lowercase;
}


form.frmcadastro fieldset input[type=text], form.frmcadastro fieldset input[type=password], form.frmcadastro fieldset select, form.frmcadastro fieldset textarea
{
	margin-bottom: 12px;
	padding: 5px;
	font-family: Arial;
	font-size: 14px;
	border: solid #FE76C8 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

form.frmcadastro fieldset input.space
{
	margin-bottom: 2px;
}

form.frmcadastro fieldset textarea
{
	padding: 0;
	font-size: 12px;
}

form.frmcadastro fieldset span
{
	color: #999999;
	font-size: 11px;
}

form.frmcadastro fieldset span.erro
{
	background: url(http://cadastro.bsg-world.com/_img/icon_alert.gif) top left no-repeat;
	padding-left: 18px;
	color: red;
	font-weight: bold;
}

form.frmcadastro fieldset span.sucesso
{
	background: url(http://cadastro.bsg-world.com/_img/tick.gif) top left no-repeat;
	padding-left: 18px;
	color: green;
	font-weight: bold;
}

form.frmcadastro textarea
{
	border: solid #e8e8e8 1px;
	color: #555;
	background: white;
}

form.frmcadastro input.botao
{
	padding: 5px;
	font-size: 18px;
	font-family: Arial;
}

div.erro
{
	border: solid #ccc 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: block;
	background: #ffffcc url(http://cadastro.bsg-world.com/_img/icon_alert.gif) no-repeat 10px 10px;
	padding: 10px;
	padding-left: 35px;
	margin-bottom: 20px;
}

div.erro p
{
	font-size: 12px;
	margin-bottom: 10px;
}

ul.erro
{
	padding-left: 0;
	margin-left: 20px;
}

ul.erro li
{
	list-style: none;
	background: url(http://cadastro.bsg-world.com/_img/icon_alert.gif) top left no-repeat;
	padding-left: 20px;
	color: red;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
}

p.sucesso
{
	background: #ffffcc url(http://cadastro.bsg-world.com/_img/tick.gif) no-repeat 5px 5px;
	font-weight: bold;
	color: green;
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
	padding-left: 26px;
}

img.destaque
{
	padding: 4px;
	border: solid #e8e8e8 1px;
	margin-right: 10px;
}


/*
 * abas na atualizacao de cadastro
 */
ul#abas_cadastro
{
	margin-bottom: 30px;
	clear: both;
}

ul#abas_cadastro li
{
	display: inline;
	font-size: 12px;
	margin-right: 10px;
	line-height: auto;
}

ul#abas_cadastro li.ult
{
	margin-right: 0;
}

ul#abas_cadastro li a
{
	padding: 5px 8px;
	text-decoration: none;
	color: #555;
	background: white;
	border: solid #ccc 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

ul#abas_cadastro li a:hover
{
	background: #e8e8e8;
	color: black;
}

ul#abas_cadastro li a.atual
{
	font-weight: bold;
	background: #C4037A;
	color: white;
	border-color: #7A0044;
}


/*
 * lateral
 */
#lateral h3
{
	font-family: 'Myriad Pro', 'Trebuchet MS', Arial, Helvetica;
	color: #4d4d4d;
	font-size: 18px;
	margin: 0;
}

#lateral p, #lateral li
{
	color: #666666;
}

#lateral p a
{
	font-size: 18px;
	font-family: 'Myriad Pro', 'Trebuchet MS', Arial, Helvetica;
	color: black;
}

#lateral ul
{
	margin-top: 10px;
}

#lateral li
{
	clear: both;
	font-size: 12px;
	margin-bottom: 10px;
}

#lateral li img
{
	float: left;
	margin-right: 10px;
	padding-bottom: 10px;
}

#lateral li strong
{
	font-weight: bold;
}


/**
 * box
 */
div.box
{
	background: #f2f2f2;
	color: #666666;
	border: solid #ccc 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
	margin-bottom: 30px;
}

div.box h1
{
	margin-top: 0;
	margin-bottom: 5px;
}

div.box p
{
	font-size: 16px;
	font-family: "myriad pro", "trebuchet ms", "helvetica neue", helvetica, arial, sans-serif;
	margin: 0;
	line-height: 20px;
}
