/*****CONTENT*****/
#content {
	width:632px;
	min-height:400px;
	height:auto;
	float:right;
	vertical-align:top;
	padding:10px 20px 10px 20px;
	text-align:left;
	border:1px solid #a3a5aa;
	background-color:#ffffff;
	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	-khtml-border-radius:12px;
}

#content table.admintable, #content table.listtable{
	border-collapse:collapse;
	text-align:left;
}
#content table.studenttable{
	margin-top:20px;
	width:630px;
}
.pager{
	border-bottom:1px solid red;
	color:red;
	margin-top:20px;
	padding-right:10px;
}
#content table.listtable a{
	text-decoration:none;
	font-weight:bold;
	color:#000000;
}
#content table.listtable a:hover{
	text-decoration:underline;
}

#content table.listtable td{
	height:55px;
	border-bottom:1px solid black !important;
}
#content table.studenttable td{
	height:20px !important;
	border-bottom:1px solid #ababab !important;
}
#content table.listtable tbody tr:hover{
	background-color:#eee;
	cursor:pointer;
}
#content table.listtable td{
	padding:5px;
}
#content table.admintable td{
	padding:5px;
	border-bottom:1px solid #e7e7e7 !important;
}

#content table.companyprofile{
	margin:10px 0 0 0;
	padding:0px;
	width:100%;
	border-collapse:collapse;
}
#content table.companyprofile td{
	vertical-align:top;
	padding:5px;
}
#content table.companyprofile h3{
	margin-top:30px;
}
#content table.companyprofile img.rectangle{
	margin-top:20px;
}
#content table.companyprofile label{
	font-weight:bold;
}
#content hr{
	border-width:0px;
	margin-top:10px;
	margin-bottom:10px;
	height:1px;
	color:#ef3031;
	background-color:#ef3031;
}

#content div.studentprofile{
	margin:10px 0 0 0;
	padding:0px;
	width:100%;
	border-collapse:collapse;
	position:relative;
}
#content div.studentprofile div.portrait{
	position:absolute;
	top:20px;
	right:20px;
}
#content div.studentprofile h4{
	margin-top:0px;
	margin-bottom:0px;
	width:460px;
}
#content div.studentprofile h3{
	width:100%;
	height:21px;
	background-color:#e7e7e7;
	font-size:12px;
	color:black;
	margin-top:40px;
	margin-left:-7px;
	padding-left:7px;
	padding-top:3px;
}
#content div.studentprofile div.introduction{
	width:460px;
	min-height:140px;
}
#content div.studentprofile img.rectangle{
	margin-top:20px;
}
#content div.studentprofile label.formlabel,
#content div.studentprofile span.formlabel,
#content div.studentprofile span.formlabelright{
	text-align:left;
	width:140px;
	padding:0 15px 0 0;
	min-height:14px;
	margin-bottom:10px;
}
#content div.studentprofile span.formlabelright{
	width:400px;
}
#content div.studentprofile .forminputgroup{
	margin-left:155px;
}
#content div.studentprofile li,
#content div.studentprofile ul{
	list-style:none inside;
	margin:0px;
	padding:0px;
}

.interviewstatusconfirmed,
.interviewstatusoverflow,
.interviewstatusrejected,
.interviewstatusrequested,
.interviewstatussend,
.interviewstatusreceivedrequest
{
	display:block;
	font-weight:bold;
	padding:0px;
	width:130px;
	text-align:center;
	border-width:1px;
	border-style:solid;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	-khtml-border-radius:7px;
}

.interviewstatusconfirmed{
	color:white;
	background-color:#009F00;
	border-color:#009F00;
}

.interviewstatusoverflow{
	color:red;
	background-color:white;
	border-color:red;
}

.interviewstatusrejected{
	color:white;
	background-color:red;
	border-color:red;
}

.interviewstatusrequested{
	color:#FF9200;
	background-color:white;
	border-color:#FF9200;
}

.interviewstatusreceivedrequest{
	color:white;
	background-color:#FF9200;
	border-color:#FF9200;
}

.interviewstatussend{
	color:black;
	background-color:white;
	border-color:black;
}

div.interviewinformation,
div.confirmedinterview,
div.deletedinterview{
	min-height:120px;
	margin-top:10px;
	margin-bottom:20px;
	padding-left:118px;
	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	-khtml-border-radius:12px;
	background-color:#E7E7E7;
	background-repeat:no-repeat;
	background-position:left center;
}
div.interviewinformation{
	background-image:url('imgs/greyexclam.png');
}
div.confirmedinterview{
	background-image:url('imgs/greytick.png');
}
div.deletedinterview{
	background-image:url('imgs/greycross.png');
}
div.deletedinterview span,
div.confirmedinterview span,
div.interviewinformation span{
	display:block;
	padding-top:20px;
}
div.interviewinformation input{
	padding:3px 5px 3px 5px;
	font-weight:bold;
	border-width:0px;
	background-color:red;
	color:white;
	margin:10px 10px 10px 0px;
	background-repeat:no-repeat;
	background-position:right center;
	padding-right:30px;

	/*stupid ie button-width bug*/
	width:auto;
	overflow:visible;
}

div.interviewinformation input.confirm{
	background-image:url('imgs/redtick.png');
}

div.interviewinformation input.reject{
	background-image:url('imgs/redcross.png');
}

div#messagetext{
	width:350px;
	padding:10px 10px 10px 10px;
	border:1px solid #a8a8a8 !important;
	background-color:white !important;
}

ul.MessageList {
	list-style:none;
	margin:0px;
	padding:0px;
}
ul.MessageList li {
	display:block;
	margin:5px 0px;
	padding:5px;
}
ul.MessageList li.notice {
	color:green;
	border:1px solid #070;
}
ul.MessageList li.error {
	color:red;
	border:1px solid #900;
}
