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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background: #006699;
	margin-top: 10px;
	font-size: 13px;
	font-family: Helvetica;
}

#left h2 {
	font-size: 20px;
	margin: 12px 0 0 12px;
}

#wrapper {
	width: 919px;
	margin: 0 auto;
	background: #fff url('images/top.png') no-repeat top left;
	padding-top: 4px;
}

#left {
	float: left;
	width: 675px;
}

.pad {
	padding: 7px 0 0 7px;
}

#right {
	float: right;
	width: 240px;
}

body.login #content {
	background: none;
}

#content {
	min-height: 500px;
	background: url('images/bg.png') repeat-y;
	border-bottom: 1px solid #069;
}

#header {
	background: url('images/gradient.png') repeat-x top left;
	border-bottom: 1px solid #517486;
}

#left_header {
	float: left;
	margin: 20px 0 0 20px;
}

#navbottom {
	clear: both;
	height: 5px;
	background: #658ea3;
}

#navigation {
	margin-top: 15px;
	border-bottom: 1px solid #eee;
}

#navigation a {
	width: .1em;
	display: block;
	float: left;
	height: 27px;
	line-height: 27px;
	background: url('images/tabs.png');
	background-position: right -27px;
	padding-right: 10px;
	margin-right: 5px;
	text-decoration: none;
}

#navigation a span {
	display: block;
	cursor: pointer;
	height: 27px;
	background: url('images/tabs.png');
	background-position: left -27px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 16px;
	color: #006699;
}

#navigation > a {width:auto !important;}

#navigation a:hover {
	background-position: right -54px;
}

#navigation a:hover span {
	background-position: left -54px;
}

#navigation a.active {
	background-position: right 0px;
}

#navigation a.active span {
	background-position: left 0px;
	color: #fff;
}

#header h1 {
	font-size: 29px;
}

#logo {
	width: 165px;
	height: 54px;
	float: right;
	margin: 16px 20px 10px 0;
	background: url('images/logo.png') no-repeat top left;
}

#right div.box {
	width: 225px;
	margin: 7px 0 0 7px;
	background: url('images/tabs.png') no-repeat top left;
}

#right div.box h2 {
	height: 27px;
	background: url('images/tabs.png') no-repeat top right;
	line-height: 27px;
	color: #222;
	margin-left: 10px;
}

#right div.box div.body {
	padding: 7px;
	background: #fff url('images/box_bottom.png') bottom left no-repeat;
}

#right div.box div.body p {
	text-indent: 8px;
}

#login {
	width: 300px;
	margin: 30px auto;
}

#login h2 {
	height: 27px;
	background: url('images/tabs.png') no-repeat;
	background-position: 0 -27px;
	line-height: 27px;
	color: #222;
	padding-left: 10px;
}

#login form {
	border: 1px solid #bbb;
	background: #fcfcfc;
}

#login_username, #login_password {
	float: right;
	margin-right: 10px;
	width: 175px;
}

#login form label {
	float: left;
	margin-left: 10px;
}

#login_submit {
	background: url('images/button.png');
	margin: 0 auto;
}

#right a.button {
	margin: 0 5px 8px 0;
	float: left;
	width:auto;
}

div.pad .hidden {
	display: none;
}

#edit_overlay {
	height: 52px;
	overflow: hidden;
	width: 120px;
	position: absolute;
	z-index: 100;
	top: 400px;
	left: 200px;
	border: 1px solid #333;
	background: #eee;
	padding: 5px;
	border-top: none;
}

#edit_overlay input {
	width: 114px;
	margin-bottom: 3px;
}

#saveLink {
	float: right;
}

#cancelLink {
	float: left;
}

div.editable {
	width: 100px;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	border: 1px solid #444;
	background: #fafafa;
	float: left;
	cursor: text;
}

div.editable div {
	width: 300px;
}

.pad a.button {
	margin: 0 0 0 0;
	float: left;
	width: auto;
}

a.button2 {
	display: block;
	float: left;
	width: auto;
	height: 27px;
	margin-bottom: 5px;
	line-height: 27px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin-left: 10px;
	background: url('images/button.png') top right;
	padding-right: 10px;
}

a.button2 span {
	padding-left: 10px;
	display: block;
	background: url('images/button.png') top left;
}

a.button2:hover {
	background-position: right -27px;
}

a.button2:hover span {
	background-position: left -27px;
}


a.button {
	display: block;
	width: 100px;
	height: 27px;
	margin-bottom: 5px;
	line-height: 27px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	background: url('images/button.png') top right;
	padding-right: 10px;
}

a.button span {
	padding-left: 10px;
	display: block;
	background: url('images/button.png') top left;
}

a.button:hover {
	background-position: right -27px;
}

a.button:hover span {
	background-position: left -27px;
}

#dynamicdata table {
	width: 658px;
}

#dynamicnewsletters table, #dynamicemails table {
	width: 638px;
}

#demo {
	margin-left: 12px;
	margin-right: 10px;
}

div.yui-dt-paginator {
	margin-top: 0 !important;
}

#draggables {
	padding: 0px 0 35px 0;
	min-height: 300px;
}

#draggables .album {
	margin: 12px 0 0 12px;
}

#draggables .photo {
	margin: 0 16px 20px 16px;
}

#draggables .photo, #draggables .album {
	border: 1px solid #333;
	background: #eee;
	cursor: move;
	padding: 5px;
}

#draggables li h3 {
	font-size: 16px;
}

#draggables li span {
	font-size: 12px;
}

.album {
	float: left;
	width: 142px;
}

.album .body {
	height: 105px;
	overflow: hidden;
}

.album h3 {
	padding-bottom: 3px;
}

.album .body img {
	float: left;
	padding: 0 2px 2px 0;
}

.photo {
	float: left;
	width: 120px;
	padding: 4px;
	border: 1px solid #000;
	cursor: move;
}

.photo a.del {
	margin-top: 2px;
	width: 16px;
	height: 16px;
	display: block;
	background: url('images/delete.png') no-repeat top left;
	float: right;
}

.photo input {
	width: 75px;
	margin: 0;
	float: left;
	cursor:text;
}

#comments_holder {
	height: 300px;
	overflow: auto;
	padding: 12px;
}

div.comment {
	border: 1px solid #000;
	background: #fff;
	margin-bottom: 10px;
	padding: 12px;
}

div.comment div {
	font-weight: bold;
}

#load_overlay {
	background: #fff url('images/loading.gif') no-repeat top left;
	background-position:center;
	position: absolute;
	z-index:999;
	top: 0;
	left: 0;
}

table.border {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	width: 95%;
}

table.border td, table.border th {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	padding: 3px;
}

table.border th {
	font-weight: bold;
	text-align: center;
}

html body.yui-skin-sam .yui-navset .yui-nav .selected a, .yui-skin-sam .yui-navset .yui-nav .selected a:focus, .yui-skin-sam .yui-navset .yui-nav .selected a:hover {
	background:#658EA3  !important;
	color:#FFFFFF;
}

html body.yui-skin-sam .yui-navset .yui-nav, .yui-skin-sam .yui-navset .yui-navset-top .yui-nav {
border-color:#658EA3;
border-style:solid;
border-width:0 0 5px;
}

.clear {
	clear: both;
}
