/*
 * 	vim: set fdm=marker:
 *	Common Styles for Alphamedica
 *	(c) 2008 by T-SIGN Studios, http://www.t-sign.com
 *	Authors: Robert Adrianowski (robert.adrianowski@t-sign.com), Thomas Altendorfer (thomas.altendorfer@t-sign.com)
 *
 */ /* {{{ standard style */
html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color:#EB7125;
	margin: 0px;
	padding: 0px;
}

body {
	font: 70% Arial, Verdana, sans-serif;
	color: #9f9f9f;
}

* {
	margin: 0;
	padding: 0;
}

.absolut {
	position: absolute;
	z-index: 70;
}


img {
	border: 0;
}

p {
	margin: 0;
	padding: 0;
}

.clear {
	margin: 0;
	padding: 0;
	height: 0;
	font-size: 0px;
	clear: both;
	overflow: hidden;
}

a {
	/* color  : #9e4121; */
	color: #EB7125;
	text-decoration: none;
}

.none {
	display: none;
}

a:hover {
	color: #EB7125;
	text-decoration: none;
}

a.link {
	display: block;
	width: 55px;
	padding-right: 7px;
	background: transparent url(../images/misc/content/arrow.png) no-repeat
	right 4px;
}

p {
	margin: 0 0 12px 0;
	padding: 0;
}

ul {
	margin-left: 20px;
}

ol {
	margin-left: 40px;
}

ul ul ul {
	margin-left: 20px;
}

ul ul, ul ul ul {
	margin-top: 3px;
}

ol ol, ol ol ol {
	margin-top: 3px;
}

ol li {
	margin-bottom: 10px;
}

ul li {
	list-style-image: url(../images/misc/content/gray_dot.png);
	list-style-position: outside;
	margin-bottom:3px;
}

ul li li,
ul ul li  {
	list-style-image: url(../images/misc/content/gray_dot1.png);
	list-style-position: outside;
}

li li li,
ul ul ul li {
	list-style-image: url(../images/misc/content/gray_dot2.png);
	list-style-position: outside;
}

.line {
	background:transparent url(../images/misc/content/pointer.gif) repeat-x scroll left bottom;
	height: 1px;
	margin: 10px 30px;
}

#page h1,h2 {
	font-family: Helvetica-Light, Arial, Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: -.05em;
	margin: 0;
	padding: 0;
	line-height: 1em;
}

#page h1 {
	display: inline;
	margin-right: 2px;
	font-size: 17px;
}

#page h1.gray {
	color: #9a8c71;
}

#page h1.red {
	color: #EB7125;
}

#page h2 {
	color: #EB7125;
	font-size: 19px;
	margin-bottom: 5px;
	font-weight:lighter;
}

#page h3 {
	font: bold 1em Tahoma, sans-serif;
	color: #898989;
	margin-bottom: 10px;
}

#page h4 {
	font: bold 0.8em Tahoma, sans-serif;
	color: #898989;
	margin-bottom: 10px;
}

sup {
	display:inline;
	font-size:0.7em;
	line-height:0.5em;
	position:relative;
	top:3px;
}

.noneBorderRight {
	border-right: none !important;
}

.noneMarginBottom {
	margin-bottom: 0 !important;
}

.red {
	color: #EB7125 !important;
}

.bold {
	font-weight: bold;
}

img.left {
	float: left;
	margin: 0 15px 15px 0;
}

img.right {
	float: right;
	margin: 0 0 15px 15px;
}

/* }}} */ /* {{{ header */
#header {
	position: relative;
	height: 94px;
	background: transparent url(../images/misc/header/bg_hp.gif) left top repeat-x;
}

#header a#logo {
	display: block;
	position: absolute;
	float:left;
	/*
top: 4px;
*/
	left: 10px;
	/*
	width: 187px;
	height: 63px;
	background: transparent url(../images/misc/header/logo.png) no-repeat left top;
	*/
	width: 253px;
	height: 89px;
	background: url(../images/misc/header/cleviprex_logo_hp.gif) no-repeat left top;
}


#header #mcologo {
	display: block;
	float: right;
	position: absolute;
	top: 18px;
	right: 29px;
	width: 230px;
	height: 23px;
	background: transparent url(../images/misc/header/md_logo.png) no-repeat left top;
}


/*
#header #search {
	float: right;
	position: absolute;
	top: 51px;
	right: 29px;
	width: 454px;
	height: 15px;
	background: transparent url(../images/misc/header/search.png) no-repeat left top;
}

#header #search input 
{
	background:transparent none repeat scroll 0 0;
	border:medium none;
	color:#898989;
	height:15px;
	left:305px;
	position:absolute;
	top:0px;
	width:115px;
}

#header #search .tellafriend {
	position: absolute;
	top: 0;
	left: 0;
	width: 103px;
	height: 15px;
}

#header #search .register {
	position: absolute;
	top: 0;
	left: 109px;
	width: 103px;
	height: 15px;
}

#header #search #go {
	position: absolute;
	top: 0;
	left: 425px;
	width: 29px;
	height: 15px;
	cursor: pointer;
	border: none;
	background: transparent;
}

*/

#subHeader {
	position: relative;
	height: 116px;
	margin-top: -3px;
	background: transparent url(../images/misc/header/subbg.png) no-repeat
	right top;
}

#subHeader a#logo {
	display: block;
	position: absolute;
	top: 7px;
	left: 10px;
	/*
	width: 187px;
	height: 63px;
	background: transparent url(../images/misc/header/logo.png) no-repeat left top;
	*/
	
	width: 253px;
	height: 82px;
	background: url(../images/misc/header/logo_bigger.gif) no-repeat left top;
}

#subHeader #buttons {
	position: absolute;
	top: 94px;
	left: 7px;
	width: 212px;
	height: 15px;
	background: transparent url(../images/misc/header/buttons.png) no-repeat
		left top;
}

#subHeader #buttons a.tellAFriend {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 85px;
	height: 15px;
}

#subHeader #buttons a.register {
	display: block;
	position: absolute;
	top: 0;
	left: 90px;
	width: 105px;
	height: 15px;
}


#searchSite {
	display: none;
	float: right;
	position: absolute;
	top: 71px;
	right: 10px;
	width: 225px;
	height: 33px;
	background: transparent url(../images/misc/header/searchsite.png)
		no-repeat left top;
}

#searchSite input {
	position: absolute;
	top: 10px;
	left: 67px;
	width: 115px;
	height: 15px;
	color: #898989;
	border: none;
	background: transparent;
}

#subHeader #searchSite #go {
	display: block;
	position: absolute;
	top: 10px;
	left: 187px;
	width: 28px;
	height: 13px;
	cursor: pointer;
	border: none;
	background: transparent;
}
/* }}} */ /* {{{ Menu */
.menu {
	background: transparent url(../images/misc/menu/b_back.png) repeat-x;
	width: 960px;
	height: 47px;
}

.menu .entry {
	width: auto;
}

.menu .entry .text {
	padding-top: 15px;
}

.menu .entry .text a {
	font-size: 11px;
	color: white;
}

.menu .spacerLeft {
	background: transparent url(../images/misc/menu/menu_left.png) repeat-x
		center;
	height: 47px;
	width: 12px;
}

.menu .spacerRight {
	background: transparent url(../images/misc/menu/menu_right.png) repeat-x
		center;
	height: 47px;
	width: 4px;
}

.menu .last {
	background: transparent url(../images/misc/menu/b_left.png) repeat-x
		center;
	height: 47px;
	width: 9px;
}

.menu .entry .east {
	background: transparent url(../images/misc/menu/b_right.png) no-repeat
		scroll right center;
	height: 47px;
	width: 9px;
}

.menu .entry .center {
	background: transparent url(../images/misc/menu/b_back.png) repeat-x
		center;
	height: 47px;
}

.menu .entry .west {
	background: transparent url(../images/misc/menu/b_left.png) no-repeat
		scroll left center;
	height: 47px;
	width: 9px;
}

.menu .entry.on .east {
	background: transparent url(../images/misc/menu/hb_right.png) no-repeat
		scroll right center;
	height: 47px;
	width: 9px;
}

.menu .entry.on .center {
	background: transparent url(../images/misc/menu/hb_back.png) repeat-x
		center;
	height: 47px;
}

.menu .entry.on .west {
	background: transparent url(../images/misc/menu/hb_left.png) no-repeat
		scroll left center;
	height: 47px;
	width: 9px;
}

.menu .info .link {
	background: transparent url(../images/misc/menu/patient_information.png)
		no-repeat scroll left center !important;
	width: 104px;
	height: 28px;
	padding: 0px;
	margin: 10px 10px 0 0;
}

/* }}} */
/* }}} */ /* {{{ content */

/*#upperPage {
	background: transparent url(../images/misc/site/bg.png) 0 299px repeat-x;
	position:relative;
	width:100%;
	overflow:hidden;
	height:auto;
}*/

#upperPage {
	position:relative;
	width:100%;
	height: 100%;
	/*background: transparent url(../images/misc/site/cleviprex_bg.png) repeat-x;*/
	margin: 0px;
	padding: 0px;
}

/*#subUpperPage {
	background: transparent url(../images/misc/site/bgsub.png) 0 165px repeat-x;
	position:relative;
	width:100%;
	overflow:hidden;
	height:auto;
}*/

#subUpperPage {
	/*
background: transparent url(../images/misc/site/cleviprex_bg.png) repeat-x;
*/
	position:relative;
	width:100%;
	height: auto;
}



#body {
	position: relative;
	z-index: 5;
	/* fix for all */
	height: auto !important;
	height: 50px;
	min-height: 50px;
	/* end */
}

#page {
	position: relative;
	margin: 0 auto;
	width: 960px;
	min-height: 500px;
	background: white;
}

#containerfull {
	min-height: 50px;
	width: 960px;
	background: transparent url(../images/misc/content/bgcontainerright.png)
		left top repeat-x;
}

#containerfull .contents, .disclaimer {
	color: #898989;
	font-size: 1.16em;
}

#containerfull .contents {
	padding: 30px 30px 3px;
}

#container {
	min-height: 50px;
	width: 960px;
}

#container .contents {

}

#containerLeft {
	float: left;
	width: 224px;
	margin-right: 3px;
	height: 250px;
	background: transparent url(../images/misc/content/bgcontainer.png) left
		top repeat-x;
}

#containerLeft .contents {
	width: 224px;
}

#containerRight {
	float: right;
	width: 733px;
	min-height: 200px;
	background: transparent url(../images/misc/content/bgcontainerright.png)
		left top repeat-x;
}

#containerRight .contents {
	margin: 30px 26px;
	color: #898989;
	font-size: 1.16em;
}

/* }}} */ /* {{{ footer */
#footer {
	clear: both;
	position: relative;
	min-height: 56px;
	margin: 0 30px;
}

#footer .content {
	/*
margin-top: 10px;
*/
}

#footer .content #copyRight {
	float: left;
	width: 300px;
}

#footer .content #menuFooter {
	float: right;
	text-align: right;
	text-transform: capitalize;
}

#footer .content #menuFooter ul li {
	float: left;
	display: block;
	padding-right: 4px;
	margin-right: 6px;
	border-right: 1px solid #9f9f9f;
}

#footer .content #menuFooter ul li a {
	color: #9f9f9f;
}

#footer .content #menuFooter ul li a:hover {
	text-decoration: underline;
}

.contents #menuLeft {
	padding: 0 30px;
	margin: 35px 0 10px 0;
	font-size:12px;
}

.contents #menuLeft a {
	display: block;
	color: #9f9f9f;
	padding-left: 10px;
	margin-bottom: 4px;
	background: transparent url(../images/misc/content/arrowgray.png) no-repeat 0 3px;
	
}

.contents #menuLeft a:hover,.contents #menuLeft a.active {
	color: #EB7125;
	background: transparent url(../images/misc/content/arrow.png) no-repeat
	0 3px;
}

.contents #menuLeft a:hover {
	margin-left: 0px;
}

.contents #menuLeft a.sub:hover,.contents #menuLeft a.sub, .contents #menuLeft a.active.sub {
	margin-left: 10px;
}

/* }}} */ /* {{{ other styles */
#rotator {
	position: relative;
	z-index: 10;
	margin-bottom: 0;
	margin-top: 0;
	width: 960px;
	height: 460px;
}

.shadowBox {
	float: left;
	margin-top: 10px;
	width: 6px;
	height: 117px;
	background: yellow url(../images/misc/content/bg.png) 0 0 repeat-x;
}

.boxs {
	margin-left: 18px;
}
.boxs .editButton {
	position: absolute;
	margin-left:175px;
	margin-top:-13px
}

.boxs.flashedithack .shadowBox {
	float: none;
	margin-top: 0px;
	width: auto;
	height: auto;
	background: none;
}
.boxs.flashedithack {
	position: absolute;
	z-index: 99;
	height: 30px;
	width: 1000px;
	margin-left: 200px;
	margin-top:-40px;
	display: inline;
}	
.boxs.flashedithack .editButton {
	float: left;
	width: 239px;
	position: relative;
	margin-left: 0px;
	margin-top: 0px;
	
	
}

.row {
	margin: 30px 30px;
}

.row.no-spacer-bottom {
	margin: 48px 30px 0px 30px;
}

.row.no-spacer {
	margin: 0px 30px;
}

#bgLeft {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1px;
	height: 100%;
	background: white;
}

/*#bgLeft {
	position: absolute;
	top: 258px;
	left: -6px;
	width: 6px;
	height: 338px;
	background: transparent url(../images/misc/site/bg2left.png) no-repeat
		left top;
}*/

#bgRight {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 1px;
	height: 100%;
	background: white;
}

/*#bgRight {
	position: absolute;
	top: 258px;
	right: -6px;
	width: 6px;
	height: 338px;
	background: transparent url(../images/misc/site/bg2right.png) no-repeat
		left top;
}*/

#subUpperPage #bgLeft {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1px;
	height: 100%;
	background: white;
}

/*#subUpperPage #bgLeft {
	position: absolute;
	top: 66px;
	left: -10px;
	width: 100px;
	height: 323px;
	background: transparent url(../images/misc/site/bgleft.png) no-repeat
		left top;
}*/

#subUpperPage #bgRight {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 1px;
	height: 100%;
	background: white;
}

/*#subUpperPage #bgRight {
	position: absolute;
	top: 66px;
	right: -10px;
	width: 10px;
	height: 323px;
	background: transparent url(../images/misc/site/bgright.png) no-repeat
		left top;
}*/

#containerLeft .bgUp {
	height: 5px;
	background: transparent url(../images/misc/content/bgup.png) no-repeat
		left top;
}

#containerRight .bgUp {
	height: 5px;
	background: transparent url(../images/misc/content/bgup2.png) no-repeat
		left top;
}

#container .bgUp {
	height: 5px;
	background: transparent url(../images/misc/content/bgup2.png) no-repeat
		left top;
}

.resultRow {
	margin-top: 24px;
	clear: both;
}

.number {
	float: left;
	width: 13px;
	height: 13px;
	color: white;
	margin-right: 10px;
	text-align: center;
	background: transparent url(../images/misc/content/number.png) no-repeat
	left top;
	font-size: 10px;
}

.number.selected {
	background: transparent url(../images/misc/content/number_grey.png) no-repeat
}

.infoText {
	float: left;
	width:657px;
}

span.biger {
	font-size: 1.1em;
}

p.content {
	font-size: 0.9em;
	margin-top: 5px;
}

/* }}} */ /* {{{ form */
#header #search input#searchsite {
	position: absolute;
	top: 0;
	left: 304px;
	width: 115px;
	height: 15px;
	color: #898989;
	border: none;
	background: transparent;
}

/* }}} */ /* {{{ localizer */
#localizer {
	padding-bottom: 3px;
	margin-bottom: 15px;
	background: transparent url(../images/misc/content/pointer.gif) left
	bottom repeat-x;
	font-size: 9pt;
}

#localizer span {
	font-size: 1em;
}

#localizer a {
	color: #898989;
}

/* }}} */ /* {{{ form */
div.input {
	width: 426px;
	background: transparent url(../images/misc/content/input.png) no-repeat
		left top;
}

input.input {
	width: 426px;
	height: 20px;
	color: #898989;
	border: none;
	background: transparent;
}

div.textarea {
	background: transparent url(../images/misc/content/textarea.png) no-repeat left top;
}

textarea.textarea {
	width: 426px;
	height: 341px;
	color: #898989;
	border: none;
	background: transparent;
}

.formRow {
	margin-bottom: 8px;
}

.formRow .spacer {
	margin-right: 15px;
}

.send {
	margin-top:10px;
/* DS
	display: block;
	width: 59px;
	height: 15px;
	background: transparent url(../images/misc/buttons/send.png) no-repeat
	left top;
	line-height: 0px;
	border: 0px none;
*/
}

span.selected {
	color: #EB7125;
	font-weight: bold;
}

.search {
	float: left;
}

.separateDotted {
	height: 26px;
	background: transparent url(../images/misc/content/pointer.gif) left
		center repeat-x;
}

span.radioText {
	position: relative;
	top: -2px;
	margin-left: 5px;
}

a.newSearch {
	float: left;
	display: block;
	width: 79px;
	height: 15px;
	margin-left: 2px;
	background: transparent url(../images/misc/buttons/newsearch.png)
		no-repeat left top;
}

div.input1 {
	width: 270px;
	background: transparent url(../images/misc/content/input2.png) no-repeat
		left top;
}

input.input1 {
	width: 270px;
	height: 20px;
	color: #898989;
	border: none;
	background: transparent;
}

div.input2 {
	background: transparent url(../images/misc/content/input2.png) no-repeat
	left top;
	margin-top:2px;
}

input.input2 {
	width: 270px;
	height: 20px;
	color: #898989;
	border: none;
	background: transparent;
}

div.col1 {
	float: left;
	width: 154px;
}

div.col2 {
	float: left;
}

div.input3 {
	width: 160px;

	background: transparent url(../images/misc/content/input3.png) no-repeat
	left top;
}

input.input3 {
	width: 23px;
	height: 20px;
	color: #898989;
	text-align: center;
	border: none;
	background: transparent;
}

select.select {
	height: 20px;
	border: 1px solid #c3c3c3;
}

select.select option {
	margin: 0 5px;
}

a.signUp {
	display: block;
	width: 59px;
	height: 15px;
	background: transparent url(../images/misc/buttons/signup.png) no-repeat
		left top;
}

#hidden {
	display: none;
}
/* }}} */ /* {{{ Place Holder */
.doorsPlaceHolder {
	background: transparent url(../images/misc/placeholder/thedoors.png) no-repeat left top;
	width: 960px;
	height: 280px;
	display: block;
}
/* }}} */

/* {{{ Validation Advice */
.validation-advice {
	color: #EB7125;
}
/* }}} */

/* {{{ FAST CSS */

#containerRight li {
	font-size:12px;
	
}

.contensButtons {
	position: absolute;
}


/* {{{ Featured Events/Links */
.featured {
	background:transparent url(../images/misc/content/dot.png) no-repeat scroll left 3px;
	margin-bottom:10px;
	padding-left:16px;
	
}

.featured .separateDotted {
	background-position-y: bottom;
	height:4px;
}

.featured .red {
	font-size: 9pt;
}

.featured a {
	color: #898989;
}
/* }}} */

/* {{{ Info Overlay */

#overlay { 
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 90;
    width: 100%;
    height: 100%;
	filter:alpha(opacity=20);
	opacity:0.75;
	background-color: #DCDCDC;
}

* html #overlay{
    background-color: #333;
	filter:alpha(opacity=20);
	opacity:0.20;
}

#infobox{
	top: 200px;
	left: 50%;
	position: absolute;
	z-index: 91;
}

#infobox a {
	color: gray;
}

#box{
    width:650px;
	background: transparent url(../images/misc/site/infopopup.png) no-repeat left top;
    position: relative;
    height:152px;
	margin-left: -325px;
}

#box .text {
    color:white;
	font-size:1.1em;
	height:10px;
	margin:30px 0pt 0pt 140px;
	vertical-align:middle;
	width:350px;
}

#box .links {
	margin: 54px 0pt 0pt 70px;
}

#box .links a {
	display:block;
	height:20px;
	width:55px;
}

#box .links .close{
    margin-top: 5px;
}

#box .links .ok{
    
}




#box.big{
    width:710px;
	background: transparent url(../images/misc/site/infopopup_big.png) no-repeat left top;
    position: relative;
    height:202px;
	margin-left: -325px;
}

#box.big .text {
    color:white;
	font-size:1.1em;
	height:136px;
	margin:35px 0pt 0pt 140px;
	overflow:hidden;
	vertical-align:middle;
	width:425px;
}

#box.big .links {
	margin: 80px 0pt 0pt 43px;
}

#box.download {
    width:710px;
	background: transparent url(../images/misc/site/infopopup_download.png) no-repeat left top;
    position: relative;
    height:202px;
	margin-left: -355px;
}

#box.download .links {
	margin: 80px 0pt 0pt 115px;
}

#box.download .links a {
	display:block;
	height:20px;
	width:60px;
}

#box.download h5 {
	font-size: 1em;
}





 /* }}}}} */
.boxs p {
	font-size:1.1em;
	height:135px;
}

.boxs a.gray {
	color: #9F9F9F;
}


.boxs a.gray:hover {
	color: #9F9F9F;
}

#header #search {
	float: right;
	position: absolute;
	top: 51px;
	right: 37px;
	width: 215px;
	height: 15px;
	background: transparent url(../images/misc/header/search.png) no-repeat left top;
}

#header #search input 
{
	display: none;
	background:transparent none repeat scroll 0 0;
	border:medium none;
	color:#898989;
	height:15px;
	left:305px;
	position:absolute;
	top:0px;
	width:115px;
}

#header #search .tellafriend {
	position: absolute;
	top: 0;
	left: 0;
	width: 103px;
	height: 15px;
}

#header #search .register {
	position: absolute;
	top: 0;
	left: 109px;
	width: 105px;
	height: 15px;
}

#header #search #go {
	display: none;
	position: absolute;
	top: 0;
	left: 425px;
	width: 29px;
	height: 15px;
	cursor: pointer;
	border: none;
	background: transparent;
}


 /* }}} */

.locationborderhide {
	padding: 0px;	
}

