/* generic fields */

.javascriptOnly
{
	display: none;
}

.nonJavascriptOnly
{
	display: inline;
}

.moneyField, .autoMoneyField
{
	text-align: right;
}

.autoField, .autoMoneyField
{
	cursor: default;
	background: none;
/*	background-color: #E0E0E0;
	color: #444444;*/
	border: none;
	padding: 0px 2px;
}

.autoFieldTitle
{
	color: #666666;
	font-style: italic;
}

.disabled
{
	background-color: #E0E0E0;
	color: #444444;
}

.clickable, .inlineClickable
{
	cursor: default;
}

.inlineClickable
{
	display: inline;
}

.right
{
	text-align: right;
}



/* menu specifics */

.almuMenu h2
{
	cursor: default;
}

.almuMenu a.blockLink, .almuMenu a.activeBlockLink
{
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	width: 192px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	margin-bottom: 2px;
}

.almuMenu a.blockLink, .almuMenu a.blockLink:link, .almuMenu a.blockLink:active, .almuMenu a.blockLink:visited
{
	background: #1E1C77;
}

.almuMenu a.blockLink:hover, .almuMenu a.activeBlockLink
{
	background: #4B5697;
}

.almuMenu ul
{
	margin-bottom: 12px;
}

.almuMenu ul li.section
{
	color: #999999;
	list-style-image: none;
	list-style: none;
	list-style-type: none;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 2px;
	margin-left: -37px;
	cursor: default;
}

.almuMenu a.textLink, .almuMenu a.activeTextLink, .almuMenu .informationText
{
	margin-left: -5px;
	padding: 1px;
}

.almuMenu .informationText
{
	cursor: default;
}

.almuMenu a.textLink:hover, .almuMenu a.activeTextLink:hover
{
	color: #999999;
}

.almuMenu a.activeTextLink
{
	background: #BBBBFF;
}

.almuMenu ul li a.blockLink
{
	width: 177px;
}

.almuMenu ul li.attachmentNotSent
{
	color: #FF0000;
	font-weight: bold;
	font-style: italic;
	font-size: 85%;
	margin-left: -40px;
	padding-left: 18px;
	list-style-image: none;
	list-style-type: none;
	background: url(../images/almu/no.gif) no-repeat 0px 2px;
}

.almuMenu ul li.attachmentNotSent a
{
	color: #FF0000;
}

.almuMenu ul li.attachmentSent
{
	font-style: italic;
	font-size: 85%;
	padding-top: 1px;
	margin-left: -40px;
	padding-left: 18px;
	list-style-image: none;
	list-style-type: none;
	background: url(../images/almu/yes.gif) no-repeat 0px 2px;
}

.almuMenu ul li.information
{
	font-style: italic;
	font-size: 85%;
	padding-top: 1px;
	margin-left: -40px;
	padding-left: 18px;
	list-style-image: none;
	list-style-type: none;
	background: url(../images/almu/info.gif) no-repeat 0px 2px;
	cursor: default;
}

.almuMenu ul li.person, .almuMenu ul li.blockPerson
{
	padding-top: 1px;
	margin-left: -40px;
	padding-left: 18px;
	list-style-image: none;
	list-style-type: none;
	background: url(../images/almu/person.gif) no-repeat 0px 2px;
}

.almuMenu ul li.blockPerson
{
	background: url(../images/almu/person.gif) no-repeat 2px 5px;
}

.almuMenu ul li.document
{
	padding-top: 1px;
	margin-left: -40px;
	padding-left: 18px;
	list-style-image: none;
	list-style-type: none;
	background: url(../images/almu/document.gif) no-repeat 0px 3px;
}

.almuMenu ul li.person a.blockLink, .almuMenu ul li.blockPerson a.blockLink, .almuMenu ul li.document a.blockLink
{
	width: 174px;
}

.almuMenu ul li img
{
	padding: 2px;
	vertical-align: middle;
}


/* application specifics */

.application .help
{
	display: block;
}

.application button, .application input, .application textarea
{
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
}

.application button img
{
	vertical-align: middle;
	padding: 3px;
}

.application button
{
	padding: 3px;
}

.application h2
{
	cursor: default;
}

.application h3
{
	cursor: default;
	margin-top: 30px;
	margin-bottom: 5px;
}

.application .rationale
{
	font-size: 85%;
	color: #666666;
	margin-top: 3px;
}

.application .item
{
	margin-top: 20px;
	margin-bottom: 20px;
}

.application .item .title
{
	cursor: default;
	color: #777777;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 2px;
}

.application .item .content input
{
	vertical-align: middle;
}

.application .item .content th
{
	cursor: default;
	color: #999999;
	font-weight: bold;
	vertical-align: middle;
}

.application .item .content th, .application .item .content td
{
	padding-right: 10px;
}

.application .item .content textarea.maxWidth
{
	width: 95%;
}

.application .applicationControl 
{
	border-top: 1px solid #999999;
	padding-top: 20px;
	text-align: center;
}

application .applicationControl2
{
	border-bottom: 1px solid #999999;
	padding-top: 20px;
	text-align: center;
}
.application .applicationControl input
{
	cursor: default;
	margin: 2px;
	margin-bottom: 10px;
}

.application .missingInputPointer
{
	display: inline;
	color: red;
	font-weight: bold;
}



/* priority control specifics */

.priorityControl .priorityOption, .priorityControl .selectedPriorityOption
{
	border: 2px outset white;
	padding: 2px 4px;
	margin: 4px;
	cursor: default;
	display: block;
}

.priorityControl .selectedPriorityOption
{
	border: 2px inset white;
	background-color: #E0E0E0;
}

.priorityControl .controls button
{
	display: block;
	cursor: default;
	width: 30px;
	height: 30px;
	margin: 4px 0px;
	vertical-align: middle;
}



/* handling specifics */

.handling
{
	text-align: center;
}

.handling h1
{
	cursor: default;
	margin-top: 20px;
	padding-bottom: 20px;
 	border-bottom: 1px solid #999999;
}

.handling .handlingControl
{
 	border-bottom: 1px solid #999999;
	padding-top: 20px;
	padding-bottom: 20px;
}

.handling .handlingControl button
{
	padding: 5px;
}

.handling .handlingControl button span
{
	vertical-align: middle;
}

.handling .handlingControl button img
{
	vertical-align: middle;
	margin-right: 4px;
}

.handling .handlingSetup
{
	border-bottom: 1px solid #999999;
	padding-top: 20px;
	padding-bottom: 20px;
}

.handling .handlingSetup .pricesSetup
{
	margin: auto auto;
	padding-bottom: 20px;
}

.handling .handlingSetup .pricesSetup .title
{
	font-weight: bold;
	font-size: 110%;
	text-align: center;
	margin-bottom: 5px;
}

.handling .handlingSetup .pricesSetup .price
{
	display: inline;
	margin: 5px;
}

.handling .handlingSetup .pricesSetup .price .stationName
{
	color: #006666;
}

.handling .handlingSetup .fundsSetup .title
{
	font-weight: bold;
	font-size: 110%;
	text-align: center;
	margin-bottom: 5px;
}

.handling .handlingSetup .fundsSetup .sectionTitle
{
	color: #006666;
}

.handling .handlingSetup .fundsSetup div
{
	margin: 5px;
}

.handling .handlingSetup .fundsSetup .totalApplicants, .handling .handlingSetup .fundsSetup .usedFunds, .handling .handlingSetup .fundsSetup .remainingFunds
{
	display: inline;
}

.handling .columnSelectionSetup
{
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #999999;
}

.handling .columnSelectionSetup .title
{
	color: #333333;
	font-weight: bold;
	font-size: 110%;
}

.handling .columnSelectionSetup .columnSelection
{
	display: inline;
	color: #888888;
	font-size: 110%;
	padding: 5px;
}

.handling .columnSelectionSetup .columnSelectionDefaults
{
	font-weight: bold;
}

.handling .content
{
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #999999;
}

.handling .content table
{
	margin: auto auto;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	border-collapse: collapse;
}

.handling .content table th
{
	padding: 0px;
}

.handling .content table th button
{
	cursor: default;
	padding: 5px;
	width: 100%;
	height: 100%;
	vertical-align: top;
	color: #000000;
}

.handling .content table th button.unsortable
{
	border: 1px inset white;
	background-color: #E7E7E7;
}

.handling .content table td
{
	border: 1px solid #000000;
}

.handling .content table td
{
	padding: 5px;
}



/* thesis application handling column specifics */

.handling .content td
{
	text-align: center;
}

.handling .content .name, .handling .content .thesisSubject, .handling .content .applicationJustification, .handling .content .stationPreferenceJustification
{
	text-align: left;
}
