﻿*
{
	font-family: Segoe UI, Tahoma, Arial, Sans-Serif;
	font-size: 10pt;
}

#header
{
	height: 123px;
}

#eduoffers-logo
{
	background-image: url(/img/logo.png);
	background-repeat: no-repeat;
	width: 285px;
	height: 105px;
	float: left;
}

#grnet-logo
{
	background-image: url(/img/grnet3.png);
	background-repeat: no-repeat;
	width: 310px;
	height: 105px;
	float: right;
}


#mnec-logo
{
	background-image: url(/img/mlogo.png);
	background-repeat: no-repeat;
	width: 216px;
	height: 123px;
	float: right;
	text-decoration:none;
	display:block;
}

#dg-logo
{
	background-image: url(/img/dglogo.png);
	background-repeat: no-repeat;
	width: 117px;
	height: 123px;
	float: right;
	display: block;
	text-decoration:none;
}

table.data-entry
{
	width: 100%;
}
table.data-entry tr
{
	vertical-align: top;
}
.leftCol
{
	width: 36%;
}
.rightCol
{
	width: 64%;
}
.rightCol input, .rightCol textarea
{
	width: 98%;
}
.required
{
	font-weight: bold;
}

body
{
	background-color: #cccccc;
	margin: 0;
	padding: 0;
}

#container
{
	width: 900px;
	margin: 32px auto;
	padding: 16px;
	border: 1px solid gray;
	background: white;
}

span.description
{
	display: block;
	padding-left: 24px;
	text-align: justify;
}


.tip
{
	padding: 8px;
	background-color: #ffffcc;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	width: 260px;
}

h1
{
	font-size: 14pt;
}

h3.register
{
	font-size: 12pt;
}

h3.register:first-letter
{
	font-family: Arial, Sans-Serif;
	font-size: 12pt;
	color: navy;
}

#footer
{
	text-align: right;
	margin-top: 16px;
	padding-left: 300px;
	background-image: url(/img/footer.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#footer *
{
	color: #666;
}

.small
{
	font-size: 8pt;
}

.login-cell1
{
	width: 38%;
	background-color: #eeddcc;
	float: left;
	margin-right: 1%;
	margin-top: 8px;
}

.login-cell1 *
{
	color: #221111;
}

.login-cell1 tr
{
	vertical-align: top;
}

.login-cell1 table
{
	width: 100%;
}

.login-cell2
{
	margin-top: 8px;
	width: 24%;
	text-align: center;
	float: left;
	margin-right: 1%;
}

.login-cell2 *
{
	color: #221111;
	font-weight: normal;
}

.login-cell2 ul
{
	text-align: left;
	margin: 0px 0px 0px 8px;
	padding: 0px 0px 0px 8px;
}

.login-cell3
{
	margin-top: 8px;
	width: 36%;
	background-color: #eeaa11;
	text-align: center;
	float: left;
}

.login-cell3 ul
{
	text-align: left;
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
}
.login-cell3 *
{
	color: #221111;
}

.outer-content
{
	display: table;
	height: 330px; #position:relative;overflow:hidden;
}

.middle-content
{
	left: 0%; #position:absolute;#top:0%;display:table-cell;vertical-align:top;
}

.inner-content
{ #position:relative;#top:-0%;

}

.cell-heading
{
	font-weight: bold;
	text-align: center;
}

.caps-warn
{
	display: block;
	padding: 2px;
	border: 1px solid red;
	color: Red;
	background: #ffffcc;
}
