.sidebarOverride {
	color: #000000;
}

.pageNavigation A:link {
	COLOR: #000000; TEXT-DECORATION: none
}
.pageNavigation A:visited {
	COLOR: #000000; TEXT-DECORATION: none
}
.pageNavigation A:active {
	COLOR: #000000; TEXT-DECORATION: none
}
.pageNavigation A:hover {
	COLOR: #ff0033; TEXT-DECORATION: none
}
.pageNavigationCurrent {
	COLOR: #ff0033; TEXT-DECORATION: none
}


/*
 *
 */
.mainBold {
	font-weight: bold;
	color: #000000;
}

.mainItalic {
	font-style: italic;
}

.mainSmall {
	font-size: 10px;
}

.mainSmallBold {
	font-size: 10px;
	font-weight: bold;
}

.required {
	font-weight: normal;
	font-style: italic;
	color: #CC0033;
	vertical-align: top;
}
/*
 *  error text
 */

.errorMessage {
	font-weight: bold;
	color: #cc0033;
}

.errorMessage2 {
	font-weight: bold;
	color: #CC0033;
}

/*
 * controls
 */

.button
{
	font-family: Arial;
	font-size: 10px;
	width: 100px;
}

.buttonMedium
{
	font-family: Arial;
	font-size: 10px;
	width: 150px;
}

.buttonLong
{
	font-family: Arial;
	font-size: 10px;
	width: 200px;
}

.buttonFile
{
	font-family: Arial;
	font-size: 10px;
	width: 300px;
}

.input
{
	width: 200px;
}

.inputSmall
{
	width: 100px;
}


.inputMedium
{
	width: 300px;
}

.inputLong
{
	width: 420px;
}

.inputMax
{
	width: 550px;
}

.listboxLong
{
	width: 400px;
}

.listboxMax
{
	width: 550px;
}

.textareaMax
{
	width: 550px;
	font-family: Arial;
}

.textarea
{
	font-family: Arial;
}


/*
 * application table
 */
/* application table settings */

.applicationTable
{
	border-color: Gray;
	border-width: 1px;
	border-style: solid;
	font-size: 1em;
}

.applicationTableTitle
{
	font-weight: bold;
	background-color: #003366;
	color: #FFFFFF;
}

.applicationSubTable
{
	border-color: Gray;
	border-width: 1px;
	border-style: solid;
	border-collapse: collapse;
	font-size: 1em;
}

.applicationHeading
{
	font-weight: bold;
	background-color: #99cccc;
	color: #FFFFFF;
}

.applicationItem
{
	background-color: #FFFFFF;
	/*color: #3333CC;*/
	padding-bottom: 25px;
}

.applicationItem A:link {
	COLOR: #000000; TEXT-DECORATION: underline
}
.applicationItem A:visited {
	COLOR: #000000; TEXT-DECORATION: underline
}
.applicationItem A:active {
	COLOR: #000000; TEXT-DECORATION: underline
}
.applicationItem A:hover {
	COLOR: #ff0033; TEXT-DECORATION: underline
}

.applicationItemEven
{
	background-color: #FFFFFF;
	/*color: #3333CC;*/
}

.applicationTitle
{
	border-style: none;
	background-color: #F3F3F3;
}


/*
 * referee
 */
.refereeTable
{
    border-right: white thin outset;
    border-left: #ECECEC thin outset;
    border-top: #ECECEC thin outset;
    border-bottom: white thin outset;
    font-family: Verdana;
    font-size: x-small;
    font-weight: normal;
    color: darkslategray;
    background-color: #D5DADD
}

.refereeTitle
{
    background-color: #99cccc;
    color: #FFFFFF;
    font-weight: bold;
}

.refereeItem
{
}

.refereeItemA a
{
	text-decoration: underline;
}

.refereeOdd
{
	background: #FFFFFF;
}

.refereeEven
{
    background-color: #FFFFFF;
}

.inputReferee
{
	width: 150px;
}

.inputReferee2
{
	width: 300px;
}

.inputReferee3
{
	width: 450px;
}

.textReferee
{
	width: 100%;
}

.pageHeading
{
    font-weight: bold;
    text-indent: 4px;
    background-color: #99cccc;
}

.pageTitle
{
	color: #FFFFFF;
}

.pageBody
{
    background-color: #FFFFFF;
}

.pageHighlight
{
	background-color: #F3F3F3;
	color: #000000;
}




.refereeButton
{
	font-family: Arial;
	font-size: 10px;
	width: 50px;
}

.note
{
	background-color: #EDECEC;
	padding: 10px;
}


.applicationStatus2
{
	font-weight: bold;
	color: #cc0033;
}


.statusOff{
	font-weight: normal;
	color: #BDBDBD;
}

.status{
	color: #CC0033;
}


.reviewerHeading
{
	font-weight: bold;
	background-color: #99cccc;
	color: #FFFFFF;
}

.reviewerItem
{
	background-color: #FFFFFF;
	/*color: #3333CC;*/
	padding-bottom: 25px;
}

.reviewerItem A:link {
	COLOR: #000000; TEXT-DECORATION: underline
}
.reviewerItem A:visited {
	COLOR: #000000; TEXT-DECORATION: underline
}
.reviewerItem A:active {
	COLOR: #000000; TEXT-DECORATION: underline
}
.reviewerItem A:hover {
	COLOR: #ff0033; TEXT-DECORATION: underline
}

.reviewerItemEven
{
	background-color: #FFFFFF;
	/*color: #3333CC;*/
}

.reviewerTitle
{
	border-style: none;
	background-color: #F3F3F3;
}

.reviewerApplicantHeading
{
	font-weight: bold;
	padding-bottom: 5px;
}

.selectReviewer
{
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}

.selectReviewer2
{
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	width: 285px;
}

.textareaReviewer
{
	width: 100%;
	font-family: Arial;
	font-size:12px;
}

