
table.SelectTable 
{
	border: solid 1px gray;
}

table.SelectTable td
{
	font-weight: bold;	
	color: #333377;
}


  /*---------------------*/
 /*    Global styles    */
/*---------------------*/

input,select
{
	font-size: 10px;
	font-family:Verdana;
}

select.ArticleDropDown
{
	position: relative;
	top: -1px;
	margin-left: 5px;
}

input.FileUpload
{
	font-size: 110%;
}

.SearchIDPrefix
{
	width: 55px;
}

input.SearchIDSuffix
{
	width: 55px;
}

.NotAvailable
{
	font-style: italic;
}

.ReadOnly
{
	font-weight: bold;
	font-size: 10px;
}

.OnFile
{
	font-style: italic;
	font-weight: bold;
	font-size: 10px;
}

.NoResultsMessage
{
	text-align: center;
	font-style: italic;
	font-size: 110%;
	padding: 15px 0px 5px 0px;
}

.ListDescription
{
	font-weight: bold;
	font-size: 110%;
	margin: 10px 0px 3px 7px;
}

.NotAvailable
{
	font-style: italic;
	font-weight: normal;
}

.Validator
{
	font-style: italic;
	font-weight: bold;
	padding-left: 4px;
	font-size: 95%;
	color: #AA0000;
}

.FormButton
{
	font-weight: bold;
	font-size: 100%;
	color: #000099;
	border: solid 1px black;
	background-color: white;
	margin-top: 1px;
	margin-bottom : 1px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.FormButtonHover
{
	font-weight: bold;
	font-size: 100%;
	color: #000099;
	border: solid 2px gray;
	background-color: whitesmoke;
	margin-top: 0px;
	margin-bottom : 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	cursor: hand;
}

.IncompatibleArticleMessage
{
	text-align: center;	
	font-style: italic;
	font-weight: bold;
	padding: 20px 0px 20px 0px;
	color: Red;
}

.SmallTextBox
{
	width: 55px;
}

.ShortTextBox
{
	width: 65px;
}

.LongTextBox
{
	width: 250px;
}

.FileInput
{
	padding: 5px 15px 5px 15px;
}

div.ErrorMessage
{
	text-align: center;
	color: Red;
	font-weight: bold;
}

  /*---------------------------*/
 /*  Login/User Panel styles  */
/*---------------------------*/

div.LoginForm
{
	text-align: center;
	margin-top: 25px;
}

div.LoginForm .LoginTable
{
	border: solid 1px gray;
	margin-top: 10px;
}

div.LoginForm .LoginCell
{
	padding-top: 10px;
}

div.LoginForm .LoginCell, .PasswordCell
{
	font-weight: bold;
	padding-left: 60px;
	padding-bottom: 5px;
	padding-right:5px;
}

div.LoginForm .ButtonCell
{
	padding: 5px 0px 10px 115px;
}

div.LoginForm  .FormButton
{
	width: 60px;
}

div.LoginForm  .FormButtonHover
{
	width: 60px;
}

div.UserPanel
{
	padding-top: 5px;
}
div.UserPanel .UserName
{
	font-weight: bold;
}

div.UserPanel .LogoutLink
{
	margin-right: 5px;
	font-weight: bold;
}

  /*-------------------*/
 /*  TaskList styles  */
/*-------------------*/

div.TaskList
{
	text-align: center;
	margin-top: 25px;
}

div.TaskList table.TaskTable
{
	border: solid 1px gray;
	margin-top: 10px;
}

div.TaskList table.TaskTable td.Heading
{
	font-weight: bold;
	font-size: 120%;
	padding: 5px 30px 5px 10px;
	background-color: WhiteSmoke;
	border-bottom: solid 1px gray;
}

div.TaskList table.TaskTable td.TaskLink
{
	font-weight: bold;
	font-size: 110%;
	padding: 0px 0px 15px 20px;
}

  /*--------------------*/
 /*  DataTable styles  */
/*--------------------*/

table.DataTable
{
	border: solid 1px gray; 
}

table.DataTable tr.DataTableHeader td
{
	padding: 3px;
	text-align: left;
	background-color: whitesmoke;
	color: #2C3080;
	font-weight: bold;
	border-bottom: solid 1px gray; 
	font-size: 110%; 
}

table.DataTable tr.DataTableHeader td table td
{
	font-size: 110%; 
	padding: 0px;
	border: 0px; 
}

table.DataTable td
{
	font-size: 100%; 
	padding: 3px 7px 3px 5px;
	width: 100%;
}

table.DataTable td.EditColumn
{
	font-size: 110%; 
	padding: 3px 7px 3px 5px;
	width: 0px;
	vertical-align: top;
}

table.DataTable td.NarrowColumn
{
	font-size: 100%; 
	padding: 3px 7px 3px 5px;
	width: 0px;
	vertical-align: top;
}

table.DataTable td.EditColumn table td
{
	font-size: 110%; 
	padding: 0px;
}

table.DataTable td.NarrowColumn table td
{
	padding: 0px;
}

table.DataTable tr.DataTableAltRow td
{
	background-color: #E7E7E7;
	font-size: 100%; 
	padding: 3px 7px 3px 5px;
	width: 100%;
}

table.DataTable tr.DataTableAltRow td.EditColumn
{
	background-color: #E7E7E7;
	font-size: 110%; 
	padding: 3px 7px 3px 5px;
	width: 0px;
	vertical-align: top;
}

table.DataTable tr.DataTableAltRow td.NarrowColumn
{
	background-color: #E7E7E7;
	font-size: 100%; 
	padding: 3px 7px 3px 5px;
	width: 0px;
	vertical-align: top;
}

table.DataTable tr.DataTableAltRow td.EditColumn table td
{
	font-size: 110%; 
	padding: 0px;
}

table.DataTable tr.DataTableAltRow td.NarrowColumn table td
{
	padding: 0px;
}

table.DataTable td.EditColumn a
{
	font-weight: bold;
}

table.DataTable tr.DataTableFooter td.FooterCell
{
	padding: 0px;
}

table.LinkTable
{
	border-top: solid 1px gray;
	width: 100%;
}

table.LinkTable td
{
	padding: 3px;
	background-color: whitesmoke;
	color: #2C3080;
	font-weight: bold;
	font-size: 95%;
}

table.LinkTable td.PreviousLink
{
	width: 33%;
	text-align: left;
}

table.LinkTable td.PageCount
{
	width: 33%;
	text-align: center;
}

table.LinkTable td.NextLink
{
	width: 33%;
	text-align: right;
}

table.DataTable .FormButton
{
	font-size: 90%;
	width: 45px;
	padding-top: 0px;
	padding-bottom: 0px;
}

table.DataTable .FormButtonHover
{
	font-size: 90%;
	width: 45px;
	padding-top: 0px;
	padding-bottom: 0px;
}

table.DataTable td.NarrowColumn i
{
	padding-left: 20px;
}

  /*-----------------------*/
 /*    NavTable styles    */
/*-----------------------*/

table.NavTable
{
	margin-left: 20px;
}

table.NavTable td
{
	padding: 5px 1px 5px 1px;
	font-weight: bold;
}

  /*-------------------*/
 /*  DataEdit styles  */
/*-------------------*/

div.DataEdit
{
	text-align: center;
	margin-top: 25px;
}

div.DataEdit table.EditTable
{
	border: solid 1px gray;
	margin-top: 10px;
}

div.DataEdit table.EditTable td.Heading
{
	font-weight: bold;
	font-size: 120%;
	padding: 5px 30px 5px 10px;
	background-color: WhiteSmoke;
	border-bottom: solid 1px gray;
}

div.DataEdit table.EditTable td.FieldName
{
	font-weight: bold;
	font-size: 100%;
	padding: 4px 10px 1px 15px;
	vertical-align: top;
	text-align: right;
}

div.DataEdit table.EditTable td.FieldNameAlt
{
	font-weight: bold;
	font-size: 100%;
	padding: 4px 10px 1px 15px;
	vertical-align: top;
	text-align: left;
}

div.DataEdit table.EditTable td.FieldValue
{
	padding: 1px 5px 1px 0px;
	font-size: 100%;
	height: 22px;
}

div.DataEdit table.EditTable td.FieldValue table td
{
	font-size: 100%;
}

div.DataEdit table.EditTable td.CenteredValue
{
	vertical-align: top;
	text-align:center;
	padding:5px;
}

div.DataEdit table.EditTable td.CancelChange
{
	text-align: left;
	padding: 10px;
}

div.DataEdit table.EditTable td.SaveChange
{
	text-align: right;
	padding: 10px;
}

div.DataEdit .FormButton
{
	width: 60px;
}

div.DataEdit .FormButtonHover
{
	width: 60px;
}


div.DataEdit table.EditTable td.StaticFieldName
{
	font-weight: bold;
	font-size: 100%;
	padding: 2px 10px 2px 15px;
	vertical-align: top;
	text-align: right;
}

div.DataEdit table.EditTable td.StaticFieldValue
{
	padding: 2px 5px 2px 0px;
	font-size: 100%;
}

div.DataEdit table.EditTable td.StaticFieldValue table td
{
	font-size: 100%;
}

div.DataEdit table.EditTable td.MeasurementFieldName
{
	font-weight: bold;
	font-size: 100%;
	padding: 7px 10px 2px 15px;
	vertical-align: top;
	text-align: right;
}

div.DataEdit table.EditTable td.MeasurementFieldValue
{
	width: 90px;
	padding: 2px 5px 2px 0px;
	font-size: 100%;
	text-align: right;
}

  /*----------------------*/
 /*  ButtonTable styles  */
/*----------------------*/

table.ButtonTable
{
	width: 60%;
	margin-top: 20px;
}

table.ButtonTable td.CancelChange
{
	text-align: left;
}

table.ButtonTable td.CancelChange .FormButton, .FormButtonHover
{
	width: 120px;
}

table.ButtonTable td.SaveChange
{
	text-align: right;
}

table.ButtonTable td.SaveChange .FormButton, .FormButtonHover
{
	width: 120px;
}

table.SlotOrderTable td
{
	height:15px;
	padding: 0px;
}

table.DateRangeTable td
{
	font-size: 90%;
	padding-top: 3px;
}

table.SelectTopicTable td
{
	padding: 0px;
}

table.SelectTopicTable td.TopicNameColumn
{
	font-size: 100%;
	padding-right: 5px
}

table.SelectTopicTable .FormButton
{
	font-size: 90%;
	width: 45px;
	padding-top: 0px;
	padding-bottom: 0px;
}

table.SelectTopicTable .FormButtonHover
{
	font-size: 90%;
	width: 45px;
	padding-top: 0px;
	padding-bottom: 0px;
}

table.ImageTable
{
	width: 100%;
	border-top: solid 1px gray; 
	border-left: solid 1px gray; 
}

table.ImageTable td
{
	width: 25%;
	border-top: solid 1px gray; 
	border-right: solid 1px gray; 
	text-align: center;
	background-color: whitesmoke;
	vertical-align: top;
}

table.ImageLinkTable
{
	width: 100%;
}

table.ImageLinkTable td
{
	border-top: none;
	border-right: none;
	padding: 3px;
	vertical-align: top;
}

table.ImageLinkTable td.ImagePreview
{
	height: 150px;
	text-align: center;
	vertical-align: middle;
	font-size:85%;
}

table.ImageLinkTable td.ImagePreview div.ImageSize
{
	padding-bottom: 3px;
}

table.ImageLinkTable td.ImagePreview div.ImageName
{
	padding-top: 5px;
}

table.ImageLinkTable td.ImageLink
{
	height: 20px;
	vertical-align: top;
	background-color: #E7E7E7;
	border-bottom: solid 1px gray; 
}

table.ImageLinkTable td.ImagePreview img
{
	border: none;
}

div.FullImage
{
	padding-top: 10px;
	text-align: center;
}

span.ChangedSlotNumber
{
	font-weight: bold;
	color: Red;
}

div.ChangedSlotMessage
{
	font-size: 110%;
	text-align: center;
	padding-top: 15px;
	font-weight: bold;
	color: Red;
}

div.AddButtonHolder
{
	text-align: center;
	padding: 5px;
}

table.PageLinkTable
{
	border: solid 1px gray;
	border-bottom: none;
}

table.PageLinkTable td.SiteSectionName
{
	padding: 2px 10px 2px 15px;
	font-weight: bold;
	font-size: 110%;
	background-color: #FAFAFA;
	border-bottom: solid 1px gray;
}

table.PageLinkTable td.SitePageList 
{
	border-bottom: solid 1px gray;
	background-color: #ECECEC;
	padding: 3px 0px 3px 0px;
}

table.PageLinkTable td.SitePageList tr.SitePageRow td
{
	padding: 3px 10px 3px 35px;
	font-weight: bold;
	font-size: 110%;
}

table.RadioButtonList,table.CheckBoxList td
{
	vertical-align: middle;
	padding-right: 7px;
}

.HtmlMode
{
	font-family: Courier New;
	font-size: 12px;
	line-height: 22px;
	background-color: #EFEFEF;
}

.ChoiceTable
{
	float:left;
}

.ChoiceTable td
{
	font-weight: bold;
	color: #000088;
}

.retrievePasswordLinks
{
	text-align: center;
	margin-top: 20px;
}

table.ValidationSummary
{
	margin-top: -10px;
}

table.ValidationSummary td ul
{
	margin-top: 0px;
	margin-bottom: 0px;
}

table.ValidationSummary td ul li
{
	margin-top: 3px;
	margin-bottom: 2px;
}

.RadioButtonTable td
{
	font-weight: bold;
	color: #000088;
}
