/* $Revision: 1936 $ */

/**************************************************************************
 * Common
 **************************************************************************/

body {
    color: #514d49;
	font-family: verdana, Arial;
    font-size: 10px;
    line-height: 13px;
    margin: 0;
    padding: 0;
}

img {
	border: 0;
}

.left {
	float: left;
}
.right {
	float: right;
}

.front {
    position: absolute;
    z-index: 10; 
}

.hide {
	display: none;
}

.clear {
	clear: both;
}
.clear:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clear {display: inline-block;}

/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */

.inputField, textarea, select {
    font-size: 1em;
    font-family: verdana, Arial;
    border: 1px solid #bbbbbb;
}

input, textarea {
    padding: 2px 3px 2px 3px;
}

h1 {
	padding: 0;
	margin: 0;
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
}
h2 {
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 1.5em;
}
h3 {
	padding: 0;
	margin: 0;
	font-size: 1.05em;
}

p {
	padding: 0;
	margin: 0 0 1.1em 0;
}

form {
	padding: 0;
	margin: 0;
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}

.clickable {
    cursor: pointer;
}

/**************************************************************************
 * Standard button
 **************************************************************************/

.standardButton {
    width: 75px;
    height: 16px;
    background: url("/gfx/buttons/button.png") no-repeat top left;
    text-align: center;
    padding: 8px 0 8px 0;
    margin: 0 0 0 0;
    font-size: 1em;
    font-family: verdana, Arial;
    font-weight: bold;
    line-height: 1.15em;
    cursor: pointer;
    color: #ffffff;
    display: inline-block;
}

a:hover .standardButton {
    background: url("/gfx/buttons/button_green.png") no-repeat top left;
}

.wideStandardButton {
    width: 150px;
    height: 16px;
    background: url("/gfx/buttons/button_wide.png") no-repeat top left;
    text-align: center;
    padding: 8px 0 8px 0;
    margin: 0 0 0 0;
    font-size: 10px;
    font-family: verdana, Arial;
    font-weight: bold;
    line-height: 11px;
    cursor: pointer;
    color: #ffffff;
    display: inline-block;
}

a:hover .wideStandardButton {
    background: url("/gfx/buttons/button_wide_green.png") no-repeat top left;
}

.centerStandardButton {
	width: 75px;
	height: 16px;
	margin: 0 auto 0 auto;
}

.floatingButtons {
	width: 232px;
	margin: 20px 0 12px 5px;
	padding: 0 0 0 0;
}

.floatingButtons a {
	margin: 4px auto 4px auto;
    padding: 0 0 0 0;
	width: 150px;
	display: block;
}

.hideDisabledLink span {
	display: none;
}

/**************************************************************************
 * Standard selection button
 **************************************************************************/

.standardSelectionButton {
    float: left;
}

.standardSelectionButton a .txt {
    padding: 8px 4px 0 4px;
    color: #ffffff;
    font-size: 10px;
    font-family: verdana, Arial;
    font-weight: bold;
    line-height: 11px;
    text-align: center;
}

.standardSelectionButton a .btn {
    width: 95px;
    height: 30px;
    overflow: hidden;
    cursor: pointer;
}

.standardSelectionButton a.deselected .btn,
.standardSelectionButton a.deselected:link .btn,
.standardSelectionButton a.deselected:visited .btn,
.standardSelectionButton a.deselected:focus .btn,
.standardSelectionButton a.deselected:active .btn {
    background: url("/gfx/buttons/button_medium.png") no-repeat top left;
}

.standardSelectionButton a.deselected:hover .btn {
    background: url("/gfx/buttons/button_medium_green.png") no-repeat top left;
}

.standardSelectionButton a.selected .btn,
.standardSelectionButton a.selected:link .btn,
.standardSelectionButton a.selected:visited .btn,
.standardSelectionButton a.selected:focus .btn,
.standardSelectionButton a.selected:active .btn {
    background: url("/gfx/buttons/button_medium_green.png") no-repeat top left;
}

.standardSelectionButton a.selected:hover .btn {
    background: url("/gfx/buttons/button_medium_green.png") no-repeat top left;
}

/**************************************************************************
 * Edit button
 **************************************************************************/

.editButton {
    width: 8px;
    height: 11px;
    background-image: url("/gfx/buttons/EditButton.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    text-align: center;
    padding: 0 0 0 0;
    margin: 0 0 0 1px;
    cursor: pointer;
    color: #ffffff;
    display: inline-block;
}

a:hover .editButton {
    background-position: 0px 0px;
}

.boxedEditButton {
    width: 16px;
    height: 16px;
    background-image: url("/gfx/buttons/EditButtonBox.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    text-align: center;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    cursor: pointer;
    color: #ffffff;
    display: inline-block;
}

/**************************************************************************
 * Horizontal tabs
 **************************************************************************/

.tab-row {
    position: absolute;
    top: 0;
    left: 1px;
}

.tab-row .selected {
    height: 31px;
}

.tab-row .nonlast .right{
    width: 13px;
}

.tab-row .last .right{
    width: 14px;
}

.tab-row .selected .left{
    background: url(/gfx/box/box_tab_selected_left.png) no-repeat top left;
    height: 31px;
    width: 14px;
}

.tab-row .selected .right{
    background: url(/gfx/box/box_tab_selected_right.png) no-repeat top left;
    height: 31px;
}

.tab-row .selected .center{
    background: url(/gfx/box/box_tab_selected_center.png) repeat top left;
    height: 21px;
    padding-top: 10px;
}

.tab-row .unselected {
    height: 31px;
}

.tab-row .unselected .left{
    background: url(/gfx/box/box_tab_unselected_left.png) no-repeat top left;
    height: 31px;
    width: 14px;
}

.tab-row .unselected .right{
    background: url(/gfx/box/box_tab_unselected_right.png) no-repeat top left;
    height: 31px;
}

.tab-row .unselected .center{
    background: url(/gfx/box/box_tab_unselected_center.png) repeat top left;
    height: 21px;
    padding-top: 10px;
}

.tab-row div {
    margin: 0;
    float: left;
}

.tab-row a, .tab-row a:link, .tab-row a:visited, .tab-row a:focus, .tab-row a:active, .tab-row a:hover {
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    text-decoration: none;
    display: block;
}

.tab-row a div, .tab-row a span {
	cursor: pointer;
}

/**************************************************************************
 * Feedback
 **************************************************************************/

.feedbackPanel ul, .feedbackPanel li {
	margin: 0;
	padding: 0;
	color: #ff0000;
	list-style: none;
}
.required {
	color: #ff0000;
}

/**************************************************************************
 * Paging Navigator
 **************************************************************************/

.pagingNavigator em {
	font-style: normal;
}
.pagingNavigator .increment em {
	display: none;
}
.pagingNavigator .increment a {
	text-decoration: none;
}

.pagingNavigator {
	font-weight: normal;
}

/**************************************************************************
 * Window
 **************************************************************************/

.windowText, .windowText td, .windowText a, .windowText b, .windowText a:link, .windowText a:visited, .windowText a:focus, .windowText a:active {
    color: #ffffff;
    line-height: 1.15em;
    text-align: left;
}

.messageText {
	text-align: center;
	padding: 15px 15px 15px 15px;
}

.windowButtons {
    position: absolute;
    bottom: 5px;
    right: 15px;
}

/**************************************************************************
 * Pep Talk
 **************************************************************************/

.pepTalkPanel form {
	text-align: center;
}

.pepTalkPanel .about {
	text-align: left;
	padding: 5px 5px 10px 5px;
}

.pepTalkPanel .actions {
    padding: 5px 5px 0 5px;
}

.pepTalkPanel textarea {
	width: 270px;
	height: 30px;
}

.pepTalkPanel select {
	width: 278px;
}

/**************************************************************************
 * Miscellaneous
 **************************************************************************/

.captchaImage {
	height: 65px;
	width: 180px;
	overflow: hidden;
}

.footerLinks a {
	padding: 0 0 0 10px;
}

