/* ===========================
	$RESET		
===========================*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}









/* ===========================
	$GENERAL		
===========================*/

html,body {height:100%;}

body {
	color:#555555;
	font-family: 'Coming Soon', cursive;
	font-size: 14px;
	background:url('/a/i/bg_body.png');
	line-height:1.3em;
	letter-spacing:1px;
}

br {clear:both;}

a {color:#13099e; text-decoration: none;}
a:hover {text-decoration: underline;}

.helvetica {font-family:'Helvetica', sans-serif;}
.arial {font-family:'Arial';}
.georgia {font-family:'Georgia';}

.girlNextDoor {font-family: 'The Girl Next Door', cursive;}
.comingSoon {font-family: 'Coming Soon', cursive;}


.uppercase {text-transform:uppercase;}
.capitalize {text-transform: capitalize;}
.regularText {text-transform:none;}

.bold {font-weight:bold;}
.normal {font-weight:normal;}
.italic {font-style:italic;}
.underline {text-decoration:underline;}

.size10 {font-size:10px;}
.size11 {font-size:11px;}
.size12 {font-size:12px;}
.size14 {font-size:14px;}
.size16 {font-size:16px;}
.size17 {font-size:17px;}
.size18 {font-size:18px;}
.size22 {font-size:22px;}
.size28 {font-size:28px;}
.size45 {font-size:45px;}


.white {color:#FFF;}
.black {color:#000;}
.blue {color:#13099e;}

.required {background:#fdd; border:1px solid #8f0a0f;}
.error {color:red; font-weight:bold; font-size:13px;}
.success {color:green; font-weight:bold; font-size:13px;}

.textRight {text-align: right;}
.textCenter {text-align:center;}
.textLeft {text-align: left;}
.justify {text-align: justify;}

.center {margin:0 auto;}
.left {float:left;}
.right {float:right;}
.middle {vertical-align: middle;}

.vBottom {vertical-align:bottom;}
.vTop {vertical-align: top;}
.vMiddle {vertical-align: middle;}

p {margin:15px 0;}

.container {width:960px; margin:0 auto; clear:both;}

.clear {clear:both; display:block;}

.greyDividerLine {
	width:100%;
	height:1px;
	background:#CCCCCC;
	clear:both;
	margin:20px 0;
}

.button {
	color:#666;
	font-size:14px;
	font-weight:bold;
	font-family: 'Coming Soon', cursive;
	line-height:20px; 
	border:1px solid #bbb;
	cursor:pointer;
	display:block;
	text-align:center;
	background:url('/a/i/bg_buttons.png');
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, .25);
	box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, .25);
	padding:0 14px;
	
}
.button:hover {background:url('/a/i/bg_buttons_hover.png'); text-decoration:none;}

.delete, .checkmark {
	width:25px;
	height:25px;
	display:block;
	float:right;
	margin:0 10px;
	background-repeat:no-repeat;
	cursor:pointer;
	border:0;
	background-color:transparent;
}
.delete {background-image:url('/a/i/delete.png');}
.checkmark {background-image:url('/a/i/checkmark.png');}







/* ===========================
	$HEADER		
===========================*/

#header {
	position:fixed;
	top:0;
	width:100%;
	height:70px;
	border-bottom:2px solid #ccc;
	background:url('/a/i/bg_header.png');
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .25);
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .25);
}









/* ===========================
	$NAV		
===========================*/
#nav {
	width:480px;
	color:#000;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	line-height:40px;
	float:left;
	
}
#nav a {
	color:#000;
	padding:0px;
}
#nav a:hover, #nav .active {color:#4A83BF; text-decoration:none;}

.subNav a {margin:0 5px 0 0;}













/* ===========================
	$CONTENT		
===========================*/

h1 {
	font-size:22px;
	font-weight:bold;
	margin:0 0 22px 0;
}

h2 {
	font-size:18px;
	font-weight:bold;
	margin:0 0 22px 0;
}

.mainHeadings {
	padding:8px 10px;
	border-top:1px dashed #888;
	border-bottom:1px dashed #888;
}

#container {
	width:100%;
	min-height:100%;
}

.contentArea {
	float:right;
	width:680px;
}

.tablePadding td {padding:4px 6px;}

table.listing {color:#333333; font-size:12px;}
table.listing {width:100%;}
/* table.listing a:hover {text-decoration:none; display:block;} */
table.listing thead tr {height:32px; background:url('/a/i/site/bg_green.png') repeat-x;}
table.listing thead th {
	color:#fff;
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
	text-align:center;
}
table.listing th {padding:0 15px; line-height:32px;}
table.listing tr {background:#fff;}
table.listing tr.odd {background:#F2F2F2;}
table.listing tr td {padding:8px 8px; border:1px solid #CCCCCC;}
table.listing tr:hover td {background:#ded;}



.pageNumbers {
	float:right;
	text-align:right;
	margin: 5px 0 10px 0;
	font-size:12px;
}
.pageNumbers a {
	padding:5px 8px;
	margin:0 2px;
}
.pageNumbers a.active {font-weight:bold;}
.pageNumbers a:hover {
	text-decoration: none;
	background:#ded;
}



ol {margin:10px 0 0 0; padding:0 0 0 20px;}
ol li {padding: 5px 0;}

#sortTable {color:#333333; font-size:12px; width:100%;}
#sortTable thead tr {height:32px; background:url('/a/i/site/bg_green.png') repeat-x;}
#sortTable thead th {
	color:#fff;
	font-weight:bold;
	font-size:14px;
	text-align:left;
}
#sortTable th {padding:0 15px; vertical-align: middle;}
#sortTable th.sortHeader {cursor:pointer;}
#sortTable tr {background:#fff;}
#sortTable tr.odd {background:#F2F2F2;}
#sortTable tr td {padding:8px 8px; border:1px solid #CCCCCC; vertical-align: top;}
#sortTable tr:hover td {background:#ded;}



#addNotes {cursor:pointer;}

.note {padding:0 0 0 10px; display:table; width:100%; }
.note div {display:table-cell; vertical-align:middle; padding:2px 0;}
.note:hover {background:url('/a/i/bg_blue-5.png');}









/* ===========================
	$FORMS		
===========================*/

label {
	display:block;
	color:#808080;
	float:left;
	font-weight:bold;
	width:100px;
	line-height:28px;
	height:18px;
}

input, textarea {
	font-family: 'Coming Soon', cursive;
	border:1px solid #CCCCCC;
	background:#fff;
	padding:5px;
	font-size:12px;
	width:350px;
	float:left;
	margin:0 0 13px 0;
}
textarea {height:310px;}
select {float:left; margin:0 0 13px 0;}
.required {border:1px solid #d90e0e; background:#f5dddd;}









/* ===========================
	$FOOTER		
===========================*/
#footer {
	position:fixed;
	bottom:0;
	color:#666;
	font-size:12px;
	width:100%;
	height:50px;
	line-height:50px;
	border-top:2px solid #ccc;
	background:url('/a/i/bg_footer.png');
}

#footer a {color:#666;}









