/** Text/Image Styles **/

body, div, p, a, ul, ol, li, dl, dt, dd, blockquote, h1, h2, h3, h4, h5, h6, form, input, label, table, th, tr, td {
	font-family: Verdana, san-serifs;
	font-size:12px;
	color:#666666;
}

h1 { font-size:16px; }
h2 { font-size:14px; }
h1, h2, h3, h4, h5, h6 { color:#000000; font-weight:bold; margin-top:0.5em; margin-bottom:0.5em; padding:0px;}

a {
	color:#5E86A4;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
}

a:visited {
	font-weight:normal;
}

a img {
	border:none;
}

img {
	border:none;
}

/** Specific Page Styles **/

	/* International HIFU Centers */
	div.hotel {
		position:relative;
		margin-left:315px;
		margin-bottom:30px;
	}

	div.hotel img {
		position:relative;
		float:left;
		margin-left:-315px;
		border-width:2px;
		border-style:solid;
		border-color:#ABAAAA;
	}

/** Page Layout Styles **/

body {
	background-image:url(Page-Background.jpg);
	background-repeat:repeat-x;
	background-position:top left;	
}

div.wrapper {
	position:relative;
	width:1000px;
	height:auto;
	
	left:50%;
	margin-left:-500px;
	
	background-color:#FFFFFF;

	border-color:#7BB0D9;
	border-style:solid;
	border-width:4px;
}

div.header {
	position:relative;
	width:1000px;
	height:159px;
	
	background-image:url(header_img.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}

div.header_logo {
	position:absolute;
	width:232px;
	height:159px;
	
	top:0px;
	left:0px;
}

div.menu {
	position:relative;
	width:1000px;
	height:32px;
	
	background-image:url(menu-sep-cus.gif);
	background-position:top left;
	background-repeat:repeat-x;
}

div.menu td {
	position:relative;
	
	color: #404040;
	font-weight: bold;
	font-size:10px;
	line-height: 28px;
}
.dnn_dnnmenu_ctldnnmenu_spmbar, .dnn_dnnmenu_ctldnnmenu_spmitm, .MainMenu_MenuBar, .MainMenu_MenuItem, .MainMenu_Idle, .MainMenu_MenuItem {
	cursor:pointer;	
}

.MainMenu_Idle {
	cursor:pointer;
}

.MainMenu_Idle td {
	background-image: url(menu-sep-cus.gif);
	background-repeat:repeat-x;
	background-position:top left;
}

.MainMenu_SubMenu {
	position;relative;
	
	margin-top:1px;
	
	background-color: #f8f8f8;
	border-color:#DDDDDD;
	border-style:solid;
	border-width:1px;
	border-left-color:#7BB0D9;
	border-left-width:3px;
	
	z-index: 1000;
}

.MainMenu_MenuItemSel {
	background-color:#CBCBCB;
}

.MainMenu_SubMenu td {
	font-size:10px;
	line-height:20px;
}

.MainMenu_RootMenuArrow, .MainMenu_MenuIcon
{
	display: none;
}

.MainMenu_MenuBreak
{
	width: auto;
	border: 0;
}

div.contents {
	position:relative;
	width:980px;
	
	left:10px;
	top:10px;
}

div.contents_left {
	position:relative;
	width:290px;
	
	float:left;
}

div.contents_right {
	position:relative;
	width:680px;

	float:left;
	left:8px;
}

div.contents_single {
	position:relative;
	width:840px;
	left:78px;
}

div.footer {
	position:relative;
	width:1000px;
	height:auto;
	
	left:50%;
	margin-left:-500px;
	margin-top:20px;
	
	text-align:center;
}

div.footer p {
	font-size:10px;
	color:#284969;
}

div.footer a {
	font-size:10px;
	color:#284969;
	font-weight:normal;
}

div.OVlogo a {
	text-decoration:none;
}


/** DNN Styles **/

table.ControlPanel {
	position:relative;
	width:100%;

	margin-bottom:20px;
	
	background-color:#FFFFFF;

	border-style:solid;
	border-width:2px;
	border-color:#666666;
}

/* Outer cntainer for module submenu */
.ModuleTitle_MenuContainer
{
}

/* Inner container for module submenu */
.ModuleTitle_MenuBar
{
}

/* Idle state for module submenu items */
.ModuleTitle_MenuItem
{
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #555;
	font-weight: normal;
	background: #f7f7f7;
	border: #f7f7f7 1px solid;
	padding: 1px 10px 2px 0px;
}

/* Inner, inner container for module submenu (?) */
.ModuleTitle_SubMenu
{
	z-index: 1000;
	margin: 1px 0px 0px 0px;
	background-color: #f7f7f7;
	border: 1px solid #ccc;
	padding: 0px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color= '#999999' , Direction=135, Strength=3);
}

/* Hover state for module submenu items */
.ModuleTitle_MenuItemSel
{
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	background: #ddd;
	border-left: #ddd 1px solid;
	border-right: #ddd 1px solid;
	padding: 1px 10px 2px 0px;
}

.ModuleTitle_MenuIcon
{
	border: 1px solid #eee;
	padding: 0 3px 0 3px;
}

/* elements we don't need to see */
.ModuleTitle_MenuBreak, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow
{
	display: none;
}
