* {margin:0px; padding:0px}

body {
	font-size: 14px;
	margin: 0px;
    background-color: #3D3D3D;
	background-image: url(./images/bg.gif);
	font-family: Verdana, Trebuchet MS, arial, sans-serif;
} 

.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	color: #fff;
}

.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

img {
	border-width: 0px;
}

hr {
	color: #000000;
	background-color: #000000;
	height: 1px;
	width: 95%;
	max-width: 550px;
	border: 0;
	margin: 10px;
}

.textshadow {
	text-shadow: 1px 1px 0px rgba(255,255,255,0.9);
}

/* PROGRESS BAR */
.progressBarBG {
	position: absolute; 
	background-image: url('./images/progressBarBg.png'); 
	height: 3px;
}

.progressBar {
	padding:1px;
	background-color:white;
	border:1px solid black;
	text-align: left;
}

.progressBarIndicator {
	width:0px;
	margin:0;
	position:relative;
}

.progressBarText {
	position:absolute;
	top: 1px;
	text-align:center;
}

/* FLOATS */
.left {
	float: left;
}

.right {
	float: right;
}

/* BORDER */
.whiteBg {
	background-color: #ffffff;
}

div.borderBottom {
	background-image: url('./images/border/6.gif');
	background-repeat: x-repeat;
	height: 6px;
}

div.borderTop {
	height: 18px; 
	background-image: url('./images/border/2.gif'); 
	background-repeat: repeat-x;
}

div.borderRight {
	background-image:url('./images/border/4.gif');
	background-repeat: repeat-y;
	background-position:right;
}

div.borderLeft {
	background-image:url('./images/border/8.gif');
	background-repeat: repeat-y;
	background-position:left;
}

div.borderTopRight {
	float:right; 
	background-image: url('./images/border/3.gif'); 
	width: 6px; 
	height: 18px;
}

div.borderTopLeft {
	float: left; 
	background-image: url('./images/border/1.gif'); 
	width: 18px; 
	height: 18px;
}

div.borderBottomRight {
	float:right; 
	background-image: url('./images/border/5.gif'); 
	width: 6px; 
	height: 6px;
}

div.borderBottomLeft {
	float: left; 
	background-image: url('./images/border/7.gif'); 
	width: 18px; 
	height: 6px;
}

/* BOXES */
hr.widget {
	width: 95%; 
	height: 3px; 
	background-color: #fff; 
	border-top: 1px solid #888;
}

div.widget {
	text-align: center; 
	border-radius: 5px; 
	box-shadow:3px 3px 8px #AAA; 
	background-color: #DDD; 
	margin-top: 0px; 
	margin-bottom: 2px; 
	border: 1px solid #666;
	padding: 5px;
	width: 500px;
}

div.widgetlight {
	text-align: center; 
	border-radius: 5px;
	background-color: #DDD; 
	margin: 0px;
	border: 1px solid #666;
	padding: 2px;
}

div.box {
	width: 500px; 
	line-height: 1.4em; 
	text-align: justify; 
	padding: 5px;
	margin: 5px;
}

div.gray {
	background-color: #eeeeff;
	border: 1px solid #ccccdd; 
}

div.red {
	background-color: #ffcccc;
	border: 1px solid #ddaaaa; 
}

div.green {
	background-color: #ccffcc;
	border: 1px solid #aaddaa; 
}

/* LINKS */
a {
	color: #222244;
	text-decoration: none;
	text-decoration: underline;
}

a.headerSub1 {
	font-size: 1.0em;
	color: #3B487D;
	text-decoration: none;
	background-image: url('./images/buttonBg.png');
	padding: 2px;
}

a.headerSub1:hover, a.headerSub2:hover {
	background-image: none;
	color: #000000;
}

a.headerSub2 {
	font-size: 1.1em;
	color: #162252;
	text-decoration: none;
	background-image: url('./images/buttonBg.png');
	padding: 2px;
}

a.headerSub3 {
	font-size: 0.7em;
	text-decoration: none;
}

a:hover {
	color: #777777;
}

span.headerLarge {
	color: #AAAAAA;
}

/* INPUTS */
input, textarea, select {
	border-width: 1px;
	border-color: #FFFFFF;
	background: #FFFCEF;
	padding: 2px;
	margin: 2px;
}

input:focus {
}
