body
{
	background-color: #C5C9CC;
	margin: 0px;
}

body, td, div, li, input, textarea, p, ul
{
	color: #454545;
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}

li
{
	list-style-type: disc;
	padding-bottom: 6px;
}

li.circle
{
	list-style-type: none;
	margin-left: 10px;
}

ul
{
	margin-left: 15px;
	margin-bottom: 0px;
}

/* Links */
a:link, a:visited, a:active 
{
    color: #007BA8;   
    text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a.whitelink:link, a.whitelink:visited, a.whitelink:active 
{
    color: #ffffff;   
    text-decoration: none;
}

a.whitelink:hover
{
	text-decoration: underline;
}

/* Text */
.standard
{
	color: #454545;
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}
.lightgreytext 
{
	color: #565656;
}

.compulsory
{
	color: #007BA5;
}

/* Tables */
.dottedcell
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 9px;
	text-align: center;
	background-image: url(../images/verticaldots.gif);
	background-repeat: repeat-y;
	background-position: center center;
}

.rightpanel
{
	background-image: url(../images/rightbluebackground.gif);
	background-repeat: repeat-y;
	background-position: top right;
}

.modulepanel
{
	border-right: solid 2px #ffffff;
	border-bottom: solid 1px #ffffff;
	background-color: #007BA8;
	padding-top: 5px;
	padding-left: 8px;
	padding-right: 6px;
	padding-bottom: 5px;
	color: #ffffff;
}

/* Padding */
.paddingtop4
{
	padding-top: 4px;
}

.paddingtop10
{
	padding-top: 10px;
}

.paddingleft8
{
	padding-left: 8px;
}

.paddingleft10
{
	padding-left: 10px;
}

.paddingleft20
{
	padding-left: 20px;
}

.paddingright10
{
	padding-right: 10px;
}

.paddingbottom10
{
	padding-bottom: 10px;
}

.paddingbottom20
{
	padding-bottom: 20px;
}
