@import '960grid/960.css';
@import '960grid/reset.css';
@import '960grid/text.css';
@import 'custom-theme/green/jquery-ui.css'; 
@import 'custom-theme/green/jquery-ui.theme.css'; 
@import 'custom-theme/pure/buttons.css';


html {
	font-size: 100%; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%; 
} 


/*------------------------------------------
	Structure
------------------------------------------*/
body{
	font-family: "Helvetica Neue", Helvetica, verdana, sans-serif;
	/* font-size:  12px; */
	line-height: 1.7em; 
    background-color: #fff;
	background-image: url(../images/topo-v2.png);
	background-repeat: repeat-x;
	background-position: top;	/* margin-top:45px; */ 
}

/*------------------------------------------
	Body
------------------------------------------*/

#body{
	background: #fff;
	width: 100%;
	float: left;
	clear: both;
	display: inline;
}

/*------------------------------------------
	Footer
------------------------------------------*/

#footer{
	background-image:url(../images/background_footer.jpg);
	background-repeat:repeat-x;
    border-top: 1px solid #6294ad;
    padding:40px 0;
	float: left;
	width: 100%;
	clear: both;
	display: inline;
	color: #565656;
	margin-top: 20px;
}

.footer-logo-sgi {
	height: 100px;
	background: url(../images/logo-sad.png) no-repeat 340px;
	width: 960px;
	margin: 0 auto;
	background-size: 290px 92px;
	position: relative;
}


/*------------------------------------------
  Base
------------------------------------------*/
a{
    outline: none;
    text-decoration: none;
}
a:hover{
    outline: none;
    text-decoration: underline;
}
em{font-style: italic;}
strong{font-weight: bold;}

/* Copyright */

#footer #copyright{
	font-size:11px;
	text-transform: uppercase;
	font-weight: bold;
}


#header-wrapper {
	height: 40px;
	padding-bottom: 10px;
	font-weight:bold;
}
#header-wrapper > ul > li > a, #header .signed-in > a, #header .signed-in-notice > a {
	color: #fff;
	font-size: 15px;
	margin-left: 5px;
	line-height: 40px;
	display: block;
	float: left;
}
#header h1 {
	float: left;
	overflow: hidden;
}
#header .logo {
	float: left;
	line-height: 40px;
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	display: block;
	background: transparent url(../images/logoms.png) no-repeat 1px 0;
	padding-left: 38px;
	margin-left: 0;
	text-indent: -99999px;
}
#header .logo a {
	height:40px;
}
#header-wrapper > ul > li:hover > a {
	color: #fff;
}
#header-wrapper > ul > li > a.current {
	background-color: #000;
	color: #fbfbfb;
}
#header-wrapper h1 {
	float: left;
	overflow: hidden;
}
#header-wrapper .main-pages {
	margin-left: 10px;
	float: left;
}
#header-wrapper ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 900;
}
#header-wrapper ul li {
	position: relative;
	float: left;
	margin-left: 0;
}
#header-wrapper .user {
	float: right;
	z-index: 100;
}
#header-wrapper .signed-in {
	position: relative;
	margin: 0;
	padding-left: 20px;
}
#header-wrapper .signed-in > a {
	background: transparent url(../images/arrow-down.png) no-repeat 100% 50%;
	padding-right: 13px;
	margin-left: 0;
	margin-right: 7px;
}
#header-wrapper .signed-in > a > img {
	width: 26px;
	height: 26px;
	float: left;
	margin: 6px 8px 0 0;
}
	#header-wrapper .signed-in > ul, #header .main-pages li ul {
		display: none;
		color: #ababab;
		position: absolute;
		top: 40px;
		background-color: #1b6917;
		background-image: -moz-linear-gradient(top, #26913d, #1b6917); /* FF3.6 */
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #26913d), color-stop(1, #1b6917)); /* Saf4+, Chrome */
		background-image: -webkit-linear-gradient(#26913d, #1b6917); /* Chrome 10+, Saf6 */
		background-image: linear-gradient(top, #26913d, #1b6917);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#26913d', EndColorStr='#1b6917'); /* IE6–IE9 */
	}
#header-wrapper .signed-in > ul {
	right: 0;
	min-width: 220px;
}
#header-wrapper .main-pages li ul {
	width: auto;
	left: 5px;
	padding-bottom: 5px;
}
#header-wrapper .signed-in > ul li, #header .main-pages li ul li {
	display: block;
	float: none;
}
#header-wrapper .signed-in > ul li a {
	display: block;
	padding: 0 5px 5px 12px;
	font-size: 13px;
	text-align: right;
	color: #fff;
}
#header-wrapper .main-pages li ul li a {
	display: block;
	padding: 0 10px 5px 10px;
	font-size: 13px;
	text-align: left;
	color: #fff;
}
#header-wrapper .signed-in > ul li a:hover, #header-wrapper .main-pages li ul li a:hover {
	/*text-decoration: underline;*/
	color: #D1E751;
}
#header-wrapper .signed-in > ul li.signout {
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	padding: 5px 0 2px 0;
}
#header-wrapper .signed-in > ul li.signout a {
	color: #fff;
}
#header-wrapper .signed-in:hover, #header-wrapper .main-pages li.kids:hover > a {
	background-color: #1b6917;
}
	#header-wrapper .signed-in:hover > a {
		color: #fff;
		background-color: #1b6917;
	}
#header-wrapper .signed-in:hover ul, #header-wrapper .main-pages li:hover ul {
	display: block;
}
#header-wrapper .signed-in-notice {
	float: right;
}
#header-wrapper .signed-in-notice > a {
	color: #D1E751;
}
#header-wrapper -join {
	background-color: #D1E751 !important;
	color: #000 !important;
	line-height: 10px !important;
	margin-top: 7px;
	border-radius: 6px;
	-moz-border-radius: 6px;
}
#header-wrapper -join:hover {
	color: #fff !important;
	background-color: #008fbb;
	background-image: -moz-linear-gradient(top, #4DBCE9, #008fbb); /* FF3.6 */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4DBCE9), color-stop(1, #008fbb)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#4DBCE9, #008fbb); /* Chrome 10+, Saf6 */
	background-image: linear-gradient(top, #4DBCE9, #008fbb);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4DBCE9', EndColorStr='#008fbb'); /* IE6–IE9 */
}
#header-wrapper -signin {
	color: #fff !important;
}
/* below header */

#below-header-wrapper {
	height: 40px;
	min-width: 960px;
	background-color: #008fbb;
	background-image: -moz-linear-gradient(top, #4DBCE9, #008fbb); /* FF3.6 */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4DBCE9), color-stop(1, #008fbb)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#4DBCE9, #008fbb); /* Chrome 10+, Saf6 */
	background-image: linear-gradient(top, #4DBCE9, #008fbb);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4DBCE9', EndColorStr='#008fbb'); /* IE6–IE9 */
}
#toolbar {
	margin-bottom: 11px;
}
.submenu1 {color: Black; font-weight: bold;
	
}
.linknavigacao {
	margin-left:10px;
}
.linknavigacao a {
	margin: 2px;
}
.bullet {
	position:relative;
	background-color:#BADBB2;
	width:5px;
	height:5px;
	top:12px;
	left:-10px;
}

.menu ul {
	list-style-type: none;
}
.unico {
	padding:15px 0 0 15px;
}





/************************************/

/* css template sgi */

#logo-brasao-ms h1 {
	font-size:18px;
	color:#000000;
}
#logo-brasao-ms span {
	vertical-align: middle;
	color:#00923f;
}
#logo-brasao-ms h2 {
	font-size:20px;
	color:#00923f;
}
#logo-brasao-ms {
	background-image:url(../images/logoms.gif);
	background-repeat:no-repeat;
	text-align: left;
	height: 85px;
}
#logo-bandeira-ms {
	background-image:url(../images/logo-ms.jpg);
	background-repeat:no-repeat;
	height:85px;
}
.box-titulo {
	display: table;
	overflow: hidden;
	margin-left: 80px;
	text-align: left;
	margin-top: 15px;
	position: absolute;
}

.box-titulo h1 {
	color:#00923f;
	font-style:normal;
}
.box-titulo h2 {
	color:#000000;
}