/* GENERAL ELEMENTS */
body {
	background-color: #ffffcc;
	color: #333;
	font-family: Lucida Grande, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

/* LINKS */
a:link, a:visited {
	color: #036;
	text-decoration: underline;
}

a:hover {
	color: #39f;
	text-decoration: none;
}

/* HEADER */
.zbHeaderWrapper {
	background-color: #51B7DF;
	background-image: url('http://cf.zooburst.com/images/template-header-bkgrnd.png');
	background-repeat: repeat-x;
	height: 90px;
	width: 100%;
}

.zbHeader {
	margin: 0 auto;
	width: 1024px;
	position: relative;
}

.zbLogo {
	padding: 25px 0 0 0;	
}


/* TOP NAVIGATION */
.zbTopNavList {
	position: absolute;
	top: 5px;
	right: 25px;
	width: 200px;
	height: 50px;
	z-index: 10;
}

.zbTopNavList ul {
	margin: 0;
	padding: 0;
	top: 50px;
	right: 0;
	list-style-type: none;
}
	
.zbTopNavList li {
	float: left;
	list-style: none;
}

.zbTopNavList li a
{	
	display: block;
	vertical-align: middle;
	outline: none;
	background-image: url('http://cf.zooburst.com/images/template-topnav-list.png');
	background-repeat: no-repeat;
	display: block;
	width: 170px;
	height: 26px;
	text-decoration: none;
	
	padding: 12px 15px 12px 15px;
}

.zbTopNavList a:link, .zbTopNavList a:visited {
	background-position: 0 0;
}

.zbTopNavList a:hover {
	background-position: -200px 0;
}
	
.zbTopNavList li ul
{	
	margin: 0;
	padding: 0;
	position: absolute;
}

.zbTopNavListOptions {
	visibility: hidden;
}

.zbTopNavList li ul li
{	
	float: left;
	display: block;
}

.zbTopNavList li ul li a
{	
	display: block;
	width: 250px;

	background: #caeeff;
	background-image: none;
	border-bottom: 1px solid #fff;
	color: #036;
	text-align: left;
	padding: 0;
	margin: 0;	
	padding: 15px;
}

.zbFirstItem a {
	-moz-border-radius: 8px 0 0 0;
	-webkit-border-radius: 8px 0 0 0;
}

.zbLastItem a {
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
}

.zbTopNavList li ul li a:hover
{	
	background: #6FCDF6;
}

/* SOLID BUTTONS */
.zbSolidGreenButton
{	
	display: block;
	outline: none;
	background-image: url('http://cf.zooburst.com/images/btn-green.png');
	background-repeat: no-repeat;
	display: block;
	width: 150px;
	height: 35px;
	padding-top: 15px;
	text-align: center;
	float: left;
}

.zbSolidGreenButton:link, .zbSolidGreenButton:visited {
	background-position: 0 0;
	color: #fff;
	text-decoration: none;
}

.zbSolidGreenButton:hover {
	background-position: -150px 0;
	color: #fff;
	text-decoration: none;
}

.zbSolidOrangeButton
{	
	display: block;
	outline: none;
	background-image: url('http://cf.zooburst.com/images/btn-orange.png');
	background-repeat: no-repeat;
	display: block;
	width: 150px;
	height: 35px;
	padding-top: 15px;
	text-align: center;
	float: left;
}

.zbSolidOrangeButton:link, .zbSolidOrangeButton:visited {
	background-position: 0 0;
	color: #fff;
	text-decoration: none;
	font-size: 1em;
}

.zbSolidOrangeButton:hover {
	background-position: -150px 0;
	color: #fff;
	text-decoration: none;
}

/* Icon */
.zbIcon {
	vertical-align: bottom;
	margin-right: 5px;
}

.zbBackIcon {
	vertical-align: middle;
	margin: 0 5px 5px 0;
}

/* MIDDLE NAVIGATION */
.zbMidNavWrapper {
	background-color: #690;	
	background-image: url('http://cf.zooburst.com/images/template-midnav-bkgrnd.png');
	background-repeat: repeat-x;
	border-top: 1px solid #2C8800;
	border-right: none;
	border-bottom: 1px solid #2C8800;
	border-left: none;
	height: 50px;
	width: 100%;
}

.zbMidNav {
	margin: 0 auto;
	width: 1024px;
	height: 50px;
	position: relative;
	background-image: url('http://cf.zooburst.com/images/template-midnav-sep.png');
	background-repeat: no-repeat;
	background-position: top left;
}

.zbMidNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.zbMidNav li {
	float: left;
	width: 140px;
	height: 50px;
	background-image: url('http://cf.zooburst.com/images/template-midnav-sep.png');
	background-repeat: no-repeat;
	background-position: top right;
}

.zbMidNav a {
	color: #fff;
	display: block;
	width: 140px;
	height: 50px;
	text-align: center;
	text-decoration: none;
	padding-top: 1px;
}

.zbMidNav a:hover {
	color: #030;
}

.zbMidNavLink {
	text-shadow: 1px 1px 1px #060;
	padding-top: 15px;
}

.zbMidNav a.current {
	background-image: url('http://cf.zooburst.com/images/template-midnav-arrow.png');
	background-repeat: no-repeat;
	background-position: center 43px;
}

.zbMidNavSep {
	position: absolute;
	background-image: url('http://cf.zooburst.com/images/template-midnav-sep.png');
	background-repeat: no-repeat;
	background-position: top left;
	height: 50px;
	width: 2px;
	top: 0;
	right: 0;
}

.shadowGreen {
	text-shadow: 1px 1px 1px #060;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#006600')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#006600');
}

/* SEARCH BAR */
.zbSearch {
	float: left;
	width: 140px;
	height: 50px;
	background-image: url('http://cf.zooburst.com/images/template-midnav-sep.png');
	background-repeat: no-repeat;
	background-position: top left;
	padding: 10px 20px 0 20px;
}

#zbSearchInput {
	color: #ccc;
	font-size: 1em;
	width: 247px;
	padding: 5px 5px 5px 25px;
	border: 1px solid #2C8800;
	background-image: url('http://cf.zooburst.com/icon/16/search.png');
	background-repeat: no-repeat;
	background-position: 7px 7px;
}

/* CONTENT */
.zbContentWrapper {
	background-color: #fff;	
	width: 100%;
}

.zbContent {
	padding: 30px 0 20px 0;	
	margin: 0 auto;
	width: 1024px;
	min-height: 375px;
}

.zbContent h1 {
	font-size: 1.5em;
	margin: 0 0 15px 0;
	color: #036;
}

.zbContent h1.zbBorder {
	border-bottom: 1px dotted #ccc; 
	padding-bottom: 20px; 
	margin-bottom: 20px;
}

.zbContent h2 {
	font-size: 1.5em;
	font-family: Georgia, sans;
	font-weight: normal;
	margin: 0;
	color: #666;
}

.zbContent h3 {
	font-size: 1.2em;
	margin: 0 0 15px 0;
	color: #333;
}

/* LEFT COLUMN */
#zbLeftColumn {
	width: 800px;
}

/* RIGHT COLUMN */
#zbRightColumn {
	position: absolute;
	top: 80px;
	right: 0;
	width: 204px;
}

/* SUBCONTENT */
.zbSubContentWrapper {
	/*background-image: url('http://cf.zooburst.com/images/template-subcontent-bkgrnd.png');
	background-repeat: repeat;*/
	background-color: #ffc;
	border-top: 1px solid #ff9;
	width: 100%;
}

.zbSubContent {
	margin: 0 auto;
	width: 1024px;	
	padding: 25px 0 25px 0;
	position: relative;
}

.zbSubContent h1 {
	font-size: 1.2em;
	color: #069;
	margin: 0 0 20px 0;
	padding: 0;
}

/* FORMS */
form {
	margin: 0;
	padding: 0;
}

label, .label {
	color: #036;
	display: block;
	margin-bottom: 5px;
}

fieldset {
	padding: 20px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}

legend {
	font-family: Georgia;
	font-size: 1.2em;
	color: #666;
}

form .zbFormElement {
	margin-bottom: 20px;
}

form .zbFormError {
	color: #900;
}

form input[type="text"], form input[type="password"], form select, form textarea
{
	color: #666;
    font-size: 1.2em;
	padding: 10px;
	margin-right: 5px;
    border: solid 1px #ccc;
    width: 350px;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

form input[type="text"]:focus, form input[type="password"]:focus, form select:focus, form textarea:focus
{
	color: #666;
	font-size: 1.2em;
    padding: 10px;
	margin-right: 5px;
    border: solid 1px #069;
    width: 350px;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

form textarea {
	font-family: Lucida Grande, "Trebuchet MS", Arial, Helvetica, sans-serif;
}

form select {
	width: 370px;
}

form select:focus {
	width: 370px;
}

form select option {
	border-bottom: 1px dotted #eaeeee;
	color: #666;
	background-color: #fff;
}

form input[type="text"].zbBoxError, form input[type="password"].zbBoxError, form input[type="select"].zbBoxError
{
	background-color: #fbe3e4;
	font-size: 100%;
	margin-right: 5px;
}

.zbGeneralError {
	background-color: #fbe3e4;
	border: 1px solid #f9d6dc;
	color: #900;
	padding: 15px;
	margin-bottom: 15px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.zbGeneralError img {
	vertical-align: middle;
	margin-right: 5px;
}

.zbNoteLabel {
	color: #666;
	font-size: 0.85em;
}

/* BUTTONS */
.zbButtons {
	margin-bottom: 45px;
}

.zbButtons:focus { outline: none; }
.zbButtons:active { outline: none; }

.zbButtons a, .zbButtons button {
	background-color: #DADFE6;
    border: 1px solid #ccc;
	color: #036;
	cursor: pointer;
    display: block;
    float: left;
    margin: 0 7px 0 0;
    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size: 1.2em;
    line-height: 130%;
    font-weight: bold;
    text-decoration: none;
	outline: none;
    padding: 7px 10px 7px 7px; /* Links */
    white-space: nowrap;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.zbButtons button {
    overflow: visible;
    padding: 6px 10px 7px 7px; /* IE6 */
    width: auto;
}

.zbButtons button[type] {
    padding: 6px 10px 7px 7px; /* Firefox */
    line-height: 19px; /* Safari */
}

*:first-child+html button[type] {
    padding: 5px 10px 4px 7px; /* IE7 */
}

.zbButtons button img, .zbButtons a img {
	border: none;
    margin: 0 4px -3px 0 !important;
    padding: 0;
    height: 24px;
    width: 24px;
}

button.small, .zbButtons a.small {
	font-size: 1em;
}

button.small img, .zbButtons a.small img {
	height: 16px;
    width: 16px;
}

/* BUTTONS: STANDARD */
button:hover, .zbButtons a:hover {
    background-color: #dff4ff;
    border: 1px solid #c2e1ef;
    color: #336699;
}

.zbButtons a:active {
    background-color: #6299c5;
    border: 1px solid #6299c5;
    color: #fff;
}

/* BUTTONS: POSITIVE */
button.positive, .zbButtons a.positive {
    color: #529214;
}

.zbButtons a.positive:hover, button.positive:hover {
    background-color: #E6EFC2;
    border: 1px solid #C6D880;
    color: #529214;
}

.zbButtons a.positive:active{
    background-color: #529214;
    border: 1px solid #529214;
    color: #fff;
}

/* BUTTONS: NEGATIVE */
.zbButtons a.negative, button.negative{
    color: #d12f19;
}

.zbButtons a.negative:hover, button.negative:hover{
    background: #fbe3e4;
    border: 1px solid #fbc2c4;
    color: #d12f19;
}

.zbButtons a.negative:active{
    background-color: #d12f19;
    border: 1px solid #d12f19;
    color: #fff;
}

/* MODAL BOX WINDOW */
.zbMBWrapper {
	border: 1px solid #666;
	display: none;
	padding: 5px;
	background-color: #fff;
	position: fixed;  
	width: 602px;
	z-index: 101;
}

.zbMBSubWrapper {
	border: 1px solid #666;
	width: 600px; 
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
}

.zbMBHeader {
	background-image: url('http://cf.zooburst.com/images/template-midnav-bkgrnd.png');
	background-repeat: repeat-x;
	border-bottom: 1px solid #2C8800;
	color: #fff;
	padding: 15px 20px 15px 25px;
	position: relative;
	text-shadow: 1px 1px 1px #060;
}

.zbMBClose {
	position: absolute;
	right: 20px;
	top: 12px;
}

.zbMBContent {
	background-color: #f5f5f5;
	padding: 25px 25px 25px 25px;
}

/* PLUPLOAD */
.plupload {
	z-index: 100000000;
	width: 75px;
	height: 40px;
}

/* TABLES */
.zbTable {
	border: 1px solid #ccc;
	margin-bottom: 25px;
	border-collapse: collapse;
	color: #333333;
	text-align: left;
	width: 100%;
}

.zbTable thead tr {
	border: 1px solid #ccc;
	background-color: #ccc;
	background-image: url(http://cf.zooburst.com/images/template-table-bkgrnd.png);
	background-repeat: repeat-x;
	background-position: bottom;

}

.zbTable thead th {
	text-align: left;
	padding: 12px 15px 12px 15px;
	border-collapse: collapse;
}

.zbTable thead th a:link, .zbTable thead th a:visited {
	color: #036;
	text-decoration: none;
} 

.zbTable thead th a:hover {
	color: #39f;
	text-decoration: none;
}

.zbTable tbody tr {
	background-color: #fff;
}

.zbTable tbody tr:hover {
	background-color: #F7F9FF;
}

.zbTable td {
	border-bottom: 1px dotted #ccc;
	padding: 12px 15px 12px 15px;
	border-collapse: collapse;
}

/* SIDE TABLE */
.zbSideTable {
	border: 1px solid #ccc;
	border-collapse: collapse;
}

.zbSideTable td {
	background-color: #eaeeee;
	padding: 15px;
	border-bottom: 1px solid #ccc;
}

.zbSideTable td.selected {
	background-color: #caeeff;
	padding: 15px;
	border-bottom: 1px solid #ccc;
}


/* ICON TABLE */
.zbIconTable {
	border-collapse: collapse;
}

.zbIconTable td {
	padding: 5px 10px 5px 0;
	vertical-align: top;
}

/* INSTRUCTIONS */
.zbInstructions {
	background-color: #ffffcc;
	background-image: url(http://cf.zooburst.com/icon/24/info.png);
	background-repeat: no-repeat;
	background-position: 15px 15px;
	border-top: 1px dotted #ccc;
	border-right: none;
	border-bottom: 1px dotted #ccc;
	border-left: none;
	padding: 15px 15px 15px 55px;
	margin-bottom: 20px;
}

/* WARNING */
.zbWarning {
	background-color: #ffffcc;
	background-image: url(http://cf.zooburst.com/icon/24/warning.png);
	background-repeat: no-repeat;
	background-position: 15px 15px;
	border-top: 1px dotted #ccc;
	border-right: none;
	border-bottom: 1px dotted #ccc;
	border-left: none;
	padding: 15px 15px 15px 55px;
	margin-bottom: 20px;
	color: #900;
}

/* Confirmation */
.zbConfirmation {
	background-color: #E6EFC2;
	background-image: url(http://cf.zooburst.com/icon/24/check.png);
	background-repeat: no-repeat;
	background-position: 15px 15px;
	border-top: 1px dotted #ccc;
	border-right: none;
	border-bottom: 1px dotted #ccc;
	border-left: none;
	color: #360;
	padding: 15px 15px 15px 55px;
	margin-bottom: 20px;
}

/* System Error */
.zbSystemError {
	background-color: #E6EFC2;
	background-image: url(http://cf.zooburst.com/icon/24/close.png);
	background-repeat: no-repeat;
	background-position: 15px 15px;
	border-top: 1px dotted #ccc;
	border-right: none;
	border-bottom: 1px dotted #ccc;
	border-left: none;
	color: #360;
	padding: 15px 15px 15px 55px;
	margin-bottom: 20px;
}

/* Footer */
.zbFooterWrapper {
	border-top: 1px solid #ff9;
	background-color: #ffffcc;
	height: 90px;
	width: 100%;
}

.zbFooter {
	padding: 20px;
	margin: 0 auto;
	width: 1024px;
	height: 50px;
	position: relative;
}

.zbFooter ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.zbFooter li {
	display: inline;
	padding-right: 10px;
}




