body
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; /* Base font family for most elements */
	font-size: 13px; /* Base size for all elements; other size definitions relates to this */
	color: #000000;
	background-color: #4F4F4F;
	margin: 2px;
	padding: 0px;
}

div, td, a, p 
{
	background-color: transparent;
	color: #002946;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: auto;
}

img
{
	border-width: 0px;
}

h1 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

a, a:visited
{
	color: #000000;
	background-color: inherit;
	text-decoration: none;
}

ul
{
	list-style: none;
}

table p
{
	margin: 0px;
	padding: 0px;
}

#Outer
{
	background-color: #FFFFFF;
	color: inherit;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0px 0px 0px 0px;
        width: 1010px;
        /*background: url(http://static.xcare.dk/design/xmedicus/images/top.png) no-repeat scroll top left transparent;*/
        /*background: url(http://static.xcare.dk/design/xmedicus/images/spriteme3.png) no-repeat scroll -10px top transparent;*/
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}

#Inner
{
        margin: 0px;
        padding: 0px;
        width: 1010px;
        /*background: url(http://static.xcare.dk/design/xmedicus/images/body.png) repeat-y scroll top left transparent;*/
}

#Lower
{
        margin: 0px;
        padding: 0px 0px 10px 0px;
        width: 1010px;
        /*background: url(http://static.xcare.dk/design/xmedicus/images/bottom.png) no-repeat scroll bottom left transparent;*/
        /*background: url(http://static.xcare.dk/design/xmedicus/images/spriteme3.png) no-repeat scroll -1042px bottom transparent;*/
}

#Banner
{
	height: 50px;
	margin: 0px 10px 0px 20px;
}

#Banner form
{
	margin: 0px;
	padding: 0px;
	float: right;
	top: 0px;
}

#Banner input.SearchText
{
	-moz-background-inline-policy: continuous;
	-moz-border-radius: 4px 4px 4px 4px;
	/*background: url("http://static.xcare.dk/design/xmedicus/images/mp-search-background.png") no-repeat scroll 0 -17px transparent;*/
	background: url("http://static.xcare.dk/design/xmedicus/images/spriteme1.png") no-repeat scroll -10px -135px transparent;
	border: 1px solid #AAAAAA;
	font-size: 0.85em;
	padding: 4px 4px 4px 23px;
	vertical-align: top;
	width: 160px;
}

#Banner input.SearchSubmit
{
	background-color:#FFFFFF;
	background-image:url(http://static.xcare.dk/design/xmedicus/images/input-bg.jpg);
	background-repeat:repeat-x;
	border-color:#696969 #DCDCDC #DCDCDC #696969;
	border-style:solid;
	border-width:1px;
}

#Menu
{
	margin: 0px 4px;
	width: 1003px;
	height: 1px;
	color: inherit;
	background-color: #E7EBEE;
}

#Menu ul
{
	margin: 0px;
	padding: 3px;
}

#Menu ul li
{
	color: #ffffff;
}

#Page
{
	clear: both;
	overflow: hidden;
}

#Left
{
	width: 189px;
	float: left;
	margin: 0px 0px;
	padding: 0px 10px;
	border-right: 1px solid #E7EBEE;
	/*color: inherit;
	background-color: #E7EBEE;*/
}

#Content
{
	width: 540px;
	float: left;
	margin: 0px;
	padding: 0px 20px 0px 20px;
	min-height: 1120px;
}

#Right
{
	width: 197px;
	border-left: 1px solid #E7EBEE;
	height: 100%;
	overflow: hidden;
	float: left;
	color: inherit;
	background-color: #FFF;
	margin: 0px 0px;
	padding: 0px 9px;
}

#RightProfile
{
	width: 400px;
	height: 100%;
	overflow: hidden;
	float: left;
	margin: 0px 4px;
	padding: 0px 5px;
}

#Bottom
{
	height: 18px;
	border-top: 1px solid #D4DBE1;
	margin: 0px 5px;
	padding: 5px 0px;
	text-align: center;
}

