﻿body 
{
	font-family: "Arial", "Tahoma", "MS Sans Serif", sans-serif;
}

table 
{
	border: none 0px #fff;
}

tr
{
	border-bottom: dashed 1px #ccc;
}

/*
th
{
	padding: 5px 2px 5px 2px;
	background-color: #ddd;
}

td
{
	padding: 5px 2px 5px 2px;
}
*/

a:link {
	color: #06c;
}

a:hover, a:active {
	text-decoration: none;
	color: #333333;
}

a:visited {
	color: #06c;
}

input
{
	font-family :  "Arial", "Tahoma", "MS Sans Serif", sans-serif;
	font-weight: bold;
	font-size: 1.2em;
}

.ActionButton
{
	border-right: 1px dashed; 
	border-top: 1px dashed; 
	border-left: 1px dashed; 
	border-bottom: 1px dashed; 
	background-color: #dddddd; 
	text-align: center; 
	padding: 10px 20px 10px 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 5px;
	font-weight: bold;
	float: left;
}

/* Menu */

.TabMenuItem
{
	background-color: #eee;
	padding: 2px 5px 2px 5px;
	border: solid 1px #ddd;
}

.TabMenuItemHover
{
	background-color: #fff;
}

.TabMenuItemSelected
{
	background-color: #fff;
	font-weight: bold;
}

/* Portal Structure */

.Header
{
	margin-bottom: 20px;
	border-bottom: dotted 1px #ccc;
}

.header_logo
{
	float: left;
	width: 222px;
	text-align: left;
}

.header_menu
{
	float: right;
	text-align: right;
	padding-top: 6px;
	margin-left: 10px;
}

.header_menu_container
{
	margin-top: 10px;
}

.header_info
{
}

.header_clear
{
	clear: both;
}

/* Forms */

input, textarea, select {
	font-family: "Arial", "Tahoma", "MS Sans Serif", sans-serif;
	font-size: 13px;
	color: #333333;
}

.FormContainer
{
	margin: 40px 10px 50px 0px;
	padding: 10px 10px 10px 10px;
	border: solid 1px #ddd;
}

.FormHeader
{
	width: 100%;
	background-color: #ddd;
	font-weight: bold;
}

.FormRowContainer
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.FormRowLabel
{
	float: left;
	width: 150px;
	margin: 0px 5px 10px 0px;
	padding: 0px 5px 0px 0px;
	text-align: right;
	border-right: dotted 1px #ccc;
	color: #666;
	font-weight: bold;
	font-size: 0.9em;
}

.FormRowControls
{
	float: left;
	margin: 0px 5px 10px 0px;
}

.FloatLeftArea
{
	float: left;
	margin: 0px 5px 0px 0px;
}

.FormRowClear
{
	clear: both;
}

.AddNewBox
{
	margin-top: 50px;
}

/* Login */

#LoginClient
{
	margin: 5px 0px 5px 10px;
	padding: 10px 10px 10px 10px;
	border: solid 1px #ccc;
	background-color: #fcfcfc;
	float: left;
}

#LoginCopy
{
	margin: 5px 0px 5px 0;
	padding: 10px 10px 10px 10px;
	border: solid 1px #ccc;
	background-color: #fcfcfc;
	float: left;
}

#LoginCopy ul
{
	
}

#LoginCopy li
{
	padding-bottom: 10px;
	font-size: 0.9em;
	color: #555;
}

.LoginLabel
{
	font-family :  "Arial", "Tahoma", "MS Sans Serif", sans-serif;
	font-weight: bold;
	font-size: 1.0em;
}

#LoginClient input
{
	font-family :  "Arial", "Tahoma", "MS Sans Serif", sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 5px;
}

#LoginClient a
{
	font-size: 0.7em;
}

.LoginError
{
	color: Red;
	padding: 2px 5px 2px 5px;
	border: dotted 1px red;
	background-color: #eee;
	margin-top: 20px;
	margin-bottom: 20px;
}




.PasswordAlert
{
	font-weight: bold;
	color: #666;
	background-color: #eee;
	padding: 2px 5px 2px 5px;
	border: dotted 1px #666;
}



/* ---- */

.cellLbl
{
	float: left;
	width: 100px;
	margin-top: 5px;
	text-align: right;
	font-size: 12px;
}
.cellTb
{
	float: left;
	width: 50px;
	margin-right: 25px;
	padding-left:5px;
	margin-left: 5px;
	margin-top: 5px;
	font-size: 12px;
}
.cellWideLeft
{
	float:left;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 0px;
	width: 200px;			
}
.cellHeader
{
	float: left;
	width: 185px;
	text-align: left;
	border-bottom: 10px;
	border-top: 10px;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
}
.grid
{
	padding-top: 20px;
	padding-bottom: 20px;
}

.ProfilePic
{
	border: solid 2px #06c;
	padding: 2px 2px 2px 2px;
}

.clear
{
	clear:both;
}

/* Modal Lookup */

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=20);
	opacity:0.2;
}


.ModalLookup
{
	width: 700px;
	background-color: #fff;
	border: solid 2px #999;
	padding: 0px 0px 0px 0px;
}

.ModalHeaderContainer
{
	background-color: #999;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.ModalLookupHeader
{
	background-color: #999;
	padding: 2px 5px 2px 5px;
	font-weight: bold;
	width: 85%;
	color: #fff;
	float: left;
}
.ModalCancelHeader
{
	float:left;
	background-color: #999;
	padding: 2px 10px 2px 5px;
	font-weight: bold;
	width:10%;
	color: #fff;
	text-align:right;
}

.ModalLookupContent
{
	padding: 10px 2px 10px 2px;
	width: 700px;
}
.ModalSearchRowContainer
{
	margin-top: 10px;
	margin-bottom: 10px;
}
.ModalSearchLabel
{
	padding: 5px 5px 20px 0px;
	font-size: .7em;
}

.ModalSearchControl
{
	text-align: right;
	width: 125px;
	float: left;
	padding: 5px 10px 10px 10px;
	margin: 0px 5px 10px 5px;
	border-right: dotted 1px #ccc;
	border-bottom: dotted 1px #ccc;
}
.ModalSearchControlResizable
{
	text-align: right;
	float: left;
	padding: 5px 10px 10px 10px;
	margin: 0px 5px 10px 5px;
	border-right: dotted 1px #ccc;
	border-bottom: dotted 1px #ccc;
}
.ModalSearchGridContainer
{
	padding: 10px 10px 10px 10px;
	text-align: center;
	width: 90%;	
}
.ModalSearchGrid
{
	padding: 10px 10px 10px 10px;
	text-align: left;
	width: 99%;	
}















/* Static Lookup */

.StaticLookup
{
	width: 99%;
	background-color: #fff;
	border: solid 2px #999;
	padding: 0px 0px 0px 0px;
}

.StaticHeaderContainer
{
	background-color: #999;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.StaticLookupHeader
{
	background-color: #999;
	padding: 2px 5px 2px 5px;
	font-weight: bold;
	width: 99%;
	color: #fff;
	float: left;
}
.StaticCancelHeader
{
	float:left;
	background-color: #999;
	padding: 2px 10px 2px 5px;
	font-weight: bold;
	width:10%;
	color: #fff;
	text-align:right;
}

.StaticLookupContent
{
	padding: 10px 2px 10px 2px;
	width: 100%;
}
.StaticSearchRowContainer
{
	margin-top: 10px;
	margin-bottom: 10px;
}
.StaticSearchLabel
{
	padding: 5px 5px 20px 0px;
	font-size: .7em;
}

.StaticSearchControl
{
	text-align: right;
	width: 125px;
	float: left;
	padding: 5px 10px 10px 10px;
	margin: 0px 5px 10px 5px;
	border-right: dotted 1px #ccc;
	border-bottom: dotted 1px #ccc;
}
.StaticSearchControlResizable
{
	text-align: right;
	float: left;
	padding: 5px 10px 10px 10px;
	margin: 0px 5px 10px 5px;
	border-right: dotted 1px #ccc;
	border-bottom: dotted 1px #ccc;
}
.StaticSearchGridContainer
{
	padding: 10px 10px 10px 10px;
	text-align: center;
	width: 90%;	
}
.StaticSearchGrid
{
	padding: 10px 10px 10px 10px;
	text-align: left;
	width: 99%;	
}















.EventTeam_DisplayContainer
{
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px 5px 10px 5px;
	border: dotted 1px #999;
}

.EventTeam_DisplayItem
{
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
	background-color: #fff;
	width: 300px;
}

.EventTeam_DisplayItem:hover
{
	background-color: #eee;
}

.EventDesc
{
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px 5px 10px 5px;
	border: dotted 1px #999;
}

.TAhours_staff
{
	float: left;
	margin-bottom: 5px;
	width: 305px;
}

.TAhours_day
{
	float: left;
	margin-bottom: 5px;
}


.GridFooterControl
{
	float: left;
	margin: 0px 5px 10px 0px;
	width: 650px;
	text-align:right;
}

.specialfield {
display: none;
}

#url {
display: none;
}
