.netscape6problem			{font-family: Verdana,Arial,Helvetica; font-size: 10px;}		/* leave this at stylesheet top for netscape browser fix */

/**
* ----------------------------------------------------------------------------------------------------
* stylesheet.css
* Cactusoft Ltd - www.cactusoft.com
* Copyright (c) 1998 - 2005. All rights reserved.
* ----------------------------------------------------------------------------------------------------
**/


/* ===
HYPERLINKS
=== */
a:link		{font-family: Verdana, Arial, Helvetica; color: #5566BB; }
a:visited	{font-family: Verdana, Arial, Helvetica; color: #5566BB; }
a:hover		{font-family: Verdana, Arial, Helvetica; color: #000000; text-decoration: underline; }


/* ===
MAIN PAGE ELEMENTS
Control various skin elements sit on the page
and what colours, backgrounds, etc. they have
=== */

body {
	background-color: #FFFFFF;
	text-align: center ; /* ie5 */
	margin: 0px 0px ;
	}

img	{border: 0px;}

.paddingfix
	{
	padding: 5px;
	margin: 0 auto;
	}

div.spacer 
	{
  	clear: both;
	height: 1px;
	overflow: hidden;
  	}
div.gap 
	{
  	clear: both;
	height: 10px;
	overflow: hidden;
  	}
  	
.administrationNotice
    {
    background-color: #EFEFEF;
    border: solid 1px #000000;
    float: right;
    }
	
/* ===
HEADER ELEMENTS
Header menu and logo sit inside headercontent which is fixed width.
Header content sits inside header - 100% width centered.
=== */
#header
	{
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 70px;
	text-align: center;
	margin: 0 auto;
	background-color: #660099;
	}

#headercontent
	{
	position: relative;
	top: 0px;
	left: 0px;
	width: 720px;
	height: 70px;
	text-align: left;
	margin: 0 auto;
	}

#logo {
	float: left;
	}



/* ===
MAIN PAGE CONTENT
=== */

#centrecolumn
	{
	top: 5px;
	left: 0px;
	width: 720px;
	margin: 0 auto;
	}

#sidemenu
	{
	float: left;
	width: 180px;
	text-align: left;
	}

#pagecontent
	{
	float: right;
	width: 520px;
	text-align: left;
	min-height: 400px;
	}

/* ===
FOOTER ELEMENTS
Footer menu sits inside footercontent which is fixed width.
=== */

#footercontent
	{
	position: relative;
	top: 10px;
	width: 720px;
	height: 20px;
	text-align: left;
	margin: 0 auto;
	border-top: dotted 1px #9933CC;
	text-decoration: none;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	}

#bottommenu
	{
	position: relative;
	float: left;
	}

#developerlink
	{
	position: relative;
	float: right;
	}


A.developertext:link, A.developertext:visited
	{
	position: relative;
	display: block;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	text-decoration: none;
	color: #CCCCCC;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	}
A.developertext:hover
	{
	position: relative;
	display: block;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	text-decoration: underline;
	color: #AAAAAA;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	}


/* ===
TEMPLATE HEADER MENU
=== */

A.templatemenu:link, A.templatemenu:visited
	{
	position: relative;
	display: block;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	text-decoration: none;
	color: #5566BB;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	}

A.templatemenu:hover
	{
	position: relative;
	display: block;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	text-decoration: none;
	color: black;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	}

/* ===
BASIC CLASS TAGS
=== */

h1
	{
	width: auto;
	text-align: left;
	color: #663399;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 17px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 10px;
	margin-top: 5px;
	}
h2	
	{
	font-family: Verdana,Arial,Helvetica;
	font-size: 13px;
	font-weight: bold;
	color: #663399;
	margin: 0px;
	margin-top: 14px;
	margin-bottom: 14px;
	}
h3	
	{
	font-family: Verdana,Arial,Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #111111;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 15px;
	}
p	
	{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #111111;
	font-weight: normal;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 15px;
	}

li	
	{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	}

td 
	{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #111111;
	font-weight: normal;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 15px;
	}
	
label {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
}
 
.warningtext	
	{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #FF0000;
	font-weight: bold;
	}

.smallnormal		{font-family: Verdana, Arial, Helvetica; font-size: 10px; color: #111111; font-weight: normal; }
.smallbold		{font-family: Verdana,Arial,Helvetica; font-size: 11px; font-weight: bold}
.fieldlabel		{font-family: Verdana, Arial, Helvetica; font-size: 10px; color: #111111; font-weight: bold; }
.extradetail		{font-family: Verdana, Arial, Helvetica; font-size: 10px; color: #556677; font-weight: normal; }
.mednormal		{font-family: Verdana, Arial, Helvetica; font-size: 11px; color: #111111; font-weight: normal; }
.mednormalhighlight	{color: red; font-weight: bold; }
.largeboldtitle		{font-family: Verdana,Arial,Helvetica; font-size: 13px; color: #663399; font-weight: bold; padding-bottom: 5px; }
.bold			{font-weight: bold; }
.text {font: normal 11px/17px Verdana,Arial,Helvetica;color: #111111;}

/* ===
MENUS, BUTTONS AND TEXT FIELDS
=== */
#sidemenu .info {
	font-size: 9px;
	color:#999999;
}

/* ===
Form layout
=== */
div.SubmitBtn {
	padding: 10px 8px 0 8px;
	clear: both;
}
.FieldWrap {
	padding: 5px 8px;
	clear: both;
}
.FieldWrap label {
	font-weight: normal;
}
.FieldLabel label {
	font-weight: bold;
}
.Field {
	margin-left: 190px;
}

.FieldLabel {
	float: left;
	width: 170px;
}
.SubmitBtn {
	margin-left: 190px;
}

/* ===
MENUS, BUTTONS AND TEXT FIELDS
=== */

a.iconbutton:link, a.iconbutton:visited
	{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #5577AA;
	whitespace: nowrap;
	padding: 0px 12px 1px 4px;
	}

a.iconbutton:hover
	{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: black;
	whitespace: nowrap;
	padding: 0px 12px 1px 4px;
	}

a.sidemenu:link, a.sidemenu:visited
	{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	}

a.sidemenu:hover
	{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	}

a.calendar1:link, a.calendar1:visited
	{
	display: block;
	text-decoration: none;
	color: #333333;
	}

a.calendar1:hover
	{
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: black;
	}

a.calendar2:link, a.calendar2:visited
	{
	display: block;
	text-decoration: none;
	color: #333333;
	font-weight: normal;
	margin-bottom: 3px;
	}

a.calendar2:hover
	{
	display: block;
	text-decoration: underline;
	font-weight: normal;
	margin-bottom: 3px;
	color: black;
	}

a.pagelinks:link, a.pagelinks:visited
	{
	font-weight: bold;
	text-decoration: none;
	color: #5577AA;
	}

a.pagelinks:hover
	{
	font-weight: bold;
	text-decoration: none;
	color: black;
	}

.buttonstyle, .SubmitBtn input {
	background: #AA77CC;
	border: solid 1px #AA77CC;
	font: bold 0.8em Verdana,Arial,Helvetica,sans-serif !important;
	color: #FFFFFF;
}	
.buttonSmall {
	font-size: 0.85em;
}


.textfieldstyle {
	width: 230px;
	background: #FFFFFF;
	border: solid 1px #AAA;
}

.buttonnofloat
	{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: white;
	background-color: #FF9900;
	border-top: solid 1px #FF9900;
	border-left: solid 1px #FF9900;
	border-bottom: solid 1px #990000;
	border-right: solid 1px #990000;
	margin-left: 3px;
	}

.buttonskin
	{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #111111;
	background-color: #FFFFFF;
	border: none;
	margin-left: 0px;
	padding-left: 0px;
	}

.textfieldstylesmall
	{
	font-family: Verdana, Arial, Helvetica;
	font-size : 11px;
	font-weight: normal;
	color: black;
	border: solid 1px #999999;
	width: 100px;
	}

.dropdownfixed
	{
	font-family: Verdana, Arial, Helvetica;
	font-size : 11px;
	font-weight: normal;
	color: black;
	border: solid 1px #999999;
	width: 280px;
	}

.toprow
	{
	background-color: #CCCCCC;
	color: black;
	}

select, input, textarea
	{
	font-family: Verdana, Arial, Helvetica;
	font-size : 11px;
	font-weight: normal;
	color: black;
	}


/* ===
TABLE, ROW AND CELL FORMATS
=== */

.sexytable
	{
	margin: 0px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #111111;
	font-weight: normal;
	margin-bottom: 3px;
	width: 490px;
	border-collapse: separate;
	}

.sexytable td
	{
	padding: 4px 8px 4px 8px;
	background-color: #E8E8E8;
	vertical-align: top;
	border-bottom: solid 1px #AAAAAA;
	border-right: solid 1px #AAAAAA;
	}

.sexytable th
	{
	padding: 4px 8px 4px 8px;
	background-color: #CDD8DE;
	vertical-align: top;
	font-weight: bold;
	color: #445588;
	border-bottom: solid 1px #88AABB;
	border-right: solid 1px #88AABB;
	text-align: left;
	}

.calendartable
	{
	margin: 0px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #111111;
	font-weight: normal;
	margin-bottom: 3px;
	width: 490px;
	border-collapse: separate;
	}

.calendartable td
	{
	padding: 4px 8px 4px 8px;
	background-color: #E8E8E8;
	vertical-align: top;
	border-bottom: solid 1px #AAAAAA;
	border-right: solid 1px #AAAAAA;
	width: 14%;
	height: 80px;
	font-size: 9px;
	}

.calendartable td.highlight1
	{
	padding: 4px 8px 4px 8px;
	background-color: #FFFFFF;
	vertical-align: top;
	border-bottom: solid 1px #999999;
	border-right: solid 1px #999999;
	width: 14%;
	height: 80px;
	font-weight: bold;
	font-size: 9px;
	}

.calendartable td.highlight2
	{
	padding: 4px 8px 4px 8px;
	background-color: #FFFFFF;
	vertical-align: top;
	border-bottom: solid 1px #999999;
	border-right: solid 1px #999999;
	width: 14%;
	height: 80px;
	font-size: 9px;
	}

.calendartable td.lowlight
	{
	padding: 4px 8px 4px 8px;
	background-color: #CDD8DE;
	vertical-align: top;
	border-bottom: solid 1px #999999;
	border-right: solid 1px #999999;
	width: 14%;
	height: 80px;
	font-size: 9px;
	}

.calendartable th
	{
	padding: 4px 8px 4px 8px;
	background-color: #CDD8DE;
	vertical-align: top;
	font-weight: bold;
	color: #445588;
	border-bottom: solid 1px #88AABB;
	border-right: solid 1px #88AABB;
	text-align: left;
	width: 14%;
	}

.formtable
	{
	margin: 0px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #111111;
	font-weight: bold;
	}

.formtable td
	{
	padding: 0px 10px 15px 0px;
	vertical-align: top;
	}
.formtable .right {
	width: 30%;
	white-space: nowrap;
}
.fieldtitle
	{
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #111111;
	font-weight: bold;
	width: 150px;
	}

.nowrap
	{
	white-space: nowrap
	}

.alignright
	{
	text-align: right;
	}

.hr, hr	{
	border: 0;
	border-bottom: dotted 1px #9933CC;
	height: 1px;
	clear: both;
}

form	{border: 0; margin: 0; }

.floatleft
	{
	float: left;
	}
.floatleftcentered {
	float: left;
	vertical-align:text-top;
}
.floatRight {
	float: right;
	margin: 0 0 0 10px;
}
.block {
	display: block;
}

/* ===
INFO PAGE STYLES
=== */

#anniversary
	{
	position: relative;
	top: 5px;
	left: 0px;
	width: 252px;
	height: 131px;
	padding: 5px;
	}

#dates
	{
	position: relative;
	top: 5px;
	left: 0px;
	width: 252px;
	height: 131px;
	padding: 5px;
	}

#history
	{
	position: relative;
	top: 5px;
	left: 0px;
	width: 252px;
	height: 131px;
	padding: 5px;
	}

#zodiac
	{
	position: relative;
	top: 5px;
	left: 0px;
	width: 252px;
	height: 131px;
	padding: 5px;
	}

.homeBanner {
	float: left;
	margin: 4px;
}
#homeBanner3 {
	float: left;
	padding: 9px 0 0 9px;
}

/* JOBS PAGE */
#SearchPanel {
	float: right;
	width: 240px;
	background: #e8d9f0;
	margin: 10px 0;
	
}
#SearchPanel h2 {
	margin-top: 5px;
}
#SearchPanel p {
	margin: 15px 0 10px 0;
}
#SearchPanel form {
	margin: 0;
	padding: 0 6px;
}
#SearchPanel .top {
	background: url(jobs_search_top.gif) no-repeat left top;
	height: 9px;
	overflow: hidden;
}
#SearchPanel .btm {
	background: url(jobs_search_btm.gif) no-repeat left top;
	height: 9px;
	overflow: hidden;
}
.left {
	width: 260px;
}
.button {
	width: 223px;
	height: 49px;
	float: left;
	display: block;
	background: url(btn_bg.gif) no-repeat left top;
	color: #eee4f3 !important;
	text-decoration: none;
	font: bold 15px/18px Arial, Helvetica, sans-serif !important;
	letter-spacing: -0.04em;
	text-align: center;
	padding-top: 5px;
	margin-top: 5px;
}
.button:hover {
	background-image: url(btn_bg_ov.gif);
	text-decoration: none;
}

.ApplyBtn {
	width: 47%;
	float: left;
}
.clear {clear: both;}

/* title on jobs_default.asp */
h1.jobs {
	background: url(../../images/jobsHome_img.jpg) no-repeat right top;
	height: 200px;
	text-indent: -5000px;
}

#jobDesc h3 {
	margin-bottom: 5px;
	margin-top: 20px;
}
#jobDesc p {
	margin-top: 0;
}


#jobLinks h2 {
	background: #efeaf5;
	padding: 3px 6px;
	border-bottom: solid 1px #d9cce5;
}
#jobLinks ul {
	margin: 10px 6px;
	padding: 0;
	list-style: none;
}
#jobLinks li {
	margin: 3px 0;
	padding: 0;
	float: left;
	display: inline;
	width: 100%;
}
#jobLinks li a {
	text-decoration: none;
	color: #660099;
	display: block;
	width: 100%;
}
#jobLinks li a:hover {
	text-decoration: underline;
}
