/******************************************************************************
*	ELEMENTS
******************************************************************************/


body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #B5B7A2;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #032147;
}

/* This is the selector for the main CollapsiblePanel container. For our
 * default style, the CollapsiblePanel is responsible for drawing the borders
 * around the widget.
 *
 * If you want to constrain the width of the CollapsiblePanel widget, set a width on
 * the CollapsiblePanel container. By default, our CollapsiblePanel expands horizontally to fill
 * up available space.
 *
 * The name of the class ("CollapsiblePanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * CollapsiblePanel container.
 */
.CollapsiblePanel {
	margin: 0px;
	padding: 0px;
	border-left: solid 1px #CCC;
	border-right: solid 1px #999;
	border-top: solid 1px #999;
	border-bottom: solid 1px #CCC;
	cursor:pointer;
}

/* This is the selector for the CollapsiblePanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open or close the panel.
 *
 * The name of the class ("CollapsiblePanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * CollapsiblePanel panel tab container.
 */
.CollapsiblePanelTab {
	font: bold 0.7em sans-serif;
	background-color: #DDD;
	border-bottom: solid 1px #CCC;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

/* This is the selector for a CollapsiblePanel's Content area. It's important to note that
 * you should never put any padding on the content area element if you plan to
 * use the CollapsiblePanel's open/close animations. Placing a non-zero padding on the content
 * element can cause the CollapsiblePanel to abruptly grow in height while the panels animate.
 *
 * The name of the class ("CollapsiblePanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style a
 * CollapsiblePanel content container.
 */
.CollapsiblePanelContent {
	margin: 0px;
	padding: 0px;
}

/* An anchor tag can be used inside of a CollapsiblePanelTab so that the
 * keyboard focus ring appears *inside* the tab instead of around the tab.
 * This is an example of how to make the text within the anchor tag look
 * like non-anchor (normal) text.
 */
.CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "CollapsiblePanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the CollapsiblePanel.
 */
.CollapsiblePanelOpen .CollapsiblePanelTab {
	background-color: #EEE;
}

/* This is an example of how to change the appearance of the panel tab when the
 * CollapsiblePanel is closed. The "CollapsiblePanelClosed" class is programatically added and removed
 * whenever the CollapsiblePanel is closed.
 */

.CollapsiblePanelClosed .CollapsiblePanelTab {
 /* background-color: #EFEFEF */
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "CollapsiblePanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-color: #CCC;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * CollapsiblePanel has focus. The "CollapsiblePanelFocused" class is programatically added and removed
 * whenever the CollapsiblePanel gains or loses keyboard focus.
 */
.CollapsiblePanelFocused .CollapsiblePanelTab {
	background-color: #3399FF;
}

.footertext {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 10px;
}
.headertext {
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
}

a:link {
	color: #032147;
}
a:visited {
	color: #032147;
}
a:hover {
	color: #2167BC;
}
a:active {
	color: #032147;
}

.LeftBar
{
	background-image:url(images/shadow-left-bg.jpg);
}

.RightBar
{
	background-image:url(images/shadow-right-bg.jpg);
}


.CalendarHeader
{
	background-image:url(images/icons/small/calendar.png);
}

.BuildingHeader
{
	background-image:url(images/icons/small/building.png);
}

.NotepadHeader
{
	background-image:url(images/icons/small/notepad.png);
}

.ViewImage
{	
	text-decoration:none;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
	background-position:left center;
	background-repeat:no-repeat;
	background-image:url(images/icons/small/view.png);
}

.headerbar {
	background-color: #032147;
	border-top-width: 3px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #032147;
	border-right-color: #032147;
	border-left-color: #032147;
}

#menubar {
	background-color: #993333;
	color:#FFFFFF;
	font-size:12px;
	padding: 5px;
	border: 3px solid #032147;
}


#menubar A:link{

	color:#FFFFFF;
	
}


#menubar A:visited{
	

	color:#FFFFFF;
	
}


#menubar A:hover{
	

	color:#FFFFFF;
	text-decoration:none;
	
}

#menubar1 {
	background-color: #993333;
	color:#FFFFFF;
	font-size:12px;
	padding: 5px;
	border: 3px solid #032147;
}


#menubar1 A:link{

	color:#FFFFFF;
	
}


#menubar1 A:visited{
	

	color:#FFFFFF;
	
}


#menubar1 A:hover{
	

	color:#FFFFFF;
	text-decoration:none;
	
}

.mainbodyarea {
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #032147;
	border-left-color: #032147;
}


.innertablecell {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #032147;
	border-left-color: #032147;

}



.datatable td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #b5b6a5;
	border-bottom-color: #b5b6a5;
}

.rowheading {
	background-color: #e0e1d6;
	font-weight: bold;
}

.rowcolor {
background-color:#f9f9f6;

}

.redbutton {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	background: transparent url(images/button-red.png);
	background-position:top;
	vertical-align: middle;
	width: 81px;
	height: 21px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor:pointer;
}

.bluebutton  {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	background: transparent url(images/button-blue.png);
	background-position:top;
	vertical-align: middle;
	width: 81px;
	height: 21px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor:pointer;
}

.redbuttonwide {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	background: transparent url(images/button-red.png);
	background-position:top;
	vertical-align: middle;
	width: 150px;
	height: 21px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor:pointer;
}

.bluebuttonwide  {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	background: transparent url(images/button-blue.png);
	background-position:top;
	vertical-align: middle;
	width: 150px;
	height: 21px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor:pointer;
}
input.button 
{
	margin-top:5px;
	cursor:pointer;
    border: 0;
    color:White;
    font-weight:bold;
    background: url(images/button-blue-noend.png) no-repeat;
    height: 21px;
    /* used to catch the buttonEnding */
    position: relative;
}
.buttonEnding 
{
	margin-top:5px;
	cursor:pointer;
    position: absolute;
    display: inline;
    width: 7px;
    height: 21px;
    background: url(images/blue-end.png) no-repeat;
}

input.TextBox, textarea
{
	border: solid 1px #B5B6A5;
}

select.DropDownList
{
	border: solid 1px #B5B6A5;
}

select.DropDownList option
{
	border-bottom: solid 1px #B5B6A5;
	padding-left: 10px;
}

/******************************************************************************
*	VALIDATION
******************************************************************************/
.ValidationError
{
	color: #CC0000;
}

.ValidationSummary
{
	padding: 5px;
	margin-bottom: 10px;
	border: solid 1px #B5B6A5;
	background-color: #FFF8C6;
	color: #CC0000;
}

.ValidationSummary ul
{
	margin-top: 5px;
	margin-bottom: 0px;
	padding-left: 20px;
}

.ValidationSummary li
{
	padding: 2px;
	margin: 0px;
}

.TextBoxValidatorContainer
{
	padding-left: 5px;
}

/******************************************************************************
*	MAIN LAYOUT
******************************************************************************/
#LayoutContainer
{
	width: 100%;
	text-align: left;
}

.HeaderImage
{
	background-color: #032147;
}

.ContextStrip
{
	width: 100%;
	background-color: #8C3831;
	border-bottom: solid 2px #032147;
}

.ContextStripContent
{
	vertical-align: top;
	width: 100%;
	border-left: solid 1px Black;
	padding: 5px;
	color: White;
	font-size: 12pt;
}

.ContextStripLinks
{
	vertical-align: top;
	white-space: nowrap;
	border-right: solid 2px #032147;
	padding: 5px;
	padding-right: 10px;
	text-align: right;
	color: White;
}

.ContextStripLinks a:link, .ContextStripLinks a:visited
{
	color: White;
}

.TemplateContentSection
{
	width: 100%;
	height: 520px;
	background-color: White;
	border: solid 2px #032147;
	border-top: none;
	border-bottom: none;
	background-color: #F0F0E9;
}

.MainContentContainer
{
	background-color: White;
	vertical-align: top;
}

.Footer
{
	color: White;
	text-align: center;
	font-weight: bold;
	background-color: #032147;
	padding: 5px 0px;
	font-size: 8pt;
}

.Footer a:link, .Footer a:visited
{
	color: White;
}

.LoginSectionHeader
{
	padding: 3px;
	background-color: #032147;
	border: solid 1px #032147;
	color: White;
	font-weight: bold;
}

.PrintHeader
{
	border: solid 1px #032147;
	color: White;
	font-weight: bold;
}

.LoginSection
{
	border: solid 1px #B5B6A5;
	background-color: #F0F0E9;
	border-top: none;
	padding: 2px;
}

/******************************************************************************
*	GRIDVIEW
******************************************************************************/
.Grid
{
	border: solid 1px #B5B6A5;
}

.Grid th, .Grid td
{
	padding: 4px 8px;
	border: solid 1px #B5B6A5;
}

.GridHeader
{
	background-color: #F0F0E9;
	color: #032147;
}

.GridHeader th
{
	font-weight: bold;
}

.GridRow
{
	
}

.GridAlternatingRow
{
	background-color: #E7E3D6;
}

/******************************************************************************
*	GRIDVIEWPRINT
******************************************************************************/
.GridPrint, GridPrint th, .GridPrint td
{
	font-size:1pt;
	border: solid 1px #B5B6A5;
}

.GridHeaderPrint
{
	font-size:1pt;
	background-color: #F0F0E9;
	color: #032147;
}

.GridHeaderPrint th
{
	font-size:1pt;
}

.GridRowPrint, GridRowPrint tr, GridRowPrint td
{
	font-size:1pt;
}

.GridAlternatingRowPrint
{
	font-size:1pt;
	background-color: #E7E3D6;
}

.GridAlternatingRowPrint tr ,GridAlternatingRowPrint td
{
	font-size:1pt;
}

/******************************************************************************
*	WIZARD
******************************************************************************/
.WizardHeader
{
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 10px;
	border-bottom: dotted 1px Black;
	margin-bottom: 10px;
}

/******************************************************************************
*	FORM
******************************************************************************/
table.Form
{
	
}

td.FormRowCaptionCell
{
	padding: 3px 3px 3px 0px;
	vertical-align: middle;
}

td.FormRowContentCell
{
	padding: 3px 1px;
	vertical-align: top;
	text-align: left;
}

td.FormRowAuxiliaryCell
{
	padding: 3px;
	vertical-align: top;
}

.SearchFormRelatedEntityHeader
{
	background-color: #DFDFDF;
	border: solid 1px #B5B6A5;
	padding: 3px 5px;
	margin: 5px 0px;
}

/******************************************************************************
*	ENTITY LIST
******************************************************************************/
.EntityListHeader
{
	display: block;
	padding: 5px;
	background-color: #032147;
	color: White;
	font-weight: bold;
}

.EntityListOptions
{
	background-color: #E7E3D6;
	padding: 5px;
	border: solid 1px #B5B6A5;
	border-top: none;
}

.EntityListOptions a:link,
.EntityListOptions a:visited
{
	padding: 0px 0px;
	text-decoration: underline;
}

.EntityListOptions a:hover
{
	text-decoration: underline;
}

.EntityListSearchForm
{
	margin-top: 10px;
}

.EntityListButtonContainer
{
	padding: 10px 0px;
}

.EntityListKnownField
{
	background-color: #F0F0E9;
}

.EntityListResultsHeader
{
	display: block;
	font-weight: bold;
	padding: 5px;
	border: solid 1px #B5B6A5;
	background-color: #F0F0E9;
}

.EntityListGridOptions
{
	background-color: #E7E3D6;
	padding: 5px;
	border: solid 1px #B5B6A5;
	border-top: none;
	margin-bottom: 10px;
}

.EntityListGridOptions a:link,
.EntityListGridOptions a:visited
{
	padding: 0px 0px;
	text-decoration: underline;
}

.EntityListGridOptions a:hover
{
	text-decoration: underline;
}

.EntityListGridMessage
{
	margin-top: 10px;
	display: block;
	padding: 5px;
	border: solid 1px #B5B6A5;
	color: #8C3831;
	background-color: #DFDFDF;
}

.EntityListGridContainer
{
	margin-top: 10px;
	margin-left: 1px;
}

/******************************************************************************
*	ENTITY FORM
******************************************************************************/
.EntityFormMessage
{
	display: block;
	padding: 5px;
	background-color: #F0F0E9;
	color: #032147;
	border: solid 1px #B5B6A5;
	font-weight: bold;
	margin-bottom: 10px;
}

.EntityFormButtonContainer
{
	margin-top: 10px;
	padding: 10px 0px;
	border-top: solid 1px #B5B6A5;
}

.EntityFormAssociationMessage
{
	padding-left: 5px;
	font-size: 8pt;
}

/******************************************************************************
*	ENTITY SELECTOR
******************************************************************************/
.EntitySelectorForm
{
	padding: 3px 0px;
	background-color: #F0F0E9;
	border: solid 1px #B5B6A5;
}

.EntitySelectorFormName
{
	padding-left: 3px;
	font-weight: bold;
	width: 100%;
}

.EntitySelectorFormName a:link,
.EntitySelectorFormName a:visited
{
	text-decoration: none;
	display: block;
}

.EntitySelectorFormName a:hover
{
	text-decoration: underline;
}

.EntitySelectorDisabledFormName
{
	padding-left: 3px;
	font-weight: bold;
	width: 100%;
	color: #B5B6A5;
}

.EntitySelectorFormButtons
{
	text-align: right;
	white-space: nowrap;
	padding-right: 3px;
}

.EntitySelectorFormButtons input
{
	width: 35px;
}

/******************************************************************************
*	CREATE QUESTION PART WIZARD
******************************************************************************/
.CreateQuestionPartNavigation
{
	text-align: left;
	margin-top: 10px;
	padding-top: 10px;
	border-top: dotted 1px Black;
}

