@charset "utf-8";
/* CSS for NeuroCase */

body {
	/* background:url('cms/templates_img/biz3/bg.jpg') repeat-x; */
	/* background:url('cms/templates_img/biz3/bg.jpg') repeat-x; */
	padding: 0px;
	margin: 0px;
	/*margin-top:0px;*/
	height:auto;
}








#header {
width: 100%;
height: 275px;
background-color: black;
}

#gr-header {
width: 785px;
height: 275px;
margin:0px auto;
background:#000000 url('cms/templates_img/biz3/header1.jpg') no-repeat;
}

#header #gr-header div#logo {
padding-top: 100px;
padding-left: 390px;
}

#gr-content {
width: 785px;
margin:0px auto;
}

#content #bg-content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	padding:30px;
	/*height:404px;*/ /*403*/
}
.blueText {
	color:#298ed0;
	font-size:18px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}


#footer {
width: 100%;
height: 70px;
background-color: #5885AE;
}

#gr-footer {
width: 785px;
margin:0px auto;
}

#gr-footer #copyright {
float: right;
font-size: 12px;
margin-top: 20px;
font-family:Arial, Helvetica, sans-serif;
}



.menu {
	height:42px;
	float:right;
	margin-top: 60px;
	margin-left: 20px;
	width: 785px;
}
a.squarebutton, a.squarebutton-active {
	background: transparent url('cms/templates_img/biz3/x1.gif') no-repeat top left;
	display: block;
	float: right;
	font: normal 12px Arial;
	line-height: 34px;
	height: 42px;
	width: 100px;
	text-align: center;
	padding-left: 9px;
	text-decoration: none;
	/*margin-left: 1px;*/ /*added*/
}
a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton {
	color: #ffffff;
}
a.squarebutton span, a.squarebutton-active span {
	background: transparent url('cms/templates_img/biz3/x2.gif') no-repeat top right;
	display: block;
	padding: 4px 9px 4px 0;
}
a.squarebutton:hover {
	background-position: bottom left;
}
a.squarebutton-active {
	background-position: bottom left;
}
a.squarebutton:hover span {
	background-position: bottom right;
	color: black;
}
a.squarebutton-active span {
	background-position: bottom right;
	color: black;
}
.buttonwrapper {
	overflow: hidden;
	width: 100%;
}
.content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	padding:30px;
	/*height:404px;*/ /*403*/
}

h1, .blueText {
	color:#298ed0;
	font-size:18px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}

.blueText_small {
	color:#0471ba;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

a {
	color:#0471ba;
}

.footer-menu-text {
	padding:10px 15px 20px 15px;
	color:#FFFFFF;
}
.footer-link {
	font-size:10px;
	font-family:arial, verdana, helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	padding:0px 8px 0px 8px;
}
.footer-link:hover {
	text-decoration:underline;
}


.form-table {
width: 450px;
}

.input_long {
width: 350px;
}






.error {color: red}
.successfully {color: green}
