body
{
	background: url("/graphics/bg.png") repeat scroll 0 0 #000000;
	margin: 0px;
	background-color: #fffaff;
	font-family: verdana;
	font-size: 11px;
	color: #303030;
}

h1
{
	font-family: verdana;
	margin-top: 20px;
	margin-bottom: 20px;
	
	padding: 10px;
	font-size: 16px;
	color: #404040;
	text-align: center;
}

h2
{
	color: #606060;
}

a
{
	color: #4378A1;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

/*********** Main area ***********/
#page
{
	width: 100%;
	height: 100%;
}

#main
{
	margin: 0 auto;
	width: 1200px;
	height: 600px;
	padding: 20px;
	margin-top: 50px;
	background-color: #ffffff;
}
/*********** /Main area ***********/

/*********** Left side ***********/
#left-side
{
	float: left;
}

#login
{
	margin-top: 40px;
}

#block-logon-message
{
	width: 250px;
	padding: 10px;
	background-color: #f0f0f0;
	border-radius: 5px; 
	margin-bottom: 10px;
}

#system-messages
{
	width: 250px;
	padding: 10px;
	background-color: #f0f0f0;
	border-radius: 5px; 
}

#system-messages div
{
	margin-top: 5px;
}

/*********** /Left side ***********/

/*********** Center ***********/
#center
{
	float: left;
	margin-left: 30px;
	margin-right: 30px;
	width: 500px;
}
/*********** /Center ***********/

/*********** Right side ***********/
#right-side
{
	float: left;
	width: 300px;
	min-height: 400px;
	border-radius: 5px;
	padding: 10px;
	border: 1px solid #b0b0b0;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

#right-side a
{
	text-decoration: none;
	color: darkblue;
}

.right-section
{
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 10px;
}
/*********** /Right side ***********/


#layer1
{
	margin: 20px;
}

#layer2
{
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #000000;
	z-order: 2;

	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

/************** Menu begin **********/
#menu
{
	height: 50px;
	margin-bottom: 50px;
	background: #464646;
	background: -moz-linear-gradient(center top, #464646, #000000) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#464646), to(#000000));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#464646', endColorstr='#000000');
	font-weight: bold;
	color: #ffffff;
	box-shadow: 0 3px 10px #000000;
}

.menu-left
{
	float: left;
	margin-left: 50px;
	margin-top: 10px;
}

.menu-logout
{
	float: right;
	margin-right: 20px;
	margin-top: 15px;
}

.menu-logout a
{
	color: #ffffff;
	text-decoration: none;
}

.menu-right
{
	float: right;
	margin-right: 50px;
	margin-top: 10px;
}

.menu
{
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	background-color: #808080;
	border-radius: 5px;
	padding: 5px;
	
	-moz-box-shadow: 0px 0px 1px #fff;
	-webkit-box-shadow: 3px 3px 4px #fff;
	box-shadow: 1px 1px 3px #fff;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#ffffff')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#ffffff');
}

.menu a
{
	color: #ffffff;
	text-decoration: none;
}

.clear
{
	clear: both;
}

.float-left
{
	float: left;
}

.float-right
{
	float: right;
}

.center
{
	text-align: center;
}

/************** Menu end ************/

/************** Submenu end ************/
#submenu
{
	xmargin-left: 20px;
	xmargin-right: 20px;
	xmargin-top: 5px;
	padding-top: 5px;
	background-color: #808080;
	height: 40px;
}

#submenu-left
{
	float: left;
}

#submenu-backup, #submenu-make-lookup, #submenu-export, #submenu-import
{
	margin-left: 20px;
}

/************** Submenu end ************/

/******** Various popups *****************/

#class-help-text
{
	display: none; 
	background-color: #fafaa7;
	border: 1px solid #000000;
	padding: 5px;
	border-radius: 5px;
	position: absolute;
	top: 100px;
	left: 750px;
	width: 500px;
}

#term-help-text
{
	display: none; 
	background-color: #fafaa7;
	border: 1px solid #000000;
	padding: 5px;
	border-radius: 5px;
	position: absolute;
	top: 100px;
	left: 750px;
	width: 500px;
}


/******************* Logo ***************/
.logo
{
	float: left;
}

/******************* /Logo ***************/

/******************* Text ***************/
.section
{
	margin-bottom: 30px;
	font-size: 11px;
}

/******************* /Text ***************/

/******************* Blue button ***************/
.blue-button
{
	background: #4976A9;
	background: -moz-linear-gradient(#4976A9, #288DD3) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#4976A9), to(#288DD3));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4976A9', endColorstr='#288DD3');
    
    border: 1px solid #5090B3;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    color: darkblue;
    display: inline-block;
    font-size: 12px;
    padding: 15px 30px;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.25);
}

/******************* /Blue button ***************/

.login
{	
	background-color: #ffffff;
	padding: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);	
}

.copyright
{
	text-align: center;
	margin-top: 50px;
}

.left-image
{
	margin-top: 30px;
	width: 300px;
}

/********************* Big footer *******************/
.big-footer
{
	width: 100%;
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #101010;
	background: -moz-linear-gradient(#101010, #000000) repeat scroll 0 0 transparent;	
	background: -webkit-gradient(linear, left top, left bottom, from(#101010), to(#000000));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#101010', endColorstr='#000000');
}

.quote
{
	margin-left: 40px;
	width: 600px;
	color: #f8f8f8;
}

.source
{
	margin-left: 40px;
	width: 600px;
	color: #f8f8f8;
}
/********************* /Big footer *******************/

/********************* Errors *******************/
.errors
{
	margin-top: 10px;
	background: #AD0101;
	background: -moz-linear-gradient(#AD0101, #F98181) repeat scroll 0 0 transparent;	
	background: -webkit-gradient(linear, left top, left bottom, from(#AD0101), to(#F98181));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#AD0101', endColorstr='#F98181');

	color: #f0f0f0;
	padding: 10px;
	border-radius: 5px;
	width: 270px;
}

/********************* /Errors *******************/


