/* Base CSS */
body
{
	color: #222222;
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	background: #F0F4F8;
	padding: 0px;
	margin: 0px;
}

a
{
	color: #000000;
	text-decoration: none;
	outline: none;
}
a:focus
{
	-moz-outline-style: none;
}
a:hover
{
	text-decoration: underline;
}
a:visited
{
	color: #333333;
}
a[class="aspNetDisabled"]:hover
{
	text-decoration: none;
}

img
{
	border: 0px;
}

/* Header CSS*/
#pnlHeader
{
	font-size: 22px;
	line-height: 26px;
	text-shadow: 2px 2px 4px #AAAAAA;
	background: linear-gradient(#9FBBD3, #DEE8F1 20%, #FFFFFF 30px);
	border: none;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 30px;
	z-index: 2;
	padding: 0px 0px 0px 5px;
}
#pnlHeader .right
{
	float: right;
}
#pnlHeader .right img
{
	margin: 3px;
}
#pnlHeader > img
{
	float: left;
	margin: 2px 0 0 5px;
	vertical-align: top;
}

/* Footer CSS */
#pnlFooter
{
	font-size: 10px;
	text-align: center;
	background: #F3F3F3;
	border-top: 1px solid #AAAAAA;
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 2;
	padding: 5px;
}
#pnlFooter span
{
	margin-left: 40px;
}
#pnlFooter span:first-child
{
	margin-left: 0px;
}

/* User Footer */
#pnlUserFooter
{
	text-align: center;
	background-color: #DEE8F1;
	background-image: linear-gradient(#FFFFFF, #DEE8F1 128px);
	background-repeat: repeat-x;
	background-size: 100% 100%;
	box-shadow: 0px 1px 5px #888888;
	border: 1px solid #75B6EF;
	border-radius: 10px;
	overflow: hidden;
	position: absolute;
	left: 5px;
	bottom: 30px;
	min-width: 100px;
	max-width: 150px;
	padding: 5px;
	
	behavior: url('PIE.htc');
}
#pnlUserFooter.support
{
	background-color: #FFF5B9;
	background-image: linear-gradient(#FFFFFF, #FFF5B9 128px);
	border: 1px solid #E5C912;
}
#pnlUserFooter .portrait img
{
	box-shadow: 1px 1px 4px #777777;
	display: block;
	position: relative;
	margin: 0px auto 5px;
	
	behavior: url('PIE.htc');
}
#pnlUserFooter .name
{
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	display: block;
	margin: 0px auto;
	
	behavior: url('PIE.htc');
}

/* Button CSS */
input[type="submit"], input[type="button"], .button
{
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	background-image: linear-gradient(#80CC5D, #40662E 24px);
	background-size: 100% 100%;
	box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.15) inset, -1px -1px 0px rgba(0, 0, 0, 0.5) inset;
	border: none;
	border-radius: 8px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	min-width: 80px;
	height: 24px;
	vertical-align: top;
	padding: 3px 6px 4px;
	margin: 0px;
	
	behavior: url(PIE.htc);
}
.button
{
	height: 17px;
	padding: 5px 6px 2px;
}
.button, #NOT#IE8
{
	padding: 4px 6px 3px;
}
input[type="submit"]:hover, input[type="button"]:hover, .button:hover
{
	background-image: linear-gradient(#90E569, #40662E 24px);
}
input[type="submit"]:active:hover, input[type="button"]:active:hover, .button:active:hover
{
	background-image: linear-gradient(#40662E, #80CC5D 24px);
}

/* Grey Button CSS */
input[type="submit"].grey, input[type="button"].grey, .button.grey
{
	background-image: linear-gradient(#A8A8A8, #545454 24px);
}
input[type="submit"].grey:hover, input[type="button"].grey:hover, .button.grey:hover
{
	background-image: linear-gradient(#BFBFBF, #545454 24px);
}
input[type="submit"].grey:active:hover, input[type="button"].grey:active:hover, .button.grey:active:hover
{
	background-image: linear-gradient(#545454, #A8A8A8 24px);
}

/* Red Button */
input[type="submit"].red, input[type="button"].red, .button.red
{
	background-image: linear-gradient(#ED1E1A, #760D0C 24px);
}
input[type="submit"].red:hover, input[type="button"].red:hover, .button.red:hover
{
	background-image: linear-gradient(#FF4C4C, #760D0C 24px);
}
input[type="submit"].red:active:hover, input[type="button"].red:active:hover, .button.red:active:hover
{
	background-image: linear-gradient(#760D0C, #ED1E1A 24px);
}

/* Blue Button */
input[type="submit"].blue, input[type="button"].blue, .button.blue
{
	background-image: linear-gradient(#6699FF, #003366 24px);
}
input[type="submit"].blue:hover, input[type="button"].blue:hover, .button.blue:hover
{
	background-image: linear-gradient(#55AAFF, #003366 24px);
}
input[type="submit"].blue:active:hover, input[type="button"].blue:active:hover, .button.blue:active:hover
{
	background-image: linear-gradient(#003366, #6699FF 24px);
}

/* Alpha Button */
input[type="submit"].alpha_button, input[type="button"].alpha_button
{
	border: 1px outset #AAAAAA;
	border-radius: 0px;
	min-width: 0px;
}
input[type="submit"].alpha_button, input[type="button"].alpha_button, #NOT#IE8
{
	border: none;
	border-radius: 12px;
}

/* Inactive Button */
input[type="submit"][disabled="disabled"], input[type="button"][disabled="disabled"]
{
	color: #D0D0D0;
	background-image: linear-gradient(#DDDDDD, #888888 24px);
	border: 1px outset #DDDDDD;
	cursor: default;
}
input[type="submit"][disabled="disabled"]:hover, input[type="button"][disabled="disabled"]:hover
{
	background-image: linear-gradient(#DDDDDD, #888888 24px);
}
input[type="submit"][disabled="disabled"]:active:hover, input[type="button"][disabled="disabled"]:active:hover
{
	background-image: linear-gradient(#DDDDDD, #888888 24px);
}
input[type="submit"][disabled="disabled"].selected, input[type="button"][disabled="disabled"].selected
{
	background-image: linear-gradient(#888888, #DDDDDD 24px);
}
input[type="submit"][disabled="disabled"], input[type="button"][disabled="disabled"], #NOT#IE8
{
	border: none;
}
input[type="image"][disabled="disabled"]
{
	cursor: default;
}

/* Tiny Button */
input[type="submit"].tiny, input[type="button"].tiny
{
	height: 16px;
	min-width: 0px;
	font-size: 10px;
	line-height: 15px;
	padding-top: 0px;
}

/* Text Inputs */
input[type="text"], input[type="password"], textarea
{
	font-family: Verdana;
	font-size: 11px;
	line-height: 20px;
	box-shadow: 1px 1px 3px #AAAAAA inset;
	border: 1px solid #888888;
	border-radius: 8px;
	position: relative;
	width: 100%;
	height: 24px;
	padding: 0px 4px;
	
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
:-moz-placeholder
{
	color: #AAA;
}
::-moz-placeholder
{
	color: #AAA;
}
::-webkit-input-placeholder
{
	color: #AAA;
}
:-ms-input-placeholder
{
	color: #AAA;
}
textarea
{
	line-height: normal;
	overflow: auto;
	height: auto;
	padding: 4px;
	margin: 0px;
}
input[type="text"], input[type="password"], #NOT#IE8
{
	line-height: normal;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus
{
	box-shadow: 1px 1px 3px #99BBFF inset;
	border: 1px solid #6699FF;
}
input[type="text"].error, input[type="password"].error, input[type="file"].error, textarea.error
{
	box-shadow: 1px 1px 3px #FFC1C1 inset !important;
	border: 1px solid #FF5B5B !important;
	border-radius: 0px;
}
input[type="text"].error, input[type="password"].error, input[type="file"].error, textarea.error, #NOT#IE8
{
	border-radius: 8px;
}
input[type="text"].changed, input[type="password"].changed, input[type="file"].changed, textarea.changed
{
	box-shadow: 1px 1px 3px #81CC7A inset;
	border: 1px solid #56BF4C;
}
input[type="text"].reset, input[type="password"].reset, input[type="file"].reset, textarea.reset
{
	box-shadow: 1px 1px 3px #FFD1B1 inset;
	border: 1px solid #FFB15B;
}
input[type="file"]
{
	font-family: Verdana;
	font-size: 12px;
}

/* Auto-Upload */
.auto_upload
{
	display: inline-block;
	position: relative;
	min-width: 92px;
	vertical-align: top;
}
.auto_upload span
{
	cursor: pointer;
}
.auto_upload input[type="file"]
{
	cursor: pointer;
}
.auto_upload input[type="file"], .auto_upload input[type="submit"]
{
	background: none;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	filter: alpha(opacity=0);
}
.auto_upload input[type="file"], .auto_upload input[type="submit"], #NOT#IE8
{
	opacity: 0;
	filter: none;
}

/* Radio Buttons & Checkboxes */
input[type="radio"], input[type="checkbox"]
{
	vertical-align: top;
	padding: 0px;
	margin: 1px 2px 2px 1px;
}

/* Select */
select
{
	font-family: Verdana;
	font-size: 11px;
	box-shadow: 1px 1px 3px #AAAAAA inset;
	border: 1px solid #888888;
	border-radius: 8px;
	position: relative;
	width: 100%;
	height: 24px;
	padding: 3px 4px 3px 1px;
	
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
select:focus
{
	box-shadow: 1px 1px 3px #99BBFF inset;
	border: 1px solid #6699FF;
}
select.changed
{
	box-shadow: 1px 1px 3px #81CC7A inset;
	border: 1px solid #56BF4C;
}
select.reset
{
	box-shadow: 1px 1px 3px #FFD1B1 inset;
	border: 1px solid #FFB15B;
}
select.error
{
	box-shadow: 1px 1px 3px #FFC1C1 inset;
	border: 1px solid #FF5B5B;
}

/* Message CSS */
div[id*="pnlMessage"] .alert
{
	text-align: left;
	line-height: 15px;
	border-radius: 10px;
	min-height: 16px;
	padding: 5px 5px 5px 26px;
	margin: 5px;
	
	behavior: url(PIE.htc);
}
div[id*="pnlMessage"] .alert.alert-success
{
	background: #E6FAE6 url('../images/icons/16/checkmark_green.png') no-repeat 5px 5px;
	box-shadow: 0px 0px 3px 1px #E6FAE6;
	border: 1px solid #84F984;
}
div[id*="pnlMessage"] .alert.alert-danger
{
	background: #FFC1C1 url('../images/icons/16/error.png') no-repeat 5px 5px;
	box-shadow: 0px 0px 3px 1px #FFC1C1;
	border: 1px solid #FF5B5B;
}
div[id*="pnlMessage"] .alert.alert-warning
{
	background: #FFEE99 url('../images/icons/16/warning.png') no-repeat 5px 5px;
	box-shadow: 0px 0px 3px 1px #FFEE99;
	border: 1px solid #FFDD32;
}
div[id*="pnlMessage"] .alert.alert-info
{
	background: #C3CBE0 url('../images/icons/16/info.png') no-repeat 5px 5px;
	box-shadow: 0px 0px 3px 1px #C3CBE0;
	border: 1px solid #6A8BDD;
}
div[id*="pnlMessage"] ul.pnlMessage
{
	margin: 5px 0px;
	padding: 0px 0px 0px 21px;
}
div[id*="pnlMessage"] ul.pnlInnerMessage
{
	margin: 0px;
	padding: 0px 0px 0px 21px;
}

/* Other CSS */
.invisible
{
	display: none;
}

/* Trillium CSS */
.trillium_dock
{
	position: fixed;
	width: 0px;
	height: 0px;
	background: #f33;
	bottom: 70px;
	right: 110px;
}

.trillium_shift
{
	position: absolute;
	width: 0px;
	height: 0px;
	margin-top: 10px;
	margin-left: 10px;
}

.trillium_shadow
{
	position: absolute;
	width: 500px;
	height: 500px;
	background: url('../images/trillium/trillium_shadow.png');
	margin-top: -250px;
	margin-left: -250px;
	behavior: url(PIE.htc);
}

.trillium_bShadow
{
	position: absolute;
	width: 500px;
	height: 500px;
	background: url('../images/trillium/bounder_shadow.png');
	margin-top: -250px;
	margin-left: -250px;
}

.trillium_anchor
{
	position: absolute;
	width: 0px;
	height: 0px;
}

.trillium_petals
{
	position: absolute;
	width: 500px;
	height: 500px;
	background: url('../images/trillium/trillium.png');
	margin-top: -250px;
	margin-left: -250px;
}

.trillium_bounder
{
	position: absolute;
	width: 500px;
	height: 500px;
	background: url('../images/trillium/bounder.png');
	margin-top: -250px;
	margin-left: -250px;
}

.trillium_segment
{
	position: absolute;
	width: 500px;
	height: 500px;
	background: url('../images/trillium/segment.png');
	margin-top: -250px;
	margin-left: -250px;
}

.trillium_fade
{
	position: fixed;
	height: 200px;
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(240, 244, 248, 238) 200px);
	bottom: 0px;
	left: 0px;
	right: 0px;
}

/* Firefox Corrections */
input::-moz-focus-inner /* Remove button padding in FF */
{ 
	border: 0px;
	padding: 0px;
}
input::focus-inner
{ 
	border: 0px;
	padding: 0px;
}

/* Base Printing CSS */
@media print
{
	#pnlHeader
	{
		display: none;
	}
	
	#pnlFooter
	{
		border: none;
	}
	
	#pnlUserFooter
	{
		display: none;
	}
}