html {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height:100%;
}

body {
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: Arial, sans-serif;
	font-size: 80%;
	background: #FFFFFF url('/background.png') repeat-x top;
	color: #FFFFFF;
}

.bg-div {
	width:100%;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	background: #1A1A1A url('/assets/images/black-bg.jpg') no-repeat top right;
}

.content-wrapper {
	width:700px;
	padding:0 50px 0 50px;
	margin-left: auto;
	margin-right:auto;
	text-align:center;
}

.main-content {
	width:auto;
	margin: 0px 0% 20px 0%;
	padding: 10px 10px 10px 10px;
	background: #FFFFFF url('/assets/images/bottom.jpg') repeat-x bottom;
	color: #000;
}

.under-main {
	width:auto;
	margin: 0 350px 0 auto;
}

.login-box {
	width:300px;
	background: url('/assets/images/login.png') no-repeat;
	color:#fff;
	padding: 0px 0px 0px 15px;
	float:right;
}

.login-box a:link, .login-box a:visited {
	color: #fff;
	text-decoration: underline;
	background: none;
	}

.login-box a:hover, .login-box a:active {
	color: #fff;
	text-decoration: none;
	background: none;
}

img {
	border: 0px;
	padding: 0px;
	margin: 2px 2px 2px 2px;
}


h2 {
	color: #ffffff;
	padding: 0 0 0 0px;
	font-weight: normal;
	font-size: 1.3em;
	line-height: 1.2em;
	text-indent:20px;
	margin: 0px;
	text-decoration: none;
	font-weight:bold;
	font-family:Arial,sans-serif;
}

h2 a:link, h2 a:visited {
	color: #000000;
	text-decoration: underline;
	background: none;
	font-weight:bold;
	}

h2 a:hover, h2 a:active {
	color: #000000;
	text-decoration: none;
	background: none;
	font-weight:bold;
}

blockquote {
	border-left: 4px solid #000000;
	padding: 0 10px;
	margin: 0 0 0 10px;
	font-style: italic;
	}

code {
	display: block;
	padding: 10px;
	color: #444E1F;
	background: #F5F8E8;
	font-size: 1.2em;
	border-top: 2px solid #D0EC98;
	}

p {
	line-height: 1.4;
	}
	
a:link {
	color: #000000;
	text-decoration: underline;
	}

a:visited {
	color: #000000;
	text-decoration: underline;
	}

a:hover, a:active {
	background: none;
	color: #000000;
	text-decoration: underline;
	}

.right-links {
	float:right;
}

.top-links {
	float:left;
	padding: 0px 0px 0px 10px;
}

.top-links a:link {
	color: #ffffff;
	text-decoration: underline;
	}

.top-links a:visited {
	color: #ffffff;
	text-decoration: underline;
	}

.top-links a:hover, .top-links a:active {
	background: none;
	color: #ffffff;
	text-decoration: none;
	}

/*#call_tbl {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: black black black black;
	border-collapse: separate;
	text-align:center;
}
#call_tbl th {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 7px 5px;
	border-style: inset inset inset inset;
	border-color: black black black black;
	background: url('/assets/images/tbl.png') repeat-x;
	-moz-border-radius: 0px 0px 0px 0px;
}
#call_tbl td {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: rgb(0, 0, 0);
	-moz-border-radius: 0px 0px 0px 0px;
}*/

.call_outer_tbl_div {
	margin-left:auto;
	margin-right:auto;
	color: #000000;
}

.msg_head {
	text-decoration:underline;
}

.msg_body {
	text-align:center;
}

.footer-links {
	color:#FFFFFF;
	margin-left: auto;
	margin-right:auto;
	width:80%;
}
.footer-links a:link, .footer-links a:visited {
	color:#FFFFFF;
}

.form-ok {
	color:green;
	font-weight:bold;
	background: url('/assets/images/green-ok.png') no-repeat;
	padding: 0px 0px 0px 20px;
}

.form-error {
	color:red;
	font-weight:bold;
	background: url('/assets/images/red-cross.png') no-repeat;
	padding: 0px 0px 0px 20px;
}

.form-checking {
	color:grey;
	font-style:italic;
	background: url('/assets/images/process-round.gif') no-repeat;
	padding: 0px 0px 0px 20px;
}
