body { 
	font-family: helvetica, arial, sans-serif; 
	background-color: #E5EDFD; 
	font-size: 10pt; 
	padding: 0; 
	margin: 0; 
	color: #000; 
 
}
h1 {
	color: #4571B1;
}
a {
	color: #0b4599;
}
p {
	line-height: 25px
}
#container {
	margin: 0 auto;
	min-width: 960px;
}
#header {

	height: 35px;
	margin-top: 20px;
	margin-left: 20px;
}


#footer {
	/*
	background: #ddd;
	
	clear: both;
	position: relative;
	z-index: 10;
	height: 3em;
	margin-top: -3em;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/ 
}

/** TOP NAVIGATION *******************/
#topnav{
	position: absolute;
	right: 0;
	top: 0;
	
	margin: 0; padding: 0;	
	margin-right: 25px;
}

#topnav ul {
	height: 15px;
	float: right;
	z-index: 1;
	background-color: #50ACCB;
	margin: 0; padding: 0;
	padding: 10px 15px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius: 0px 0px 0px 10px;
	border-radius: 0px 0px 0px 10px; 
	
	-webkit-box-shadow: -1px 1px 5px 0px #292929;
	-moz-box-shadow: -1px 1px 5px 0px #292929;
	box-shadow: -1px 1px 5px 0px #292929; 
}
#topnav ul li {
	display: inline;
	padding: 0 10px;
	text-align: right;
}

#topnav ul li a {
	padding: 5px 10px;
	text-decoration: none;
	color: white;
	font-weight: bold;
}

#topnav ul li a:hover {
	border-bottom: 2px solid white;
	
}

#loggedin { 
	position: absolute;
	right: 0px;
	top: 37px;
	z-index: 0;
	background-color: #139DCB;
	
	padding: 5px 20px;
	
	
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px; 
}

/***************************************/

#login{
	position: absolute;
	left: 0;
	border: 1px solid #ccc;
	background: white;
	padding: 15px;
	margin-left: 10px;
}


#content {
	position: relative;
	padding: 20px;
	padding-top: 30px; 
	margin: 0;

}
#contentbg {
	background: white;
	padding: 25px;
	padding-top: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; 
}
.main {
	top: -30px;
}
.active a { color: #134697; border: 1px solid #134697; }
.notactive a { color: #ccc; border: 1px solid #ccc; }
#serviceslist{	position: relative; height: 300px;}
#serviceslist li {
	float: left;
	width: 200px;
	margin: 5px;
	list-style: none;
	height: 50px;

}
#serviceslist li a {
	text-decoration: none;
	display: block;
	padding: 10px;
}

.error_msg{
	padding: 0 10px;
	margin: 5px 0px;
}



/****** Navigation ******/

#nav {

	position: relative;
	z-index: 10;
	margin: 0px 20px 10px 20px;
	height: 16px;
	padding: 15px;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; 
	background: rgb(157,213,58); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(157,213,58,1) 0%, rgba(161,213,79,1) 50%, rgba(128,194,23,1) 51%, rgba(124,188,10,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(157,213,58,1)), color-stop(50%,rgba(161,213,79,1)), color-stop(51%,rgba(128,194,23,1)), color-stop(100%,rgba(124,188,10,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* W3C */
	
	
		
}
#nav ul {
	position: relative;
	margin: 0;
	padding: 0;
	


}
#nav li {
	list-style: none;
	margin: 0;
	border: 0;
	display: inline;
	position: relative;
	
	padding-right: 15px;



}
#nav li a {
	text-decoration: none;
	color: #000;
	font: 12pt 'OrbitronMedium', Arial, sans-serif;
	padding: 15px 10px 12px 10px;
}
#nav ul li a:hover {
	color: blue;

}
#nav li a:visited {
	color: #000;
}

/***** Second level navigation *****/

#nav2{
	position: relative;
	height: 34px;
	margin: 0; padding: 0;
	margin-bottom: 34px;
}
#nav2 li {
	padding: 0px 5px; margin: 0px 0px;
	display: block;
	float: left; 
	padding: 0px;
	margin: 15px 5px 0 0px;
	position: relative;
}
#nav2 li a {
	position: relative;
	letter-spacing: 2px;
	font-size: 10px;
	text-decoration: none;
	color: #444;
	padding: 5px 5px;
	border: 1px solid #ccc;
	background: white;
}
#nav2 li a:hover {
	color: green;
	background-color: #eee;
}

.navicon {
	position: relative;
	top: 3px;
	right: 3px;
	border: 0;
}
.faq { 
	border: 1px solid #ccc; 
	margin-bottom: 5px; 
	padding: 20px; 
}
.question { size: 14px; font-weight: bold;}
.answer { margin-left: 10px;}
#help{
	position: relative;
	float: right;
	width: 220px;
	padding: 0 10px;
	border: 1px solid #ccc;
	border-right: 0;
	right: -20px;
	background: white;
	margin-top: 10px;
}
.error_msg {
	position: relative;
	margin-bottom: 15px;
	border: 1px solid pink;
	background: red;
	color: white;
	font-weight: bold;
}
.error_msg span {
	position: relative;
	top: 4px;
	
}

/* Permissions */
ul.perm_box {
	padding: 20px;
	background: -moz-linear-gradient(90% 10% 270deg, #ddd, #fff);
	-moz-border-radius: 10px;
	border: 1px solid #aaa;
	list-style: none;
}
ul.perm_box ul { list-style: none; }
li.group{
	padding: 10px 5px;
	margin: 5px 0px;
	border-top: 1px solid #ccc;
}
li.group:hover{

}
li.group label, li.task label { font-weight: bold;  }
li.group .desc, li.task .desc { font-style: italic; }
li.task {
	padding: 5px 0px;
	
}
li.task .mode {
	position: absolute;
	right: 55px;
}
.rwlabel {
	position: absolute;
	right: 55px;
}
.rmvbtn, .addtaskbtn, .rmvli, .addtaskbtnSubmit {
	padding: 0px 5px;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	cursor: pointer;
}
.rmvbtn:hover, .addtaskbtn:hover, .rmvli:hover, .addtaskbtnSubmit:hover {
	background-color: #EEE8AA;
}
.addtaskbtn {
	
}


/****** Custom Fonts *****************/

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on August 19, 2011 02:44:26 PM America/New_York */



@font-face {
    font-family: 'OrbitronLight';
    src: url('fonts/orbitron/orbitron-light-webfont.eot');
    src: url('fonts/orbitron/orbitron-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/orbitron/orbitron-light-webfont.woff') format('woff'),
         url('fonts/orbitron/orbitron-light-webfont.ttf') format('truetype'),
         url('fonts/orbitron/orbitron-light-webfont.svg#OrbitronLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OrbitronMedium';
    src: url('fonts/orbitron/orbitron-medium-webfont.eot');
    src: url('fonts/orbitron/orbitron-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/orbitron/orbitron-medium-webfont.woff') format('woff'),
         url('fonts/orbitron/orbitron-medium-webfont.ttf') format('truetype'),
         url('fonts/orbitron/orbitron-medium-webfont.svg#OrbitronMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OrbitronBold';
    src: url('fonts/orbitron/orbitron-bold-webfont.eot');
    src: url('fonts/orbitron/orbitron-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/orbitron/orbitron-bold-webfont.woff') format('woff'),
         url('fonts/orbitron/orbitron-bold-webfont.ttf') format('truetype'),
         url('fonts/orbitron/orbitron-bold-webfont.svg#OrbitronBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OrbitronBlack';
    src: url('fonts/orbitron/orbitron-black-webfont.eot');
    src: url('fonts/orbitron/orbitron-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/orbitron/orbitron-black-webfont.woff') format('woff'),
         url('fonts/orbitron/orbitron-black-webfont.ttf') format('truetype'),
         url('fonts/orbitron/orbitron-black-webfont.svg#OrbitronBlack') format('svg');
    font-weight: normal;
    font-style: normal;

}


