/************/
/** Global **/
/************/
body {
	color: #333;
	font-family: "Lucida Grande","Lucida Sans","Lucida Sans Unicode",Verdana,sans-serif;
}

/** Rounder Corner Dialog **/
div.dialog {
	position: relative;
	margin: 0px auto;
	min-width: 8em;
	max-width: 400px; /* based on image dimensions  */
	color: #FFF;
	z-index: 1;
	margin-left: 20px; /* default, width of left corner */
	margin-bottom: 0.5em; /* spacing under dialog */
}
div.dialog div.content, div.dialog .t, div.dialog .b, div.dialog .b div {
 background: transparent url(/assets/images/dashboard/message.png) no-repeat top right;
}
div.dialog div.content {
 position: relative;
 zoom: 1;
 _overflow-y: hidden;
 padding: 0px 20px 0px 0px;
}
div.dialog .t {
 /* top+left vertical slice */
 position: absolute;
 left: 0px;
 top: 0px;
 width: 20px; /* top slice width */
 margin-left: -20px;
 height: 100%;
 _height: 1600px; /* arbitrary long height, IE 6 */
 background-position: top left;
}
div.dialog .b {
	/* bottom */
	position: relative;
	width: 100%;
}
div.dialog .b, div.dialog .b div {
	height: 20px; /* height of bottom cap/shade */
	font-size: 1px;
}
div.dialog .b {
	background-position: bottom right;
}
div.dialog .b div {
	position: relative !important;
	width: 20px; /* bottom corner width */
	margin-left: -20px;
	background-position: bottom left;
}
div.dialog div.hd, div.dialog div.bd, div.dialog div.ft {
	position: relative;
}
div.dialog a.close {
	display: block;
	width: 13px;
	height: 13px;
	background: transparent url(/assets/images/common/close-small.png) no-repeat 0 0;
	position: absolute;
	right: -6px;
	top: -7px;
	display: block;
}
div.dialog a.close:hover {
	background-position: -13px 0;
}
div.dialog a.close:active {
	background-position: 0 0;
}
div.dialog div.wrapper {
	/* extra content protector - preventing vertical overflow (past background) */
	position: static;
	max-height: 1000px;
	overflow: auto; 
}
div.dialog div.hd {
	height: 20px;
}
div.dialog div.bd {
	padding: 3px 10px 4px 6px;
}

/** Message **/
div.vp-message-parent {
	width: 350px;
	position: fixed;
	left: 50%;
	margin-left: -150px;
	top: 50%;
	margin-top: -100px;
	z-index: 10002;
}
div.vp-message-parent-standard {
	margin: 0;
	left: auto;
	right: 0;
	top: 0;
	width: 263px;
}
div.vp-message {
	text-align: left;
	-moz-opacity: 0.95;
	opacity:.95;
	_filter:progid:DXImageTransform.Microsoft.alpha(opacity=95);
}
div.vp-message div.message-text {
	background: transparent url(/assets/images/common/alert.png) no-repeat left center;
 	padding-left: 60px;
	min-height: 50px;
}
div.vp-message div.message-text p.message-error-fields {
	margin: 3px 0;
	font-weight: bold;
}
div.vp-message-standard div.message-text {
	font-size: 93%;
	background: none;
 	padding-left: 0;
	min-height: 0;
}
div.vp-message div.dialog a.close {
	display: none;
}
div.vp-message-hover div.dialog a.close {
	display: block;
}
div.vp-message div.dialog div.bd {
	padding: 1px 10px 3px 6px;
}
div.vp-message-standard div.dialog div.bd {
	padding: 3px 10px 4px 6px;
}
div.vp-message div.dialog div.bd div.message-text {
	margin-bottom: 1px;
}
div.vp-message-standard div.dialog div.bd div.message-text {
	margin: 5px 0;
}

/** Convenience **/
.important {
	color: #FF0000;
}
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
}
.right {
	float: right;
}
.left {
	float: left;
}
.center {
	text-align: center;
}
.none {
	display: none;
}
.unselectable, .unselectable * {
	-moz-user-select: none;
	-khtml-user-select: none;
}
.inactive-content{
	position:absolute !important;
	left:-10000px !important;
	top:-10000px !important;
	visibility:hidden !important;
}
.an-shim {
	position: absolute;
	visibility: hidden;
	left: 0;
	top: 0;
	overflow: hidden;
}
.an-ie .an-shim {
	filter: alpha(opacity=0);
}
.an-repaint {
	zoom: 1;
	background-color: transparent;
	-moz-outline: none;
}
.browser-alert {
	font-size: 123.1%;
	color: #FF0000;
}

/** Links **/
a, a:link {
	text-decoration: none;
	cursor: pointer;
	color: #14497A;
}
a:hover {
	color: #4878A1;
	text-decoration: underline;
}
a.disabled {
	color: #666;
	cursor: default;
}
a.important, a.important:link {
	color: #FF0000;
}
a.important:hover {
	color: #FF2E2E;
}
a.app, a.app:link, a.app:hover {
	text-decoration: none;
	font-weight: bold;
}

/** Buttons **/
a.button {
	text-decoration: none;
	border-color: transparent transparent #ECECEC;
	border-color: transparent transparent rgba(255, 255, 255, 0.63);
	cursor: pointer;
	outline: none;
}
a.button:hover {
	text-decoration: none;
}
a.button,
a.button b.o,
a.button b.m {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border-width: 1px;
	border-style: solid;
}
a.button,
a.button b.o,
a.button b.m,
a.button b.m b {
	display: block;
}
a.button b.o {
	border-color: #5A5A5A;
	border-color: rgba(0, 0, 0, 0.56);
}
a.button b.m {
	background: transparent url(images/button.png) repeat-x 0 0;
	border-color: #FFF transparent #C7C7C7;
	border-color: #FFF rgba(255, 255, 255, 0.33) rgba(255, 255, 255, 0.33);
}
a.button:hover b.m {
	background-position: 0 -80px;
}
a.button:active b.m,
a.button-active b.m,
a.button-active:hover b.m {
	background-position: 0 -160px;
	border-color: #B7B7B7 transparent #D4D4D4;
	border-color: rgba(255, 255, 255, 0.11) rgba(255, 255, 255, 0.23) rgba(255, 255, 255, 0.27);
}
a.button b.m b {
	font-weight: bold;
	padding: 4px 8px;
	text-shadow: 0 1px 0 #DDD;
	color: #262626;
	-moz-user-select: none;
	-webkit-user-select: none;
}
a.important b.m b {
	color: #FF0000;
}
a.icon-button b.m b,
a.icon-button:hover b.m b {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 4px center;
	padding: 0 4px 0 31px;
	line-height: 28px;
}


/** Items **/
div.divider {
	background: transparent url(images/divider.png) repeat-x center center;
}
.spinner {
	background: transparent url(/assets/images/dashboard/spinner.gif) no-repeat scroll 0 0;
	height:11px;
	width:11px;
}
#loading-sign {
	height: 8px;
	background: transparent url(/assets/images/common/loading-sign-shadow.png) repeat-x bottom center;
	width: 4000px;
	z-index:10001;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}
#loading-sign div {
	border-bottom: 1px solid #73A2C9;
	background: transparent url(/assets/images/common/loading-sign.gif) center center;
	height: 5px;
}

/** Form **/
.form label {
	width: 280px;
	clear: left;
	display: block;
	float:left;
	padding: 3px 3px 3px 0;
	text-align: right;
}
.form div.form-item {
	padding-left: 260px;
}
.form input.form-field {
	width: 250px;
}
.form input.form-field-checkbox {
	width: auto;
}
input.form-field, textarea.form-field {
	background: #FFF url(/assets/images/dashboard/field-bg.gif) repeat-x 0 0;
	border: 1px solid #B5B8C8;
	padding: 3px;
	color: #333;
}
input.form-field-disabled, textarea.form-field-disabled {
	background: #FFF;
	border: 1px solid #B5B8C8;
	padding: 3px;
	color: #666;
}
input.form-field-focus, textarea.form-field-focus {
	border: 1px solid #7EADD9;
}
input.form-field-invalid, textarea.form-field-invalid {
	background: #FFFFFF url(/assets/images/dashboard/invalid-line.gif) repeat-x scroll center bottom;
	border: 1px solid #DD7870;
}
input.form-field-alert, textarea.form-field-alert {
	border: 1px solid #DD7870;
}
input.form-field-empty, textarea.form-field-empty {
	color: #666;
}
input.form-field-checkbox {
	margin-top: 3px;
}

/** Sparkle **/
div.sparkle-bkg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

/************/
/** Header **/
/************/

/************/
/**  Body  **/
/************/

/************/
/** Footer **/
/************/
#ft {
	text-align: center;
}
#ft span.disclaimer {
	color: #666;
	font-size: 93%;
}
