/* CSS Document */
/*------------------------------------------------------------------------
main- style for cms admin area

version:	1.0
created:	2007-01-08
author:		Isaac Castillo
email:		isaac@echods.com
site:		http://www.tri-omni.com

------------------------------------------------------------------------*/

/* =General
------------------------------------------------------------------------*/
/* Remove all padding and margins */
* {
	margin: 0;
	padding: 0;
}

/* Html and body padding & margins */
html, body{
	height: 100%;
	margin: 0;
	padding: 0;	
	
	/* BUG: Fix IE6 bug */
	text-align: center;
}

body {
	/* Sizes all fonts down to 62.5% */
	font-size: 62.5%;
}

/* Remove padding & margins */
h1, h2, h3, h4, h5, h6, p, ul, li {
	margin: 0;
	padding: 0;
}

/* Remove border images */
img {
	border: 0;
}

/* Remove styles from list items */
ul, li {
	list-style:none;
}

html {
	background: #fff url(../images/vet-html.jpg) top repeat-x;	
}

body {
	background: url(../images/vet-body.jpg) top center no-repeat;	
}

/* =Typography
------------------------------------------------------------------------*/
body {
	font-family: Trebuchet MS1, Helvetica, sans-serif;
}

/* =Wrappers
------------------------------------------------------------------------*/
#wrapper {
	margin: 0px auto;
	min-height: 800px;
	width: 960px;
}

#innerwrapper {
	background: #fff url(../images/vet-nav.jpg) left repeat-y;
	float: left;
	margin: 10px auto;
	min-height: 800px;
	width: 960px;
}

/* =Branding
------------------------------------------------------------------------*/
#brand {
	float: left;
	height: 140px;
	margin: 70px auto auto 190px;
	width: 160px;	
}

#home {
	background: none !important;
	float: left;
	font-size: 1.1em;
	height: 20px !important;
	margin: 15px auto auto 15px !important;
	padding-left: 5px !important;
	width: 70px !important;;
}

#header {
	background: url(../images/vet-header.jpg) top right no-repeat;
	float: right;
	height: 240px;
	margin: 0px;
	width: 775px;
}

#header p {
	font-size: 1.4em;
	font-weight: bold;
}
#slogan {
	float: right;
	height: 25px;
	margin-top: 8px;
	width: 775px;
	font-size: 1.4em;
	font-weight: bold;
}

/* =Images
------------------------------------------------------------------------*/
.loadimages {
	height: 1px;
	left: -10px;
	overflow: hidden;
	position: absolute;
	top: -10px;
	width: 1px;
}

/* =main- nav
------------------------------------------------------------------------*/
#mainnav {
	background: url(../images/vet-nav-top.jpg) top no-repeat;
	float: left;
	margin: 0px auto 0px auto;
	width: 185px;
}

#mainnav ul {
	background: url(../images/vet-nav-bottom.jpg) top no-repeat;
	margin: 50px auto 50px auto;
	height: 100%;
	width: 185px;
}

#mainnav li {
	font-size: 1.2em;
	height: 25px;
	margin-bottom: 3px;
	padding: 0;	
	width: 185px;
}

#mainnav a {
	background: url(../images/vet-li.jpg) bottom right no-repeat;
	color: #fff;
	display: block;
	height: 18px;
	padding: 7px 5px 0 5px;
	text-align: left;
	text-decoration: none;
	text-indent: 15px;
}

#mainnav a:hover {
	background: url(../images/vet-li-over.jpg) repeat-x;
	display: block;
}

.list-title {
	color: #fff;
	font-size: 1.6em;
	font-weight: bold;
	margin: 10px 0px;	
}

/* =Main content
------------------------------------------------------------------------*/
#maincontent {
	position: relative;
	color: #1a1a1a;
	float: right;
	font-size: 1.3em;
	line-height: 1.56em;
	margin: 15px 15px auto;
	text-align: left;
	width: 745px;	
}

#maincontent h1 {
	background: url(../images/vet-h1.jpg) bottom no-repeat;
	color: #0f2f69;
	font-size: 1.6em;
	height: 23px;
	margin: 0px 0px 15px 0px;
	padding-bottom: 3px;
	text-indent: 25px;
	width: 745px;
}

#maincontent p {
	margin-bottom: 15px;
}

#maincontent ul {
	margin-left: 25px;
}

#maincontent ul li {
	list-style: outside disc;
	margin-bottom: 4px;
}

#maincontent img {
	margin-right: 5px;
}

#maincontent a {
	color: #163875;
}

#maincontent a:hover {
	text-decoration: none;
}

/* =Footer
------------------------------------------------------------------------*/
#footer {
	background: #0f2f69;
	clear: both;
	color: #ffffff;
	font-size: 1.0em;
	height: 30px;
	margin: 15px auto;
	padding-top: 5px;
	width: 960px;	
}

#footer a {
	color: #7a94c2;
}

#footer a:hover {
	color: #ccc;
	text-decoration: none;
}

/* [ 11. Tables ]
------------------------------------------------------------------------*/
#eva-table {
	border-collapse: collapse;
	border: 1px solid #ccc;
	margin-left: 5px;
	width: 725px;
}

#eva-table th, .headrow {
	background: #9fc0d5;
	color: #153554;
}

#eva-table .headrow {
	font-weight: bold;
	padding-left: 25px;
}

#eva-table th, td {
	padding: 0.2em 1em;
	font-size: 1.1em;
	vertical-align: middle;
}

#eva-table td a:link, td a:visited {
	color: #153554;
	text-decoration: underline;
}

#eva-table td a:hover {
	color: #3b6c8a;
	text-decoration: none;
}
/*
#eva-table tr:hover {
	background-color: #D9D4BE;
	color: #153554;
}
*/

.question {
	background-color: #e5c896;
}
.formerror {
	border: solid 1px #cc0000;
	background: #f5dbdb;
}
/* -------- inter table ------- */
#int-table {
	border-collapse: collapse;
	border: 0px solid #ccc;
}
#int-table th, td {
	padding: 0.2em 1em;
	font-size: 1.0em;
	vertical-align: middle;
}
#int-table tr:hover {
	background-color: #D9D4BE;
	color: #153554;
}

.registration-table td p {
	margin-left: 0px !important;
	padding-left: 0 !important;
}
/* = Tables
------------------------------------------------------------------------*/
#inter_table {
	border: none;
	/*border: solid 1px #afafaf;*/
	padding: 0px;
	margin: 0px;
	font-size: 1.0em;
	line-height: 1.1em;
}

#main_table {
	border: none;
	/*border: solid 1px #afafaf;*/
	font-size: 1.0em;
	/*margin-left: 10px;*/
}

#main_table .formerror {
	border: solid 1px #cc0000;
	background: #f5dbdb;
	font-size: 1.0em;
	color:#cc0000;
}
#main_table .formnote {
	border: solid 1px #ffc30d;
	background: #fffbb8;
	font-size: 1.0em;
	color:#000000;
}

#main_table .table_label {
	/*border: solid 1px #cc0000;*/
	/*background: #f1f1f1;*/
	background: #b4b4b4;
	font-size: 1.0em;
	color:#000000;
	text-align: right;
	width: 150px;
}
#main_table .table_label_top {
	/*border: solid 1px #cc0000;*/
	/*background: #f1f1f1;*/
	background: #b4b4b4;
	font-size: 1.0em;
	color:#000000;
	text-align: right;
	vertical-align: top;
	width: 150px;
}
#main_table .table_field {
	border: solid 1px #BED2E3;
	/*background: #f1f1f1;*/
	font-size: 1.0em;
	color:#000000;
	text-align: left;	
}
#main_table .table_subtitles {
	background: #f1f1f1;
	font-size: 1.0em;
	color:#000000;
	text-align: left;
}

#main_table .table_subtitle_row {
	background: #f1f1f1;
	font-size: 1.0em;
	color:#000000;
	text-align: left;
}
#main_table td {
	padding: 3px;
}

#main_table .table_note {
	border: solid 1px #6E9BC2;
	background: #6393BB;
	font-size: 1.0em;
	color:#ffffff;
	text-align: left;
}

/* The hint to Hide and Show */
.hint {
   	display: none;
    position: absolute;
    left: 450px;
    width: 200px;
    margin-top: -4px;
    border: 1px solid #c93;
    padding: 10px 12px;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    background: #ffc url(../images/pointer.gif) no-repeat -10px 5px;
}

.hint_t {
   	display: none;
    position: absolute;
    left: 360px;
    width: 200px;
    margin-top: -4px;
    border: 1px solid #c93;
    padding: 10px 12px;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    background: #ffc url(../images/pointer.gif) no-repeat -10px 5px;
}
.hint_t .hint_t_pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(../images/pointer.gif) left top no-repeat;
}


/* The pointer image is hadded by using another span */
.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(../images/pointer.gif) left top no-repeat;
}
#radio_btn {
	float:left;
	border: none;
	/*border: solid 1px #afafaf;*/
	padding: 0px;
	margin: 0px;
	width: 20px;
}
#radio_txt {
	float: left;
	border: none;
	/*border: solid 1px #afafaf;*/
	padding: 0px;
	margin: 0px;
	width: 550px;
}

/* Slider CSS **************************************************/
.pre_wrap {
	background: #f9f9f9;
	padding: 5px 5px 5px 14px;
	margin-bottom: 33px;
	margin-top: 32px;
}

.pre_wrap span.label {
	color: #999;
	font-size: 12px;
	font-style: italic;
	display: block;
	padding-left: 5px;
	padding-top: 5px;
}


.slides1_wrap {
	position: relative;
	padding: 15px 0 32px 44px;
	width:710px;
    /*border: 1px solid #c93;*/
}

#slides1 li {
	list-style: none;
}

#slides1 li img {
	float: left;
}

#slides1 .content {
	float: left;
	width: 406px;
	padding-left: 21px;
}

#slides1 li p {
	line-height: 22px;
}

#slides1 h3 {
	font-size: 36px;
	color: #8d8d8d;
	font-weight: normal;
	text-transform: lowercase;
}

#slides1 h4 {
	font-size: 18px;
	color: #000;
	font-style: italic;
	font-weight: normal;
	text-transform: lowercase;
	padding-bottom: 16px;
}

.slides1_wrap .prev {
	position: absolute;
	left: -2px;
	top: 190px;
	outline: 0;
}

.slides1_wrap .next {
	position: absolute;
	right: 38px;
	top: 190px;
	outline: 0;
}

.slides1_wrap a:active {
	top: 192px;
}

.bx_pager {
	padding-left: 20px;
	padding-top: 15px;
    width: 600px;
}

.bx_pager a {
	float: left;
	/*background: url(../images/bg_pager.png) no-repeat 0 -21px;*/
	width: 14px;
	height: 17px;
	color: #fff;
	font-size: 14px;
	margin-right: 6px;
	padding: 4px 0 0 7px;
    text-decoration: none;
}

.bx_pager a:hover, .bx_pager a.active {
	background-position: 0 0;
    font-size: 14px;
    font-weight: bold;
    color: #f00;
	text-decoration: none;
}

.auto_controls {
	position: absolute;
	bottom: -11px;
	left: 350px;
}

.auto_controls a {
	font-size: 16px;
	color: #a3a3a3;
	outline: 0;
	padding: 2px;
}

.auto_controls a:hover {
	text-decoration: none;	
	background: ;
	color: #e41996;
}
