﻿body {
    margin:0;
    padding:0;
    border:0;			/* This removes the border around the viewport in old versions of IE */
    width:100%;
    color:#414141;
    background:#fff;
    min-width:980px;    /* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
}
img
{
   border:0px;
}
#header {
	float:left;
	width:100%;
	padding:0;
	margin:0;
	background-image:url(/img/topBg.jpg);
	background-repeat:repeat-x;
}
#header td.headerLeft
{
	height:199px;
	width:509px;
	background-image:url(/images/HeaderLeft.jpg);
	background-repeat:no-repeat;
	vertical-align:top;
}
#header td.headerMiddle
{
	height:199px;
	width:auto;
	background-image:url(/images/HeaderMiddle.jpg);
	background-repeat:repeat-x;
}
#header td.headerRight
{
	height:199px;
	width:376px;
	background-image:url(/images/HeaderRight.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
#header table
{
	width:100%;
	border-collapse:collapse;
	padding:0;
	margin:0;
	border:0;
	background-image:url(/images/headerAllbgIEFix.jpg);
	background-repeat:repeat-x;
}
#header td
{
	margin:0;
	padding:0;	
	font-size:0px;
}

#header td.topLine
{
	vertical-align:top;
	height:8px;
	padding:0px 15px 0px 15px;
}

#colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
#colmid {
	float:left;
	width:200%;
	position:relative;
	left:200px;
	background:#fff;    	/* Centre column background colour */
}
#colright {
	float:left;
	width:100%;
	position:relative;
	left:50%;
	margin-left:-393px;
}
#col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:100%;
}
#col1pad {
	margin:0 15px 0 450px;
	overflow:hidden;
}
#col1 {
	width:100%;
	overflow:hidden;
	font-size:12px;
	font-family:Tahoma;
}
#col2 {
	float:left;
	width:240px;
	position:relative;
	margin-left:-50%;
	left:200px;
	overflow:hidden;
}
#col3 {
	float:left;
	width:180px;
	position:relative;
	left:2px;
	overflow:hidden;
}
#footer {
    clear:both;
    float:left;
    width:100%;
	border-top:1px solid #83c9e3;
	background-image:url(/img/footerBg.jpg);
	background-position:left bottom;
	background-repeat:repeat-x;
	height:125px;
}

#footer table {
    width:100%;
	height:125px;
	padding-left:20px;
}

.autoSize, table.editForm .autoSize
{
    width:auto;
    height:auto;
}
.modalBackground {
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
}
.modalPopup
{
	width:600px;
	background-color:Transparent;
	background-image:url(/images/MPHeader.gif);
	background-position:left top;
	background-repeat:no-repeat;
	font-size:12px;
	font-family:Tahoma;
}
.modalPopup .header
{
	font-family:Georgia;
	font-weight:bold;
	font-style:italic;
	font-size:13px;
	color:#ffffff;
	padding-top:8px;
	padding-left:7px;
	height:22px;
}
.modalPopup .body
{
    background-color:#ffffff;
    border-left:1px solid gray;
    border-right:1px solid gray;
    border-bottom:1px solid gray;
    padding:15px;
}
#col2 ul, #col2 ul a
{
	font-family:arial;
	font-size:12px;
	color:#626262;
}
#col2 li
{
	padding-bottom:8px;
}
h1
{
	color:#85235c;
	font-size:16px;
	font-family:Georgia;
	font-weight:bold;
	font-style:italic;
}
div.admthumb 
{
	display:inline;
	padding:5px;
	width:140px;
}
div.admthumb img
{
	margin:2px;
}
div.admthumb img.remove
{
	border:0px;
	vertical-align:top;
	cursor:hand;
}
div.scCard
{
	background-color:#f4f4f4;
	margin-top:20px;
}
div.scCard .headerLeft
{
	height:24px;
	width:400px;
	float:left;
	background-repeat:no-repeat;
	font-family:Georgia;
	font-weight:bold;
	font-style:italic;
	font-size:13px;
	color:#ffffff;
	padding-top:8px;
	padding-left:7px;
}
div.scCard .headerRight
{
	height:32px;
	background-repeat:no-repeat;
	background-position:right;
}
div.scCard .body
{
	padding:10px;
	border-bottom:1px solid #e6e4e4;
	border-left:1px solid #e6e4e4;
	border-right:1px solid #e6e4e4;
}
div.scCard .body img.photo
{
	margin-right:10px;
	margin-bottom:10px;
}
div.scCard .title a
{
	font-family:Georgia;
	color:#aa427f;
	font-weight:bold;
	font-style:italic;
	font-size:14px;
}
div.sc1Card .headerRight
{
	background-image:url(/images/sc1HeaderRight.gif);
}
div.sc1Card .headerLeft
{
	background-image:url(/images/sc1HeaderLeft.gif);
}
div.sc2Card .headerRight
{
	background-image:url(/images/sc2HeaderRight.gif);
}
div.sc2Card .headerLeft
{
	background-image:url(/images/sc2HeaderLeft.gif);
}
div.sc3Card .headerRight
{
	background-image:url(/images/sc3HeaderRight.gif);
}
div.sc3Card .headerLeft
{
	background-image:url(/images/sc3HeaderLeft.gif);
}
div.sc4Card .headerRight
{
	background-image:url(/images/sc4HeaderRight.gif);
}
div.sc4Card .headerLeft
{
	background-image:url(/images/sc4HeaderLeft.gif);
}
.srvadmn input, .srvadmn textarea
{
	border:1px solid #e6e4e4;
}
.srvadmn textarea
{
	width:100%;
	height:100px;
}
.disabled
{
	background-color:#ebebe4;
}
div.adminTopMenu a
{
	color:#626262;
	font-family:Arial;
	font-size:12px;
	font-style:italic;
}
div.adminTopMenu
{
	padding-bottom:20px;
}
table.editForm
{
	width:500px;
}
table.editForm td
{
	vertical-align:top;
}
table.editForm th
{
	width:120px;
	color:#9a3c72;
	text-align:left;
	font-family:Georgia;
	font-size:11px;
	font-weight:bold;
	font-style:italic;
	vertical-align:top;
}
table.editForm input, table.editForm textarea, table.editForm select
{
	border:1px solid #e6e4e4;
	width:360px;
}
table.editForm textarea
{
	height:200px;
}
td.calendarCell
{
	width:33%;
	border:1px solid gray;
	padding:10px;
}
td.calendarCell input, td.calendarCell textarea, td.calendarCell select 
{
	border:1px solid #e6e4e4;
	width:100%;
}
td.calendarCell textarea
{
	height:70px;
	overflow:auto;
}
div.miniHeader
{
	margin-top:10px;
	margin-bottom:10px;
	color:#85235c;
	font-size:14px;
	font-family:Georgia;
	font-weight:bold;
	font-style:italic;
	
}
div.masterMenu
{
	text-align:right;
	width:100%;
	margin-top:10px;
}
div.masterContacts
{
	display:inline;
}
div.masterContacts img
{
	vertical-align:middle;
}
a
{
	color:#85235c;
}
table.loginForm
{
	width:180px;
	font-size:10px;
}
table.loginForm a
{
	color:#686868;
	font-size:10px;
	font-family:Arial;
}
div.loginInfo
{
	font-size:12px;
	font-family:Tahoma;
	line-height:15px;
}
div.loginInfo a
{
	color:#9a3c72;
}
div.pager
{
	margin:20px auto 20px auto;
	width:400px;
	text-align:center;
}
span.description
{
    color:#414141;
    font-size:11px;
    font-family:Tahoma;
    font-weight:normal;
    font-style:normal;
}
div.workPreview
{
    width:120px;
    height:120px;
    background-image:url("/images/WorkBG.png");
    padding:11px 11px 11px 11px;
    float:right;
}
#dInstructions
{
    font-weight:bold;
}
#dInstructions img
{
   padding:10px;
}
ul.masterMenu
{
    padding-left:20px;
    list-style-image:url(/images/scb1.gif);
}
ul.masterMenu li
{
    margin-bottom:8px;
}
table.prices
{
    border-collapse:collapse;
}
table.prices th
{
    color:#85235C;
}
table.prices td, table.prices th
{
    border:1px solid gray;
    padding:5px;
}
.ServicesSaveNotifier
{
    width:100%;
    text-align:center;
    padding:4px;
    background-color:#ff9f9f;
    font-size:12px;
    color:Red;
    font-family:Tahoma;
    z-index:100;
}
table.editForm .checkBox input
{
    width:20px;
}
div.masterMenuBottom
{
    margin-top:10px;
    text-align:center;
}
div.masterMenuBottom a
{
    padding-left:10px;
    padding-right:10px;
}
#dFavorites
{
    font-size:12px;
    font-weight:normal;
    font-family:Tahoma;
}
#dFavorites table
{
    width:100%;
}