@charset "utf-8";
body {
	padding: 0px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-image: url(/images/navshadow.png);
	background-position: center 71px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
textarea, input
{
	font-family: Calibri, Arial, Helvetica, sans-serif;
}
a {
	text-decoration:none;
}
#navwrap a {
	color: #FFF;
}
.red
{
 color:#F00;
}
.green
{
	color:#090;
}
.right {
	text-align: right;
}


#navwrap a.selected {
	color: #000;
}
a:hover , #navwrap a:hover, .msgdel a:hover {
	color: #000;
}
input[type=submit]  , input[type=button]{
	font-size: 0.7em;
	text-transform: uppercase;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border: 1px solid #f0973e;
	color: #053464;
	font-weight: bold;
	background-image: url(/images/submit.jpg);
	background-repeat: repeat-x;
	box-shadow:0px 2px 1px #666;
	-moz-box-shadow:0px 2px 1px #666;
	-webkit-box-shadow:0px 2px 1px #666;
	text-shadow:1px 1px 2px #fff;
	height:20px;
}

#main input[type=submit]
{
	font-size: 1.1em;
	height:25px;
}

select{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	width: 140px;
	height: 24px;
	margin-right:3px;
	padding:2px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border: 1px solid #8e8f8f;
}


#header {
	height: 95px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 0px;
}

#header  #icons span {
	width:100%;
	text-align:right;
	float:right;
	font-size:0.8em;
	margin-bottom:10px;
}

#header #icons {
	float: right;
	height: 25px;
	width: 500px;
	clear: right;
}
#header #link{
	float: right;
	text-transform: uppercase;
	display: block;
	text-align: right;
	clear: right;
	margin-top: 5px;
	width: 500px;
}
#header #link a {
	font-size: 1.4em;
	font-weight: bold;
}

#header #logow {
	height: 55px;
	width: 63px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border: 1px solid #fff;
	padding-top: 8px;
	float: left;
	margin-top: 13px;
}
#header #logo {
	float: left;
	margin-top: 10px;
}


a#config,a#structure,a#home,a#users {
	height: 25px;
	width: 25px;
	background-image: url(/images/h-icon-cog.png);
	background-repeat: no-repeat;
	display: block;
	float: right;
	margin-left:5px;
}
a#structure {
	background-image: url(/images/h-icon-structure.png);
}
a#home {
	background-image: url(/images/h-icon-home.png);
}
a#users {
	background-image: url(/images/h-icon-users.png);
}
a:hover#config, a:hover#home, a:hover#structure, a:hover#users {
	background-color: #000;
}

#nav{
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 34px;
	width: 960px;
	clear: both;
	list-style-position: inside;
	list-style-type: none;
}
#nav li {
	width: 116px;
	height: 31px;
	background-color: #B7B7B7;
	float: left;
	text-align: center;
	color: #fff;
	padding-top: 7px;
	margin-right: 4px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border: 1px solid #B7B7B7;
	text-transform: uppercase;
	background-image: url(/images/navbtnshadow.png);
	background-repeat: repeat-x;
	background-position: left 21px;
}
#nav li.selected {
	background-image: none;
}

#nav2block {
	width: 940px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: center bottom;
	position: absolute;
	top: 117px;
	margin-right: auto;
	margin-left: auto;
	list-style-position: inside;
	list-style-type: none;
	padding-top: 8px;
	padding-right: 10px;
	padding-left: 10px;
}
#nav2block li {
	float: left;
	color: #FFF;
	margin-right: 20px;
	text-transform: uppercase;
}
#navwrap {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top:0px;
	margin-bottom:0px;
	font-size: 90%;
	font-weight: bold;
}
#container {
	clear: both;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}



#container  #main{
	float: left;
	width: 615px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border: 1px solid #D8D8D8;
	overflow: hidden;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}
#main p , #main .para, #main .tnyp {
	background-color: #F7F7F7;
	display: block;
	width: 600px;
	line-height: 30px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border: 1px solid #F7F7F7;
	margin-bottom: 20px;
}
#main p.textline {
	padding-bottom: 5px;
}


#main .tnyp {
	width: 620px;
	padding:0;
	margin-bottom: 20px;
}

#main .tnyp p {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}

#main ul.heading {
	margin-top: 0px;
	font-weight: bold;
	color: #000;
	padding-top: 8px;
	padding-right: 5px;
	padding-left: 10px;
	list-style-position: inside;
	list-style-type: none;
	background-color: #F8F8F8;
	height: 25px;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border: 1px solid #F7F7F7;
}
#main .heading li {
	float: left;
	margin-right: 20px;
}


.triangle {
	background-image: url(/images/triangle.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	margin-top: 4px;
}

.multicheck {
	height: 350px;
	overflow: auto;
	border: 1px solid #ccc;
	padding: 5px;
	width: 585px;
	background-color: #FFF;
}
.multicheck .parent {
	clear: both;
	float: left;
	width: 100%;
}
.multicheck .child {
	padding-left: 25px;
	clear: both;
	float: left;
	width: 358px;
}
.multicheck .grandchild {
	padding-left: 15px;
	clear: both;
	float: left;
}

.multicheck .parent a{
	font-weight: bold;
	color: #F00;
	border: none;
	font-family: "Comic Sans MS", cursive;
	margin-top: -3px;
	display:block;
	font-size: 1.2em;
	width: 12px;
	float: left;
}
#main .textbox {
	border: 1px solid #CCCCCC;
	height: 20px;
	width: 585px;
	padding: 4px;
}
#main .textbox:focus {
	border: 1px solid #000000;
	background-color:#EDFAFE;
}


#main .textarea {
	border: 1px solid #CCCCCC;
	height: 80px;
	width: 585px;
	padding: 4px;
}

#main .textarea:focus {
	border: 1px solid #000000;
	background-color:#EDFAFE;
}

#main .textareatny {
	height: 400px;
	width: 540px;
}
#main .textareatnysmall {
	height: 200px;
	width: 540px;
}
#container
#right
{
	float: right;
	width: 300px;
	height: 475px;
	overflow-y: scroll;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border: 1px solid #D8D8D8;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#right td {
	vertical-align: middle;
}
#right #filter {
	width: 265px;
	padding:5px;
	background-color: #F7F7F7;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border: 1px solid #F7F7F7;
	margin-bottom:10px;
	font-size: 0.9em;
}
#right #filter select {
	width: 135px;
}
#right #filter input[type=text] {
	border: 1px solid #CCC;
	padding:4px;
	margin-left:22px;
	margin-right:2px;
	width:170px;
}

#right #filter p{
	float: right;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 25px;
}
#right #filter p.nofilter {
	height: 18px;
	padding-top: 4px;
	float: none;
	text-align: center;
}


#right em {
	font-size: 0.7em;
	font-style: normal;
	color: #333;
}
#right .noitems {
	height: 40px;
	text-align: center;
}
#right td a{
	font-weight: bold;
}


#right table {
	width: 278px;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border: 1px solid #EFEFEF;

}

#right .pgclass {
	height: 40px;
	border-bottom-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#right img {
	padding-left: 5px;
}


#right .parent
{
	width:168px;
	background-color: #EFEFEF;
	padding-left: 10px;
}
#right .child
{
	padding-left: 20px;
	width:158px;
	background-color: #F4F4F4;
}
#right .grandchild
{
	padding-left: 35px;
	width:143px;
	background-color: #F8F8F8;
}

#right .icoparent
{
	background-color: #EFEFEF;
}
#right .icochild
{
	background-color: #F4F4F4;

}
#right .icograndchild
{
	background-color: #F8F8F8;

}


#right .pgclassico {
	height: 34px;
	padding-left: 5px;
	padding-top: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}




#footer {
	clear: both;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.9em;
	padding-top: 40px;
	text-align: center;
	padding-bottom: 10px;
	color: #999;
}
.notes {
	font-size: 0.8em;
	line-height: 1.3em;
	margin-bottom: 10px;
	display: block;
}
#main .notes.msgdel {
	color: #FFF;
	background-color: #FF6262;
	border-top-color: #FF6262;
	border-right-color: #FF6262;
	border-bottom-color: #FF6262;
	border-left-color: #FF6262;
	font-size: 1.1em;
	text-align: center;
}

.msgdel a
{
	color: #FFF;
	text-decoration: underline;
}
#right .row {
	height: 40px;
	border-bottom-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#right .col1row {
	width:225px;
	background-color: #EFEFEF;
	padding-left: 10px;
	overflow: hidden;
}
#right .col2row {
	width:23px;
	background-color: #EFEFEF;
	padding-left: 10px;
	padding-right: 10px;
}
#right .col3row {
	width:70px;
	background-color: #EFEFEF;
	padding-left: 10px;
	padding-right: 10px;
}


#right .row2 {
	background-color: #F4F4F4;
}


#cmshome #header {
	height: 81px;
	margin-top: 19px;
}

#cmshome #header #link {
	margin-top: 31px;
}

#cmshome #container {
	clear: both;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

#cmshome #loginform p {
	padding-top:10px;
	clear:both;
	margin: 0;
}

#cmshome h1 {
	padding:0;
	margin: 30px 0 0 0;
}

#cmshome .labels {
	width:40%;
	float:left;
	padding-top:8px;
}

#cmshome .inputs {
	width:60%;
	float:left;
}

#cmshome input[type=text],#cmshome input[type=password] {
	width:100%;
	border:1px solid #b3b3b3;
	padding-top: 6px;
	padding-right: 2%;
	padding-bottom: 6px;
	padding-left: 2%;
}
