/* basic settings for every css file */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	margin: 0;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: 0;
	padding: 0;
}

html {scrollbar-face-color: #ffffff; scrollbar-shadow-color: #000000;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #ffffff;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #ffffff;
scrollbar-arrow-color: #000000}

p{
	margin: 2px auto;
}

html, body{
	height: 100%;
}

ol, ul{
	list-style-image: none;                                                                                 
	list-style-position: outside;                                                                           
	list-style-type: none;   
}

a{
	text-decoration: none;
}

/*p, ul, ol, blockquote{
	font-size: 1.2em;
}*/

body{
	line-height: 1em;
}

body, td{
	font-family: /*"Lucida Grande",Verdana,*/Arial,"Bitstream Vera Sans",sans-serif;
/*	font-size-adjust: none;*/
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
}

table, td
{
    border-color: #600;
    border-style: solid;
}

table
{
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
}

td
{
    margin: 0;
    padding: 4px;
    border-width: 1px 1px 0 0;
    background-color: #FFC;
}


.clearBoth{
	clear:both;
}

/**************************** here starts the code for custom page */

/* cordarone, carvedilol, preductal, prestarium, spironolactona, olicard, [cerebrolifin, b1, b6] - injectii /// */

/**************************** body section and other general settings*/
body{
/*	font-size: 10px;*/
	background: #ffffff;
}

a, a:hover, a:active, a:visited{
	color: #0000ff;
}

div.center {
	width: 900px;
	margin: 0 auto;
	margin-left: 240px;
/*	text-align: center;*/
	background-color: #ffffff;
}

/*@media screen{*/
	body>div#header{
		position: fixed;
	}
/*}*/
* html body{
	overflow:hidden;
} 
* html div#content{
	height:100%;
	overflow:auto;
}
 
.clear{
	clear: both;
}
 
.red{
	color: #F00;
}


/****************** header section */

#header{
	width: 100em;
	height: 8em;
/*	background: transparent url(images/header2.gif) repeat-x scroll left bottom;*/
	background-color: #77ffff;
/*	float: left;*/
	position: fixed;
}

img.bottom{
	vertical-align: text-bottom;
}

#header h1{
	float: left;
	padding-left: 1em;
	/*padding-top: 1em;*/
	background-color: #ffffff;
	font-weight: lighter;
	font-size: 2em;
}

.current{
	float: right;
}

.link{
	float: right;
}

/****************** main content section */
/*#main-content{
	background-color: #5577ff;
	padding: 100px 0px 0px 0px;
	float: left;
	height: 80em;
}*/

.section{
	margin-left: 50px;
	font-size: 14px;
}

.section p{
	margin-top: 0px;
	margin-bottom: 0px;
}

.question{
/*	display: inline;*/
	border-bottom: 1px solid #900;
}

.question-text{
	float: left;
	width: 400px;
}

.overall{
	float: left;
	width: 600px;
}

.risk{
	float: left;
	width: 220px;
}

input{
	margin-left: 15px;
}

.floater{
	position: fixed;
	top: 0;
	left: 0;
	width: 200px;
	font-size: 12px;
	background-color: #ddd;
	padding: 10px;
	margin: 10px;
}

.right{
	text-align: right;
}

.error{
	color: #f00;
}

.half-left{
	width: 450px;
	display: block;
	float: left;
}

.lower{
	float: left;
	margin-bottom: 20px;
}

.title{
	font-weight: bold;
}

.approval{
	float: left;
	display: block;
}

.name{
	width: 700px;
	display: block;
	float: left;
}

.signature{
	width: 300px;
	display: block;
	float: left;
	margin: 10px 0;
}

.date{
	width: 250px;
	display: block;
	float: left;
	margin: 10px 0;
}

.time{
	width: 250px;
	display: block;
	float: left;
	margin: 10px 0;
}