@CHARSET "UTF-8";

body {
	background: url(../images/bodyLoop.jpg);
	color: #000;
	font-size: 12px;
	font-family: Verdana, sans-serif;
}

p {
    padding: 5px 0;   
}

.tick {
    background: url(../images/tick.png) center right #fff no-repeat;    
}

.cross {
    background: url(../images/cross.png) center right #fff no-repeat;    

}
#splash {
    height: 100%; 
    width: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 1000; 
    background: url('../images/splash.png') center #3e3d40 no-repeat;   
}
#loading {
    position: absolute; 
    top: 50px; 
    right: 50%;   
}
#wrapper {
	width: 960px;
	margin: 10px auto;
	background: #fff;
}

#headerBar {
	height: 80px;
	background: url(../images/menuLoop.png) repeat-x #a6cc00;
	padding-top: 10px;
	padding-left: 70px;
	padding-right: 10px;
}

#headerBar #menu {
	float: right;
	padding-top: 25px;
	text-align: right;
}

#headerBar #menu li {
	float: left;
	text-align: left;
	padding-left: 20px;
	margin-left: 20px;
	border-left: 2px solid #666;
	padding-left: 20px;
}

#headerBar #menu a {
	color: #fff;
	font-size: 15px;
	text-decoration: none;
}

#bread {
	height: 160px;
	background: #a6cc00;
	padding-left: 70px;
	padding-right: 10px;
}

#bread h2 {
	color: #fff;
	font-weight: bold;
	font-size: 15px;
}

#bread input,#bread textarea {
	padding: 5px;
	margin: 5px 0 5px 0;
	border: 1px solid #707070;
	resize: none;
}

#bread #editForm {
	width: 390px;
	float: left;
	margin-right: 10px;
}

#bread #editTitle,
#profile input[type="text"],
#profile input[type="password"],
#welcome input[type="text"],
#welcome input[type="password"] {
	width: 270px;
	height: 14px;
}
#profile label,
#profile .label,
#welcome label {
    display: block;
    float: left;
    width: 170px;   
}

#profile #notifyOptions,
#profile #mailOptions {
    height: 22px;   
}

#profile #notifyOptions label,
#profile #mailOptions label {
    float: none;
    display: inline;
}

#bread #editDate {
	width: 90px;
	height: 14px;
	float: right;
}

#bread #editDescription {
	width: 377px;
	height: 83px;
}

#bread #editFormSubmit {
	float: left;
	padding-top: 102px;
}

.controls {
    margin: 10px 0 0 170px;   
}

#bread #editDeadlineDelete,
#bread #editDeadlineSubmit,
#profile #save,
#profile #delete,
#welcome #loginButton
 {
	width: 84px;
	height: 31px;
	background: url(../images/greenButton.png);
}
#welcome #loginButton {
    width: 120px;   
}

#calendar {
	float: left;
	margin-right: 10px;
	margin-top: 4px;
	border: 1px solid #707070;
}

#notice,#error {
    padding-top: 20px;
	padding-left: 70px;
	padding-right: 10px;
	height: 50px;
}

#notice {
	background-color: #a6cc00;
}

#errors {
	background-color: #e71e48;
}

#content {
	padding:  20px 10px 20px 70px;
}

#content h2,
#profile legend,
#welcome legend {
	color: #000;
	font-weight: bold;
	font-size: 15px;
	padding: 20px 0 5px;
}

#content #deadlineToday {
	
}

#content #deadlineActive {
	
}

#content #deadlineOutdated {
	clear: both;
}

#content .deadlineRow {
	padding: 15px 0;
	clear: both;
}

#content a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

#content .deadlineRowMeta {
	float: right;
	padding-top: 10px;
	margin-right: 80px;
	line-height: 15px;
	margin-right: 80px
}

#content .barFront {
	float: left;
	height: 22px;
	background: url(../images/barFront.png) no-repeat top right;
	height: 22px;
}

#content .barEnd {
	float: left;
	height: 22px;
	width: 6px;
	background: url(../images/barEnd.png) no-repeat;
}

.question {
    font-weight: bold;
    padding: 5px 0;   
}

.answer {
    
}

#footer {
	height: 54px;
	background: url(../images/footerLoop.png) repeat-x;
	padding: 35px 0 0 70px;
	color: #fff;
}

#footer a {
	color: #fff;
}