/*
####################################################################################################
#
#	File:			global.css
#	Purpose:		CSS contained in this file for the all pages
#
####################################################################################################
*/

body { 
	background-color: #a4c63c;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Arial, Helvetica;
	font-weight: normal;
	font-size: 12px;
	/*color: #A0A0A0;*/
	color: #333333;	
}

#wrapper { margin:0px auto;	text-align: left;}

#centreStage {			
	margin:0px auto;
	float: centre;
	margin-top: 0px;
	width: 821px;	
	z-index:1;
	position: relative;
}

#dummy {	
	margin-top: 0px;
	margin: 0px;
	padding: 0px;
	float: left;		
	width: 821px;
	z-index:1;
	position: relative;
}

#content {
	margin-top: 0px;
	position: relative;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	width: 821px;
}

#header{	
	background-image: url('../images/page_background.png');
	background-repeat: repeat-y;
	width: 821px;
	height: 103px;
}

.header-logo {
	float: none;
	position: relative;
	background-image: url('../images/website_logo.png');
	background-repeat: no-repeat;
	width: 183px;
	height: 83px;	
	top: 20px;
	margin-left: 1px;
}

.sidebar-logo {
	float: none;
	position: relative;
	background-image: url('../images/website_logo_sidebar.png');
	background-repeat: no-repeat;
	width: 100px;
	height: 42px;	
	top: -20px;
	margin-left: 5px;
	margin-bottom: 5px;
}

#page-body {	
	overflow: hidden;
	background-image: url('../images/page_background.png');
	background-repeat: repeat-y;	
	min-height: 650px;
	width: 821px;
}

.projexfooter {
	background-image: url('../images/page_background.png');
	background-repeat: repeat-y;
	width: 821px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;	
	text-align: center;
}

#two-col-layout {float: none; width: 821px; margin: 0px; padding:0px;}
#two-col-left { float: left; width: 183px; margin-left: 0px;}
#two-col-right { float: left; width: 600px; margin-left: 20px;}

/* PAGE CONTENT STYLES */
.navigation {
	background-color: #1a3d5d;
	height: 150px;	
	width: 184px;
}

.login-panel {
	
	margin-top: 5px;
	padding-top: 40px;
	margin-left: 1px;
	background-image: url('../images/login_panel.png');
	width: 183px;
	height: 163px;
	background-repeat: no-repeat;		
}

/* LINK STYLES */
a.forgot:link {
	font-family: Arial, Helvetica;
	font-size: 10px;
	color: #7C7C7C;
	text-decoration: none;	
	font-weight: bold;
}

a.forgot:hover {
	color: #999999;
	text-decoration: underline;	
}

a.copy-link:link {
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #7C7C7C;
	text-decoration: none;	
	font-weight: normal;
}

a.copy-link:hover {
	color: #999999;
	text-decoration: underline;	
}

a.copy-link:visited {
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #7C7C7C;
	text-decoration: none;	
	font-weight: normal;
}

/* TEXT STYLES */
.txt-copyright {
	font-weight: bold;
	font-size: 12px;
	color:	#777777;
}

.page-heading {
	font-family: Arial, Helvetica;
	font-weight: bold;
	font-size: 32px;
	color: #A4C63C;
}

.projex-green {
	color: #A4C63C;
	font-weight: bold;
}

.projex-blue {
	color: #2d3d5c;
	font-weight: bold;
}

.proudlySupported {
	float: none;
	position: relative;
	top: -20px;
	padding-left: 10px;
}

/* LIST STYLES */
.supported{
	float: none;
	position: relative;
	top: -10px;
}

.codegreen {
	font-family: Monaco, Verdana, Sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #CCFFCC;
	color: #002166;
	display: block;
	padding: 12px 10px 12px 45px;
	background-image: url('../../../images/bg_accept.png');
	background-repeat: no-repeat;
}


.error {
	font-family: Monaco, Verdana, Sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color: pink;
	color: #002166;
	display: block;
	padding: 12px 10px 12px 45px;
	background-image: url('../../../images/bg_error.png');
	background-repeat: no-repeat;
}


