

/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border:0 none;
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	padding:0;
	vertical-align:baseline;
}
*/
body {
	margin: 0;
	padding: 4px;
	color: #484848;
	font-family: Arial;
	font-size: 11px;
	background-color: #FFF;
}
.info {
	padding: 8px;
}

h2 {
	font-weight: bold;
	color: #111111;
	font-size: 12px;
	margin: 21px 0 0 0;
	background: #f4f4f4 url(http://shinyads.com/assets/images/bc_bg.gif) repeat-x;
	padding: 4px 8px;
	
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;	
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;	
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;	

	border: 1px solid #c0c0c0;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 11px;
}

td {
	margin-bottom:12px;
	font-size: 11px;
	vertical-align: top;
}
label {
	display:block;
	font-weight:bold;
	text-transform:none;
}
.inline label {
	display: inline !important;
}
.input {
	border:1px solid #BAD8EA;
	height:21px;
	padding:6px 3px 0;
}
.value {
	height: 21px;
	padding: 4px 8px 0;
}

.indent {
	margin-left: 20px;
}
dt.indent {
	width: 140px !important;
}
a {
	color: #000000;
}
a img {
	border: none;
}
a.help {
	text-decoration: none;
	border-bottom: 1px dashed #808080;
	color: #484848;
	cursor: help;
}
a.help:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
}
.clear {
	clear: both;
/*	display: inline-block;*/
}
.small {
	font-size: 10px;
}
#probdiv {
	color: #505050;
	font-style: italic;
}
.info_msg {
	border: 1px solid #808080;
	background: #adebe3; /*#21D021;*/
	padding: 8px;
	margin: 20px 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;	
	border-radius: 4px;	
	color: #333333;
	font-weight: bold;	
}
.error_msg {
	border: 1px solid #333333;
	margin: 10px 0;
	border-radius: 4px; 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 8px;	
	background: #ff2A2A url(http://shinyads.com/assets/images/bg_red.png) repeat-x;
	color: #FFFFFF;
	font-weight: bold;
}
.error_msg .error_hdr {
	font-size: 12px;
	font-weight: bold;
	color:  #FFFFFF !important;
	padding: 0 !important;
	margin: 0 !important;
/*	background: inherit !important;*/
	border: none !important;
}
#breadcrumb {
    font: 11px Arial, Helvetica, sans-serif;
    background-image:url(http://shinyads.com/assets/images/bc_bg.gif); 
    background-repeat:repeat-x;
	height:30px;
    line-height:30px;
    color:#888;
    border:solid 1px #cacaca !important;
    overflow:hidden;
    margin:0px;
    padding:0px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
	border-radius: 6px;
	vertical-align: bottom;
	float:  left;
	width:  100%;
}
#breadcrumb li {
	background: inherit;
    list-style-type:none;
    padding-left:10px;
	display:inline-block;
	float:left;
}
#breadcrumb img {
	vertical-align: middle;
}
#breadcrumb span {
	display:inline-block;
    background-image:url(http://shinyads.com/assets/images/bc_separator.gif); 
    background-repeat:no-repeat; 
    background-position:right;
    padding-right: 19px;
    padding-left:  4px;
    text-decoration: none;
    color:#333333;
	outline:none;
}
#breadcrumb .img {
    border:none;
    margin: 7px 0px;
}
#breadcrumb .selected, #breadcrumb a:hover {
	color:#35acc5;
}
#breadcrumb a {
	text-decoration: none;
}
.box {
	background-color: #FFF;
	margin-top: 8px;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
	border: 1px solid #cacaca;
	padding:  12px;
}

#zone_info {
	border-bottom: 1px solid #808080;
	padding: 8px 0 20px 0;
}
#zone_info img {
	float: left;
	max-height: 130px;
	max-width: 300px;
	overflow: hidden;
	padding: 0 20px 0 0;
}
#zone_info .zone_name {
	width: 440px;
	float: left;
	padding: 0 20px 0 0;
}
#zone_info a {
	text-decoration: none;
}
#zone_info .zone_name .title {
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	text-transform: uppercase;
}
#zone_info .zone_name p {
	margin-bottom: 0;
}
dl {
/*	background-color: #FFF;*/
	border-bottom: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;

	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;	
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;	
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	
	padding: 8px;
	margin: 0;
}
dl.no_bottom {
	padding-bottom: 0; 
	border-bottom: none;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;	
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;	
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;	
}
dl.no_top
{
	padding-top: 0;
}
dt {
	padding: 4px 0;
	float: left;
	width: 160px;
	clear: left;
/*	display: inline;*/
}
dd {

	padding: 4px 0;
/*	float: left;
	display: inline;*/
}
dd.colourpicker {
	height: 32px;
}
dd p {
	margin-left: 120px;
}
/*dt label {
	display: inline !important;
}
dd label {
	display: inline !important;
}
*/
#makeit label {
	display:  inline;
	padding-right: 10px;
}

#calc_cost {
	height: 22px;
}

.ui-datepicker-calendar td {
	width: 14% !important;
}
.ui-state-hover {
	background: #2D69A7 !important;
	color: #FFFFFF !important;
}
.ui-state-default {
	text-align: center !important;
}
.ui-datepicker-calendar {
	font-size: 11px !important;
}
#ui-datepicker-div {
	width: 205px !important;
}
.ui-datepicker-header {
	font-size: 11px !important;
}
.required {
	color:  red;
	padding-left: 6px;
}
.ui-datepicker-calendar td {
	text-align: center;
}

.button {
	text-decoration: none;
	cursor: pointer;
	text-transform: uppercase;
	padding: 6px 12px;
	border: 2px solid #cccccc;
	background: url(http://shinyads.com/assets/images/h2.png) repeat-x;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	border-radius: 6px; 
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;	
}
.button:hover {
/*	background: url(http://shinyads.com/assets/images/h2.png) repeat-x;*/
	border-color: #333333;
	text-decoration: none;
}
.disabled {
	background: url(http://shinyads.com/assets/images/h4.png) repeat-x;
	cursor: wait;
}
.disabled:hover {
	background: url(http://shinyads.com/assets/images/h4.png) repeat-x;
	cursor: wait;
}
#geotargeting label {
	display: inline;
}
.countryname .name, .languagename .name {
	float: left;
}
.help .q {
	font-weight: bold;
	list-style: square;
	margin-top: 10px;
	text-decoration: none;
	display: block;
}
.help .q:hover {
	text-decoration: underline;
}
.help .a {
	padding-top: 4px;
	padding-bottom: 8px;
	display: none;
}
.infobox {
	border-bottom: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;

	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;	
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;	
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	
	padding: 8px;
	margin: 0;
	display: block;
}


.infobox_no_bottom {
	padding-bottom: 0; 
	border-bottom: none;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;	
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;	
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;	
}
.infobox_no_top
{
	padding-top: 0;
}
.infobox .dt {
	padding: 4px 0;
	float: left;
	width: 160px;
	clear: left;
	display: block;
	font-weight: bold;
	text-transform: none;
}
.infobox .dd {
	display: block;
	padding: 4px 0;
	float: left;
	width: 400px;
/*	float: left;
	display: inline;*/
}
.infobox .colourpicker {
	height: 32px;
}
.infobox p {
	margin-left: 120px;
}

.h2menu {
	border-bottom: none;
	float: left;
	margin-right: 2px;
	margin-top: 0;
	padding-left: 20px;
	padding-right: 20px;
	width: auto;
}
.h2menu_div {
	margin-top: 21px;
}
.dlmenu {
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top: 1px solid #C0C0C0;
}
.h2menu a {
	color: #35ACC5;
	text-decoration: none;
}
div.font {
	float: left; 
	width: 325px; 
	height: 35px;
}
.matrix_border {
	border: 1px solid #eeeeee;
/*
	-moz-border-radius: 2px;	
	-webkit-border-radius: 2px;	
	border-radius: 2px;	
*/	
}
.matrix tr {
	border-bottom: 1px solid #808080;
}
.matrix td {
	padding: 0 14px;
}
.matrix th {
	color: #FFFFFF;
	font-weight: bold;
	background: #2d69a7; /*#819E45;*/ /*#80b080;*/
	text-align: left;
}

.matrix th.command {
/*	background-color: #FFFFFF !important;*/
}
.matrix th.first {
/*
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;	
	border-top-left-radius: 2px;	
*/	
}
.matrix th.last {
/*
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;	
	border-top-right-radius: 2px;	
*/
}
.matrix th.action {
	padding: 2px 14px 2px 14px;
}
.matrix th a {
	padding: 2px 14px 2px 14px;
	background: #2d69a7; /*#819E45;*/ /*#80b080;*/
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	white-space: nowrap;
}
.matrix th a:hover, .matrix th a.selected:hover {
	text-decoration: none;
	background-color: #474747;
}
.matrix th a.selected {
	background: url(https://shinyads.s3.amazonaws.com/down.gif) no-repeat 12px 6px;
	padding-left: 26px;
}
.edit_table {
	padding-left: 10px;
}
.edit_table td {
	vertical-align: top;
	padding-right: 20px !important;
	padding-bottom: 2px !important;	
	text-align: left;
}
.edit_table label, .matrix label {
	font-weight: normal;
	color: #474747;
	text-align: right;
	white-space: nowrap;
	display: block;
}
.title {
	font-size: 14px;
	font-weight: bold;
	color: #282828;
	border-bottom: 1px solid #282828;
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
}
.no_underline {
	border: none;
}
.template_desc {
	display: block;
	width: 400px;
}

.examiners {
	border: 1px solid #cccccc;
}
.examiners th {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #333333;
	padding: 4px 8px;
}
.examiners td {
	text-align: center;
	margin: 0;
	background-color: #f8f8f8;
}
.examiners .notavailable {
	background-color: #FF0000;
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px;
	font-size: 10px;
}
.examiners .left {
	text-align: left;
	padding: 4px;
}
.refer {
	width: 220px;
	height: 75px;
	float: left;
	overflow: hidden;
}
.refer a, .refer a:hover {
	text-decoration: none;
}
.refer .img_div {
	padding: 2px;
	border: 1px solid #C0C0C0;
	float: left;
	width: 75px;
	overflow: hidden;
}
.refer .img_div:hover {
	border: 1px solid #FF0000;
}
.refer img {
	max-width: 75px;
	max-height: 75px;
}
.refer_selected .img_div {
	border: 2px solid #FF0000;
	padding: 1px;
}
.refer_selected .img_div:hover {
	border: 2px solid #FF0000;
}
.refer p {
	float: left;
	margin-top: 0;
	margin-left: 10px;
	width: 120px;
}
.infobox .dd img {
	vertical-align: top;
}
#sponsor_list_div .dd {
	overflow-y: auto;
	height: 216px;
	width: auto !important;
	padding: 8px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	border-radius: 4px;
}
#sponsor_list_div .border {
	border: 1px solid #c0c0c0;
}
.sponsor_entry {
	padding: 0 0 8px 0;
}
#sidebar {
	vertical-align:top; 
	padding-left: 8px; 
	width: 140px;
}
#mainbar {
}
#navigationbar {
	width: 100%;
}
#contentbody {
	width: 100%;
}
#facebox .footer {
	line-height: 24px;
	padding-bottom: 6px;
}


#certifications {
	padding: 10px 0;
	text-align: center;
}
#certifications ul {
	clear: both;
	display: table;
	list-style: none;
	margin: 20px auto;
	padding: 0px;
}
#certifications li {
	list-style: none;
	display: table-cell;
	padding: 0px 15px;
	text-align: center;
	vertical-align: middle;
}
#certifications a {
	color: #999;
}

