

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    height: 1px;
	margin-top:-1px;
	font-size:0;
}

.just_clear {clear: both;}
strong { font-weight:bold; }
.move {	cursor:move; }

/*************************************************
* Main Styles
*************************************************/
body {
	font: 12px Arial, Helvetica,sans-serif;
}

a {
	color: #555;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/*************************************************
* Header
*************************************************/
#header {
	background:#1C1001;
	height:78px;
	position: relative;
	padding:18px 0 0 15px;
}

h1#logo {
	height: 30px;
	width:200px;
	background:url("/application/stage/img/logo.png") no-repeat;
	margin-left: 115px;
}

h1#logo a{
	display: block;
	height: 30px;
	font-size:0;
    overflow:hidden;
    text-indent:-99999px;
}

h1#logo a:hover, h3#galleywinter a:hover {
	text-decoration:none;
}

h2#meta {
	color:#bbb;
	font-size:12px;
	text-shadow:1px 1px 0 #000000;
	text-transform:uppercase;
	margin: 3px 0 0 123px;
}

h3#galleywinter {
	height: 106px;
	width:106px;
	background:url("/application/stage/img/gw_logo.png") no-repeat;
	position:absolute;
	z-index:290;
	top:10px;
}

h3#galleywinter a{
	display: block;
	height: 100px;
	font-size:0;
    overflow:hidden;
    text-indent:-99999px;
}

div#content {
	z-index: 2;
	position: relative;
	padding: 0 135px;
	clear: both;
}


/* Buttons */
a.button {
    background: #28597A;
    color: #F2F2F2;
    font-family: Helvetica,Arial,Sans-Serif;
    font-size: 11px;
    padding: 2px 9px;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    vertical-align: middle;
	line-height:24px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius: 5px;
} 

/************************************************
* Forms
************************************************/
form.standard ul, form.standard_small ul {
	margin-left:20px;
}

form.standard li {
	margin: 0 0 20px 0;
}

form.standard h3 {
    height: 52px;
    padding-left: 5px;
	margin-bottom:15px;
    font-size: 20px;
    line-height: 68px;
    color: #453D37;
    font-weight: bold;
	background: url("/application/stage/img/form_sep.png") 0 bottom repeat-x;
}

form.standard .sep, form.standard_small .sep {
	background: url("/application/stage/img/form_sep.png") 0 bottom repeat-x;
}

form.standard li .standard_textbox {
	width: 90%;
	height: 33px;
	border: 1px solid #bfbfbf;
	margin: 0;
	padding: 0 0 3px 5px;
	color: #453D37;
	font-size: 18px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background:#fff;
}

form.standard li.error input.standard_textbox, form.standard_small li.error input.standard_textbox {
	background: #FFE5E5;
}

form.standard label {
	color: #5C524D;
	display:block;
	font-size: 14px;
	margin: 0 2px 3px 0;
	font-weight:bold;
}

form.standard li.error label, form.standard_small li.error label {
	color: #AB6D6D;
}

form.standard .action, form.standard_small .action {
	margin: 5px 15px 0 0;
	float:right;
}

form.standard_small li {
	margin: 0 0 5px 0;
}

form.standard_small li .standard_textbox {
	width: 90%;
	height: 25px;
	border: 1px solid #bfbfbf;
	margin: 0;
	padding: 0 0 2px 6px;
	color: #453D37;
	font-size: 14px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background:#fff;
}

form.standard_small label {
	color: #5C524D;
	display:block;
	font-size: 12px;
	margin: 0 0 1px 3px;
	font-weight:bold;
}

.warning {
	padding: 8px 15px 8px 67px !important;
	background: url("/application/stage/img/attention_icon.png") 18px center no-repeat #EDE7A6 !important;
	color:#38380E;
	border-top:1px solid #C2B636;
	border-bottom:1px solid #C2B636;
	font-size:13px;
}

.warning a {
	text-decoration:underline;
	color:#38380E;
}

.notice {
	padding: 8px 15px 8px 67px !important;
	background: url("/application/stage/img/notice_icon.png") 18px center no-repeat #B9EA9F !important;
	color:#38380E;
	border-top:1px solid #006600;
	border-bottom:1px solid #006600;
	font-size:13px;
}

/*************************************************
* Frontend Buttons
*************************************************/
.ui_button {
    cursor: pointer;
    display: inline-block;
    margin-right: 0.1em;
    overflow: visible;
    padding: 5px 13px;
    position: relative;
    text-align: center;
    text-decoration: none !important;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
    font-weight: normal;
}

.ui_button_gray {
    background: url("/application/stage/img/ui_button_bg_gray.png") repeat-x scroll 50% 50% #e6e6e6;
    border: 1px solid #BBBBBB;
    color: #555555;
}

.ui_button_gray_hover {
    background: url("/application/stage/img/ui_button_bg_gray_hover.png") repeat-x scroll 50% 50% #dadada;
    border: 1px solid #999999;
    color: #555555;
}

.ui_button_blue {
    background: url("/application/stage/img/ui_button_bg_blue.png") repeat-x scroll 50% 50% #c0d1f2;
    border: 1px solid #9bb5d9;
    color: #3260A1;
}

.ui_button_blue_hover {
    background: url("/application/stage/img/ui_button_bg_blue_hover.png") repeat-x scroll 50% 50% #84a5e6;
    border: 1px solid #4777ba;
    color: #3260A1;
}


/************************************************
* Checkbox
************************************************/
.ez-hide { opacity: 0; filter:alpha(opacity=0); margin:0; }
.ez-checkbox {
	background: transparent url("/application/stage/img/checkbox.png") 0 -24px no-repeat;
	display:inline-block;
	width: 16px;
}
.ez-checkbox { zoom: 1; *display:inline; _height:30px; }
.ez-checked { background-position: 0 0; }

