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

body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#e7eaea;
	background-image:url("../images/page-background.jpg");
	background-repeat:repeat-y;
	background-position:right;
}

.float-left { float:left; }
.float-right { float:right; }

a {
	color:#0073ea;
	text-decoration:none;
}

a:hover {
	color:#000000;
}

p {
	font-size:12px;
	color:#666666;
	margin-bottom:10px;
	line-height:21px;
	cursor:text;
}

div#header {
	background-color:#4c4c4c;
	padding:5px 0px;
	height:60px;
}

div#navigation {
	background-image:url("../images/nav-background.png");
	background-repeat:repeat-x;
	height:52px;
}

div#navigation ul {
	padding-top:17px;
}

div#navigation ul li {
	display:inline;
	list-style-type:none;
}

div#navigation ul li a {
	padding:3px 10px;
	font-weight:bold;
	color:#606060;
	font-size:14px;
}

div#navigation ul li a.selected {
	color:#000000;
	text-decoration:underline;
}

div#navigation ul li a:hover {
	color:#000000;
	text-decoration:underline;
}

div#content {
	padding:15px;
}

div#content-container {
	float:left;
	width:100%;
}

div#main-content {
	margin-right:280px;
}

div#side-content {
	float:left;
	width:250px;
	margin-left:-250px;
}

div.module {
	background-color:#f9f9f9;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-color:#dcdfe3;
	border-style:solid;
	border-width:1px;
	margin-bottom:15px;
	padding:10px;
}


div.module h2 {
	border-style:dotted;
	border-width:0px 0px 1px 0px;
	border-color:#c3c9ce;
	padding-bottom:10px;
	font-weight:bold;
	margin-bottom:10px;
	color:#000000;
	font-size:14px;
	cursor:default;
}

div.module-content {
	margin:0px 10px;
}

a.option {
	background-color:#f3f3f3;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-color:#dcdfe3;
	border-style:solid;
	border-width:1px;
	text-align:center;
	text-decoration:none;
	display:block;
	width:100px;
	height:100px;
	margin-right:10px;
	float:left;
	color:#666666;
	margin-bottom:10px;
}

a.option:hover {
	background-color:#e4e7ea;
	border-color:#c3c9ce;
}

a.option:active {
	border-color:#9d9d9d;
}

a.option img {
	margin:5px 0px;
}

a.option p {
	color:#666666;
	font-size:11px;
	line-height:normal;
}

div.module-footer {
	border-style:dotted;
	border-width:1px 0px 0px 0px;
	border-color:#c3c9ce;
	padding-top:10px;
	margin-top:10px;
}

.button {
	background-color:#e4e7ea;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-color:#c3c9ce;
	border-style:solid;
	border-width:1px;
	text-align:center;
	padding:6px 10px;
	display:block;
	float:left;
	font-size:12px;
	text-decoration:none;
	color:#000000;
	font-weight:normal;
	margin-right:10px;
	font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;
}

a.button {
	padding:9px 10px;
	
}


.button:hover {
	background-color:#ffffff;
	color:#000000;
}

.button:active {
	border-color:#9d9d9d;
}


.message {
	padding:13px;
	background-color:#f9f9f9;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-color:#dcdfe3;
	border-style:solid;
	border-width:1px;	
	margin-bottom:15px;
	font-weight:bold;
	color:#404040;
	font-size:14px;
}

.message h3 {
	font-weight:bold;
	font-size:16px;
	color:#404040;
	margin-bottom:8px;
	margin-top:5px;
}

.message p {
	font-size:13px;
	color:#666666;
	line-height:normal;
}

.success {
	background-image:url("../images/icons/success.jpg");
	background-repeat:no-repeat;
	padding-left:45px;
	background-position:5px 5px;
	background-color:#bfffc4;
	border-color:#b4e8aa;
}

.error {
	background-image:url("../images/icons/error.jpg");
	background-repeat:no-repeat;
	padding-left:45px;
	background-position:5px 5px;
	background-color:#ffbfbf;
	border-color:#e8aaad;
}

.warning {
	background-image:url("../images/icons/warning.png");
	background-repeat:no-repeat;
	padding-left:68px;
	background-position:10px 10px;
	background-color:#fff6bf;
	border-color:#e8e3aa;	
}

div.message a.close {
	background-color:#f3f3f3;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-color:#dcdfe3;
	border-style:solid;
	border-width:1px;
	text-align:center;
	padding:5px 10px;
	display:block;
	float:right;
	font-size:12px;
	text-decoration:none;
	color:#666666;
	margin-top:-30px;
	visibility:hidden;
}

div.message a.close:hover {
	background-color:#e4e7ea;
	border-color:#c3c9ce;
	color:#333333;
}

div.message a.close:active {
	border-color:#9d9d9d;
}

table {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-color:#c2c2c2;
	border-style:solid;
	border-width:1px;
	width:100%;
	color:#000000;
	cursor:default;
}

table p {
	color:#000000;
}

table tr.late {
	background-color:#fcbb93;
}

table tr.overdue {
	background-color:#fdc4c4;	
}

th {
	background-color:#cbe2ed;
	font-size:13px;
	font-weight:bold;
	color:#404040;
	padding:10px;
}

tr:nth-child(even) {
	background-color:#ffffff;
}

tr:nth-child(odd) {
	background-color:#f2f2f2;
}

tr:hover {
	background-color:#fff6bf;
	color:#404040;
}

td {
	padding:10px;
	font-size:12px;
	border-style:solid;
	border-color:#dcdfe3;
	border-width:0px 1px 1px 0px;
	vertical-align:middle;	
}

.module-list-placeholder {
	background-color:#bfe6ff;
	display:block;
	margin-bottom:15px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-color:#aad3e8;
	border-style:solid;
	border-width:1px;
}

form label {
	display:block;
	margin-bottom:10px;
	font-size:14px;
	color:#404040;
	font-family:Arial, Helvetica, sans-serif;
}

form span.instructions {
	display:block;
	margin-top:-20px;
	margin-bottom:25px;
	font-size:12px;
	color:#666666;
}

form input[type="text"], form input[type="password"] {
	padding:6px;
	font-size:13px;
	margin-bottom:25px;
	background-color:#f3f3f3;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-color:#c3c9ce;
	border-style:solid;
	border-width:1px;
	width:400px;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	display:block;
}

form select {
	padding:6px;
	font-size:13px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
	background-color:#f3f3f3;
	margin-bottom:25px;
	border-color:#c3c9ce;
	border-style:solid;
	border-width:1px;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;				
}

form input[type="text"]:focus, form input[type="password"]:focus {
	background-color:#e4e7ea;	
}

form select.small {
	width:205px;
}

form input[type="text"].small {
	width:195px;
}

form input[type="text"].medium {
	width:400px;
}

form input[type="text"].large {
	width:600px;
}

form textarea {
	padding:5px;
	font-size:14px;
	margin-bottom:25px;
	background-color:#f3f3f3;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-color:#c3c9ce;
	border-style:solid;
	border-width:1px;
	width:500px;
	height:150px;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:25px;
	display:block;
}

form textarea:focus {
	background-color:#e4e7ea;	
}

form textarea.small {
	width:400px;
	height:100px;
}

form textarea.medium {
	width:500px;
	height:150px;
}

form textarea.large {
	width:600px;
	height:200px;
}

a.small-button {
	width:16px;
	height:16px;
	padding:5px;
	background-position:center;
	background-repeat:no-repeat;
	background-color:#f3f3f3;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-color:#dcdfe3;
	border-style:solid;
	border-width:1px;	
	display:block;
}

a.edit {
	float:left;
	margin-right:5px;
	background-image:url("../images/icons/small/edit.png");
}

a.delete {
	margin-right:5px;
	float:left;
	background-image:url("../images/icons/small/delete.png");
}

a.move {
	margin-left:5px;
	float:right;
	margin-top:-7px;
	background-image:url("../images/icons/small/move.png");
	cursor:move;
}

a.collapsed {
	margin-left:5px;
	float:right;
	margin-top:-7px;
	background-image:url("../images/icons/small/collapsed.png");
	cursor:pointer;
}


a.expanded {
	margin-left:5px;
	float:right;
	margin-top:-7px;
	background-image:url("../images/icons/small/expanded.png");
	cursor:pointer;
}

a.document {
	margin-right:5px;
	float:left;
	background-image:url("../images/icons/small/document.png");
	cursor:pointer;
}

.add {
	background-image:url("../images/icons/small/add.png");
	background-repeat:no-repeat;
	padding-left:26px;
	background-position:6px 7px;
}

.tasks {
	margin-right:5px;
	float:left;
	background-image:url("../images/icons/small/to-do.png");
	cursor:pointer;
}

.permissions {
	margin-right:5px;
	float:left;
	background-image:url("../images/icons/small/permissions.png");
	cursor:pointer;
}

.milestones {
	margin-right:5px;
	float:left;
	background-image:url("../images/icons/small/milestones.png");
	cursor:pointer;
}

.upload {
	margin-right:5px;
	float:left;
	background-image:url("../images/icons/small/upload.png");
	cursor:pointer;
}

.overview {
	margin-right:5px;
	float:left;
	background-image:url("../images/icons/small/overview.png");
	cursor:pointer;
}

div.pagination {
	padding: 3px 0px;
	margin: 3px 0px 3px -1px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #c6c6c6;
	zoom: 100%;
	text-decoration: none; /* no underline */
	color: #404040;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000000;

	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #000000;
	
	* zoom: 100%; 
	
	font-weight: bold;
	background-color: #33393c;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	
	* zoom: 100%;
	
	color: #DDD;
}

* span.elipsis {zoom:100%}


