@charset "utf-8";
/* CSS Document */

body,h1, h2, h3, h4, h5, h6, p, ul, li, a {margin:0px; padding:0px; }

h1,h2,h3,h4,h5,h6{ font-size:100%;}



body { font-family: Arial, Helvetica, sans-serif; }  

#main {
    background: url(../imgs/header-bg.png) repeat-x; 
	min-height:900px;
}

#main .container{
background:  url(../imgs/seccam-header.png) no-repeat;

}

.container {
    width: 900px;
    margin: 0 auto; 
	

}

#footer{
background: url(../imgs/footer.png) repeat-x;
min-height:100px;

}

#logo {
    background: url(../imgs/poslogo.png) no-repeat;
    height: 79px;
    width: 92px; 

}

#logo h1{
	text-indent:-1999px;
	
}

ul#menu {
    list-style: none; 
}
ul#menu li a {
    font-size: 24px;
    color: #676666;
    text-decoration: none; 
}

ul#menu li {
    float: left; 
}

ul#menu {
    list-style: none;
    padding-top: 42px; 
}
ul#menu li {
    float: left;
	padding-left:20px; 
}

#content{
float:left;
width:600px;
padding-top:15px;
margin-top:30px;
}

#sidebar{
float:left;
background: #d4d6d3;
border: 1px solid #BEBDBD; 
width:250px;
padding:10px;
margin-top: 30px;

}



#sidebar h3 {
    font-size: 20px;
    color: #044055;
    font-weight: normal;
	padding-top:15px;
    padding-bottom: 20px;
    padding-left: 10px;
}

#sidebar ul {
     padding-bottom: 25px;
	 text-decoration: none;	 
}

#sidebar li .sidebartext{
	font-size:9px;
	list-style-type:circle;
}

#sidebar li a {
	font-size: 14px;
	color: #393838;
	text-decoration:none;
}

#sidebar li{
	list-style-type:none;
	padding-left:10px;
	padding-top:5px;
}

#css-table{
	float: left;
	width: 600px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	padding-top:10px;
	margin-top:20px;
	padding-bottom:10px;
}

#css-table li a{
	font-size:14px;
	text-decoration:none;
    color: #676666;
	
}

#css-table li {
	list-style:none;
	padding-top:3px;
	
}


.leftcol{
float:left;
margin-right:30px;
	

}

.rightcol{
float: left;

}
#datarow{
border: 1px dotted #26AE3A;
font-size:11px;
background-color:#d4d6d3;

}

.data strong{
	color:#044055;	
}
.data b {
	color:#044055;
	font-weight:bold;
}
#rows {
    float: right;
	margin-left:5px;
}

.clearfooter {
height: 150px;
clear:both;
}
.FormQ {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 12px;
	font-weight: bold;
	margin-right: 5px;
	color: #666;
}

.FormLabel {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}
.footertext {
	color:#CCC;
	margin: 0 auto; 
	width:250px;
}



.txtfield{
width:10em;
float:left;
text-align:left;
margin-left: 0.5px;
display:block;
font-family: Arial, Helvetica, sans-serif;
}


.imagestyle {
	width:70px;
	height:70px;
}
#sidebar .usedpos a{
	font-weight: bold;
	color: #666;
	text-decoration: underline;	
}

#sidebar .usedpos li{
list-style-type:none;
	padding-left:10px;
	padding-top:5px;
}


.retorrest{
	text-decoration:underline;
	font-weight:bold;
}


