
/******************
HTML Tags
******************/

body {
	font-family:"trebuchet MS", tahoma, verdana, arial, helvetica, sans-serif;
	background-color:#FFFFFF;
	color:#666666;
	font-size:.8em;
	width:760px;
	margin-left:auto;
	margin-right:auto;
	}

#content p, .side-column p, table {
	margin:0px 0px 10px 0px;
	}

.side-column img {
	border:none;
	}
	
/******************
FORM STYLES
******************/

#content-container form {
	margin:20px 0px;
	padding:0px 0px 0px 0px;
	}

#content-container fieldset {
	margin:10px 0px 20px 0px;
	padding:0px 10px 10px 20px;
	}

/* a nested fieldset */
#content-container fieldset fieldset {
	margin:15px 0px 5px 0px;
	padding:0px 5px 5px 5px;
	}

#content-container legend {
	margin-bottom:0px;
	padding:0px 10px 5px 5px;
	color:#666666;
	font-weight:bold;
	}

/* a nested legend */
#content-container fieldset fieldset legend {
	margin-bottom:0px;
	padding:0px;
	font-weight:normal;
	}

#content-container label {
	display:block;
	padding-top:8px;
	}

.mainnav-right form {
	margin:0px;
	padding:0px;
	text-align:right;
	}

.mainnav-right form fieldset {
	margin:0px;
	padding:0px;
	border:none;
	}

.mainnav-right form legend {
	display:none;
	}

.mainnav-right label {
	display:none
	}
	
#content select {
	font-family: verdana, arial, helvetica, sans-serif, "trebuchet MS";
	font-size:.8em;
	line-height:160%;
	margin-left:auto;
	margin-right:auto;
	}	

/******************
LINKS
******************/

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
a:link {
	color:#a94d5c;
	text-decoration:underline;
	}

a:visited {
	color:#a94d5c;
	}

a:hover {
	color:#7EA847;
	text-decoration:none
	}

a:active {
	color:#FF9900;
	}

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
.mainnav-left a:link {
	color:#6E6E6E;
	text-decoration:none;
	font-weight:bold;
	}

.mainnav-left a:visited {
	color:#6E6E6E;
	text-decoration:none;
	font-weight:bold;
	}

.mainnav-left a:hover {
	color:#6E6E6E;
	}

.mainnav-left a:active {
	color:#6E6E6E;
	}

.mainnav-right a:link {
	color:#6E6E6E;
	text-decoration:none;
	font-weight:bold;
	}

.mainnav-right a:visited {
	color:#6E6E6E;
	text-decoration:none;
	font-weight:bold;
	}

.mainnav-right a:hover {
	color:#6E6E6E;
	}

.mainnav-right a:active {
	color:#6E6E6E;
	}

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
#breadcrumbs a:link {
	color:#FFF6AE;
	text-decoration:underline;
	}

#breadcrumbs a:visited {
	color:#FFF6AE;
	}

#breadcrumbs a:hover {
	color:#FFFFFF;
	text-decoration:none
	}

#breadcrumbs a:active {
	color:#F0FF4A;
	}

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
.side-column a:link {
	color:#FFF6AE;
	text-decoration:underline;
	}

.side-column a:visited {
	color:#ECE4B0;
	}

.side-column a:hover {
	color:#FFFFFF;
	text-decoration:none;
	}

.side-column a:active {
	color:#F0FF4A;
	}

/******************
IMAGES
******************/
.mainnav-right img {
	vertical-align:middle;
	}

/******************
HEADINGS
******************/

h1 {
	font-size:1.4em;
	padding:10px 0 6px 0;
	}

h2 {
	font-size:1.1em;
	}

h3 {
	font-size:1.4em;
	}
	
h4 {
	font-size:1.1em;
	}
	
h5 {
	font-size:.9em;
	}
	
h6 {
	font-size:.8em;
	}
	
#three-column-container h2 {
	margin:0px 0px 10px 0px;
	padding:0px;
	}
	
/******************
LAYOUT STYLES
******************/

#header-container {
	background: #A94B5B url(/images/themes/red/bg-main.jpg) repeat-x;
	height:63px;
	width:100%;
	margin:0px 0px 4px 0px;
	padding:0px;
	table-layout:fixed;
	font-size:2em;
	font-weight:bold;
	}

#header-container a {
	text-decoration:none;
	color:#FFFFFF;
	}

#header-left {
	width:280px;
	color:#FFFFFF;
	height:31px;
	padding:29px 10px 0px 10px;
	background: url(/images/themes/red/bg-curve-top-left.gif) no-repeat;
	text-align:left;
	vertical-align:middle;
	}

.column-separator {
	background:#FFFFFF;
	width:5px;
	}

#header-right {
	color:#FFFFFF;
	padding:35px 10px 0px 0px;
	height:33px;
	text-align:right;
	width:270px;
	border-collapse:collapse;
	font-size:.55em;
	text-align:right;	
	}

.side-column {
	width:155px;
	color:#FFFFFF;
	padding:10px;
	margin:0px;
	vertical-align:top;
	}

.side-column-bg {
	background: url(/images/themes/red/bg-main.jpg);
	}

p.posterphoto {
	display:inline
	}

/*remember to talk about why BLOCK has to be set*/
.posterphoto img {
	border:1px solid #A7A7A7;
	display:block;
	margin:0px;
	padding:0px;
	}

.mainnav-container {
	margin:4px 0px;
	height:26px;
	table-layout:fixed;
	width: 760px;
	}

.mainnav-container-slim {
	margin:0px 0px;
	height:5px;
	table-layout:fixed;
	width: 760px;
	}
	
.mainnav-container-window {
	margin:0px 0px 15px 15px;
	height:5px;
	table-layout:fixed;
	width: 550px;
	}	

.mainnav-left {
	width:568px;
	padding:4px 0px 3px 10px;
	border:1px solid #A7A7A7;
	}

.mainnav-right {
	padding:4px 7px 3px 0px;
	border:1px solid #A7A7A7;
	width:166px;
	height:16px;
	text-align:center;	
	}

#content-container {
	margin:0px;
	table-layout:fixed;
	background: url(/images/themes/red/bg-main.jpg) repeat-y right;
	}

#content-container-no-image {
	margin:0px;
	table-layout:fixed;
	}

#breadcrumbs {
	margin:3px 0px 0px 0px;
	color:#FFFFFF;
	padding-top:3px;
	display:block;
	}

#content {
	padding:0px 10px 10px 10px;
	margin:0px;
	border:1px solid #A7A7A7;
	background: url(/images/themes/red/bg-breadcrumb.jpg) repeat-x;
	}

#three-column-container {
	width:100%;
	margin:10px 0px;
	table-layout:fixed;
	}

#three-column-left {
	width:30%;
	padding-right:3%;
	vertical-align:top;
	}

#three-column-middle {
	width:30%;
	vertical-align:top;
	}

#three-column-right {
	width:30%;
	padding-left:3%;
	vertical-align:top;
	}

#footer-container {
	background: #A94B5B url(/images/themes/red/bg-main.jpg);
	height:68px;
	color:#FFFFFF;
	margin:0px 0px 4px 0px;
	table-layout:fixed;
	}

#footer-left {
	width:570px;
	height:56px;
	padding:1px 0px 0px 10px;
	margin:0px;
	}

#footer-left a:link, #footer-left a:visited, #footer-left a:active {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	}

#footer-left a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	}

.footer-right {
	color:#FFFFFF;
	padding:0px 10px;
	width:155px;
	height:68px;
	margin:0px;
	background: url(/images/themes/red/bg-curve-bottom-right.gif) no-repeat right bottom;
	border-collapse:collapse;
	}

/******************
Menu Items
******************/

.mainnav-container ul {
	margin:0px;
	padding:0px;
	}

.mainnav-container li {
	padding-right:10px;
	list-style:none;
	display:inline;
	}

/******************
LISTS - IN THE CONTENT DIV
******************/

#content ul.list, #content ul.link-list-vertical {
	margin:0px 0px 15px 15px;
	padding:0px;
	}

#content ul.list li {
	list-style:none;
	padding:1px 0px 1px 12px;
	margin:0px;
	background: url(/images/themes/red/bullet.gif) no-repeat;
	background-position:0 .6em;
	}

#content ul.link-list-vertical li {
	list-style:none;
	margin:0px;
	}

#content ul.link-list-vertical li a:link {
	padding:1px 0px 1px 12px;
	background: url(/images/themes/red/bullet-link.gif) no-repeat;
	background-position:0 .6em;
	}

#content ul.link-list-vertical li a:visited {
	padding:1px 0px 1px 12px;
	background: url(/images/themes/red/bullet-link.gif) no-repeat;
	background-position:0 .6em;
	}

#content ul.link-list-vertical li a:hover {
	padding:1px 0px 1px 12px;
	background: url(/images/themes/red/bullet-link-hover.gif) no-repeat;
	background-position:0 .6em;
	}

#content ul.link-list-vertical li a:active {
	padding:1px 0px 1px 12px;
	background: url(/images/themes/red/bullet-link-active.gif) no-repeat;
	background-position:0 .6em;
	}

/******************
LISTS - IN THE RIGHT COLUMN
******************/

.side-column ul.list, .side-column ul.link-list-vertical {
	margin:0px 0px 15px 5px;
	padding:0px;
	}

.side-column ul.list li {
	list-style:none;
	padding:1px 0px 1px 12px;
	margin:0px;
	background: url(/images/themes/red/bullet-right.gif) no-repeat;
	background-position:0 .6em;
	}

.side-column ul.link-list-vertical li {
	list-style:none;
	margin:0px;
	}
	
.side-column ul.link-list-vertical li {
	list-style:none;
	margin:0px;
	}	

.side-column ul.list, .side-column ul.link-sublist-vertical {
	margin:0px 0px 15px 5px;
	padding:0px;
	}

.side-column ul.list li {
	list-style:none;
	padding:1px 0px 1px 12px;
	margin:0px;
	background: url(/images/themes/red/bullet-right.gif) no-repeat;
	background-position:0 .6em;
	}

.side-column ul.link-sublist-vertical li {
	list-style:none;
	margin:0px;
	}
	
.side-column ul.link-sublist-vertical li {
	list-style:none;
	margin:0px;
	}

.side-column ul.link-list-vertical li a:link {
	padding:1px 0px 1px 12px;
	background: url(/images/themes/red/bullet-link-right.gif) no-repeat;
	background-position:0 .6em;
	color:#FFF6AE;
	}

.side-column ul.link-list-vertical li a:visited {
	padding:1px 0px 1px 12px;
	background: url(/images/themes/red/bullet-link-right.gif) no-repeat;
	background-position:0 .6em;
	color:#FFF6AE;
	}

.side-column ul.link-list-vertical li a:hover {
	padding:1px 0px 1px 12px;
	background: url(/images/themes/red/bullet-link-right.gif) no-repeat;
	background-position:0 .6em;
	color:#FFF6AE;
	}

.side-column ul.link-list-vertical li a:active {
	padding:1px 0px 1px 12px;
	background: url(/images/themes/red/bullet-link-right.gif) no-repeat;
	background-position:0 .6em;
	color:#FFF6AE;
	}

.side-column ul.link-sublist-vertical li a:link {
	padding:1px 0px 1px 12px;
	background: url(/images/themes/red/bullet-sublink-right.gif) no-repeat;
	background-position:0 .6em;
	color:#FFFFFF;
	}

.side-column ul.link-sublist-vertical li a:visited {
	padding:1px 0px 1px 12px;
	background: url(/images/themes/red/bullet-sublink-right.gif) no-repeat;
	background-position:0 .6em;
	color:#FFFFFF;
	}

.side-column ul.link-sublist-vertical li a:hover {
	padding:1px 0px 1px 12px;
	background: url(/images/themes/red/bullet-sublink-right.gif) no-repeat;
	background-position:0 .6em;
	color:#FFFFFF;
	}

.side-column ul.link-sublist-vertical li a:active {
	padding:1px 0px 1px 12px;
	background: url(/images/themes/red/bullet-sublink-right.gif) no-repeat;
	background-position:0 .6em;
	color:#FFFFFF;
	}	
	

/******************
TABLE STYLES
******************/

table.table {
	width:100%;
	border:1px solid #D0D0BF;
	border-collapse:collapse;
	}
	
table.page-title {
	padding: 0px;
	margin: 0px;
	border: 0px;
	vertical-align: middle;
	height: 16px;
	}
	
table.page-title td {
	vertical-align: middle;
	height: 16px;
	font-size: 14pt;
	}
	
table.pager {
	padding: 0px;
	margin: 0px;
	border: 0px;
	vertical-align: middle;
	height: 12px;
	}
		
table.pager td {
	vertical-align: middle;
	height: 12px;
	font-size: 12pt;
	}		
	
table.table-readonly {
	border:1px solid #D0D0BF;
	border-collapse: collapse;
	text-align: center;
	vertical-align: middle;
	}

table.table-readonly td.header {
	text-align: center;
	}
	
table.table-readonly td {
	text-align: left;
	}	

table.table-slim {
	width:300px;
	border:1px solid #D0D0BF;
	border-collapse: collapse;
	text-align: center;
	vertical-align: middle;
	}

table.table-slim td.header {
	text-align: center;
	}
	
table.table-slim td {
	text-align: left;
	}	

table.table-slim input.textfield, select.textfield, .textfield {
   width: 93%;
   border-right: #b0b0b0 1px solid; 
   border-top: #b0b0b0 1px solid; 
   border-left: #b0b0b0 1px solid; 
   border-bottom: #b0b0b0 1px solid;
   }   
   
table.table-slim input.textfield_readonly, select.textfield_readonly, .textfield_readonly {
   width: 93%;
   border-right: #b0b0b0 1px solid; 
   border-top: #b0b0b0 1px solid; 
   border-left: #b0b0b0 1px solid; 
   border-bottom: #b0b0b0 1px solid;
   background-color: #D4D4D4;
   color: #454545;
   }
   
table.table-slim input.textfield_num, .textfield_num {
   width: 93%;
   border-right: #b0b0b0 1px solid; 
   border-top: #b0b0b0 1px solid; 
   border-left: #b0b0b0 1px solid; 
   border-bottom: #b0b0b0 1px solid;
   text-align: right;
   }       

table.table-slim input.textfield_num_readonly, .textfield_num_readonly {
   width: 93%;
   border-right: #b0b0b0 1px solid; 
   border-top: #b0b0b0 1px solid; 
   border-left: #b0b0b0 1px solid; 
   border-bottom: #b0b0b0 1px solid;
   text-align: right;
   background-color: #D4D4D4;
   color: #454545;
   }     
   
table.table-slim-details {
	width:300px;
	border:1px solid #D0D0BF;
	border-collapse: collapse;
	text-align: center;
	vertical-align: middle;
	}

table.table-slim-details td a {
	text-align: center;
	}
	
table.table-slim-details td.data {
	text-align: left;
	}	

table.table-slim-details input.textfield {
   width: 93%;
   border-right: #b0b0b0 1px solid; 
   border-top: #b0b0b0 1px solid; 
   border-left: #b0b0b0 1px solid; 
   border-bottom: #b0b0b0 1px solid
   }   
   

.td-header-link a:link, .td-header-link a:visited, .td-header-link a:hover, .td-header-link a:active {
	font-family:"trebuchet MS", tahoma, verdana, arial, helvetica, sans-serif;
	color:#666666;
	text-decoration:none;
}

.td-header-link a:hover {
	font-family:"trebuchet MS", tahoma, verdana, arial, helvetica, sans-serif;
	color:#666666;
	text-decoration:underline;
}

thead th {
	border-bottom:2px solid #D0D0BF;
	padding:6px;
	}

tfoot th {
	border-top:2px solid #D0D0BF;
	padding:6px;
	}

.table-row-1 td, .table-row-1 th,.table-row-2 td, .table-row-2 th, th {
	padding:2px 6px;
	border-left:1px solid #D0D0BF;
	text-align:center;
	}

.table-row-1 td, .table-row-1 th {
	background: url(/images/themes/red/bg-table-row-alternate.jpg);
	text-align:center;
	}

/******************
CLASSES & TABLE STYLES
******************/

img.photobig, img.photosmall {
	border:1px solid #CCCCCC;
	background: #E0E0E0 url(/images/themes/red/bg-table-row-alternate.jpg);
	padding:10px;
	}

img.photosmall {
	margin-right:10px;
	margin-bottom:2px;
	float: left;
	}

.searchbox {
	height:13px;
	margin:0px;
	padding:0px;
	width:9em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	}

.button-search {
	height:19px;
	margin:0px;
	padding:0px 0px 0px 0px;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#a94d5c;
	}

.separator-side-column {
	border-top:1px solid #a94d5c;
	margin-bottom:8px;
	padding:0px;
	}

.section-title-not-heading {
	font-size:1.1em;
	font-weight:bold;
	display:block;
	margin-bottom:8px;
	text-decoration:underline;
	}

.button-big {
	margin-top:8px;
	}

.small-text {
	font-size:.8em;
	}

.none {
	display:none;
	}

.clear {
	clear:both;
	}
	
.bottom {
    vertical-align: bottom;
    }
 
	
/******************
FORMS STYLES
******************/	
.validation {
	color:#FF0000;
	}	
	
	
/******************
TABS STYLES
******************/	
.mainTabsSection
{
  border-spacing: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.mainTabsSection .unselectedTab, .mainTabsSection .unselectedTab:visited, .mainTabsSection .unselectedTab:hover
{
  display: block;
  float: left;
  font-family: Tahoma, Verdana, Arial;
  font-size: 8pt;
  font-weight: bold;
  text-decoration: none;
  color: white;
  padding: 5px 17px 5px 17px;
  background-color: #8e909c;
  border-top: 1px Solid white;
  border-right: 1px Solid white;
  border-bottom: 1px Solid white;
}
.mainTabsSection .unselectedTab:hover
{
  text-decoration:underline;
  background-color: #d78e9b;
}

.mainTabsSection .selectedTab, .mainTabsSection .selectedTab:visited, .mainTabsSection .selectedTab:hover
{
  display: block;
  float: left;
  font-family: Tahoma, Verdana, Arial;
  font-size: 8pt;
  font-weight: bold;
  text-decoration: none;
  color: white;
  padding: 5px 17px 5px 17px;
  border-top: 1px Solid white;
  border-right: 1px Solid white;  
  background-color: #a94d5c;
  border-bottom: 1px Solid #a94d5c;
}

.mainTabsSection .selectedTab:hover
{
  text-decoration:underline;
}

.mainTabsSection td.mainArea
{
  border: 2px Solid #a94d5c;
  padding: 5px 5px 5px 5px;
}

