/* Start of CMSMS style sheet 'Linkcare_newskin' */
@charset "utf-8";
/* CSS Document */

body {
	background-color: #0F0F2C;
	margin: 10px 20px 0px 20px;
	font-family: trebuchet ms, arial, sans-serif;
	font-size: 0.8em;
}

#header {
	background-image: url(images/look/header_back.gif);
	height: 93px;
	position: relative;
}

#login {
	position: absolute;
	top: 0px;
	right: 0px;
        font-style: italic;
}

#login a:link, #login a:visited {
	display: block;
	width: 87px;
	height: 28px;
	background-image: url(images/look/butlogin_off.gif);
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}

#login a:hover {
	background-image: url(images/look/butlogin_on.gif);
	color: #000000;
}

#phone {
	position: absolute;
	top: 0px;
	right: 107px;
	font-size: 24px;
	color: #ffffff;
}

#buttons {
	position: absolute;
	right: 10px;
	bottom: 25px;
}

#buttons td {
	vertical-align: top;
}

#buttons td a:link, #buttons td a:visited {
	display: block;
	width: 94px;
	height: 24px;
	background-image: url(images/look/topnav_off.gif);
	color: #ffffff;
	text-align: center;
	text-decoration: none;
}

#buttons td a:hover {
   background-image: url(images/look/topnav_on.gif);
	color: #000000;
}

#breadcrumbs {
	font-size: 10px;
	position: absolute;
	right: 20px;
	bottom: 6px;
	color: #ffffff;
}

#breadcrumbs a:link, #breadcrumbs a:visited, #info a:link, #info a:visited  {
	color: #73CCFF;
}

#breadcrumbs a:hover, #info a:hover {
	color: #ffffff;
}

#mainpage {
	background-color: #1C19C9;
	background-image: url(images/look/mainpage_back.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding-top: 30px;
}

#subnavtd, #maincontenttd {
	vertical-align: top;
}

#subnavtd {
	width: 200px;
}

#subnavtd img {
	margin: 10px 0px 20px 0px;
}

#subnavigation li, #subnavigation ul {
	padding: 0px;
	margin: 0px;
}

#subnavigation li {
	list-style: none;
}

#subnavigation a:link, #subnavigation a:visited {
	display: block;
	width: 131px;
	height: 23px;
	text-align: right;
	padding-right: 10px;
	padding-top: 2px;
	background-image: url(images/look/sidenav_off.gif);
	margin-bottom: 6px;
	margin-left: 20px;
	color: #ffffff;
	text-decoration: none;
}

#subnavigation a:hover {
	background-image: url(images/look/sidenav_on.gif);
	color: #000000;
}

#memberhome a:link, #memberhome a:visited {
       background-image: url(images/look/memberhome_off.gif);
       color: #000000;
       font-weight: bold;
}

#memberhome a:hover {
	background-image: url(images/look/memberhome_on.gif);
}

#maincontent {
	margin: 0px 20px 30px 0px;
}

#maincontentheader {
	position: relative;
}

#mc_headerleft {
	position: absolute;
	left: 0px;
	top: 0px;
}

#mc_headerright {
	position: absolute;
	right: 0px;
	top: 0px;
}

#maincontentheadercenter {
         margin: 0px 5px 0px 5px;
	 padding: 4px 0px 0px 6px;
	 height: 32px;
	 background-image: url(images/look/maintdwindowheader_back.gif);
	 font-size: 18px;
	 font-style: italic;
         color: #ffffff;
}

#mc_text  {
	padding: 20px;
	background-color: #ffffff;
}

#loginform {
  border: 1px solid red;
  padding: 10px;
  width: 180px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

#loginform input {
margin-bottom: 10px;
width: 160px;
border: 1px solid #000000;
}

#loggedinform {
  border: 1px solid red;
  padding: 6px;
  width: 122px;
  margin-left: 20px;
  text-align: center;
  background-color: #ffffff;
  font-size: 11px;
}

#footer {
	position: relative;
}

#footer_left {
	position: absolute;
	top: 0px;
	left: 0px;
}

#footer_right {
	position: absolute;
	top: 0px;
	right: 0px;
}

#footercenter {
	background-color: #ffffff;
	font-size: 4px;
	margin: 0px 5px 0px 5px;
}

#info {
	color: #ffffff;
	font-size: 0.8em;
	text-align: center;
	margin-top: 6px;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.0em;
}

h4 {
	font-size: 1.0em;
	color: #AF0000;
}

h5 {
	font-size: 0.8em;
}

h6 {
	font-size: 0.7em;
	color: #3D3D3D;
	font-weight: normal;
}

p {
	
}

dfn {
        display: none;
}

a:link, a:visited {
	color: #B20000;
}

a:hover {
	color: #1E1ACA;
}

div.formbuilderform div {
        position: relative;
        margin-bottom: 6px;
}

div.formbuilderform label {
        position: absolute;
        width: 150px;
}

div.formbuilderform input,  div.formbuilderform textarea {
       margin-left: 170px;
       border: 1px solid #666666;
}

div.formbuilderform textarea {
      width: 300px;
}
/* End of 'Linkcare_newskin' */

