﻿.CheckBoxLink label
{
	color: #ee5500;
	text-decoration: underline;
	cursor: pointer;
}


ul {
	list-style-type: square;
	margin: .3em 0 0 3em;
	padding: 0;
	list-style-image: url("pics/bullet_orange.gif");
}

ol {
	line-height: 1.5em;
	margin: .3em 0 0 3em;
	padding: 0;
	list-style-image: none;
}

li p 
{
	margin: 2px 0px;
}


kbd
{
	font-size: 120%;
}

.Hr
{
	border-top: 1px solid #AC9D8B;
	margin: 0px;
}

#administrationDefault p
{
	margin-left: 20px;
}


.Required
{
	color: Red;
}

.ActionMenu
{
	margin: 10px 0px 20px 0px;
	padding: 5px 10px;
	color: gray;
}


/* IE 7.0 HACK for treeview */
/* http://blogs.msdn.com/carloc/archive/2007/05/23/broken-line-in-asp-net-2-0-treeview-in-ie-7.aspx */
.TreeView td div {
	height: 20px !important;
}

.TreeViewNode
{
	padding-left: 5px;
	padding-right: 5px;
}

.TreeViewSelectedNode 
{
	background-color: #df0000;
	color: white;
}

.TreeViewSelectedNode a:hover
{
	color: white;
}

.TreeView table tr td
{
	padding: 0;
	border: none;
}

.TreeViewNode a
{
	text-decoration: none;
}

.TreeViewNode a:hover
{
	text-decoration: underline;
}

.OddRow td
{
	background-color: white !important;
	color: Black;
}

.EvenRow td
{
	background-color: #FAF7F3 !important;
	color: Black;
}

.TextBox
{
	background-color: white;
	border: solid 1px gray;
	width: 250px; /*default width */
	padding: 2px;
}

.TextBoxReadOnly .TextBox
{
	background-color: #fffff0;
	border: none;
}

.DropDownList
{
	background-color: white;
	border: solid 1px #CDC3B6;
}

.NoBorders
{
	border-spacing: 0;
}

.NoBorders td
{
	border: none !important;
}

.TableNote
{
	font-size: 80%;
}

.TableNote th
{
	background-color: #eee;
	text-align: left;
}

.TableNote td
{
	padding-left: 10px;
}

.FormNote
{
    font-size : 80%;
    width: 400px;
    margin-top: 15px;
}

#content .FormNote h1
{
	display: inline;
	float: left;
    font-size: 125%;
    border: none;
    padding: 0px;
    margin: 0;
    font-weight: bold;
    background: none;
    color: gray;
}

.FormNote p
{
	margin: 0px;
	margin-left: 90px;
}

.WizardSideBar
{
	vertical-align: top;
	padding: 20px 10px;
	border-top: 3px solid #df0000;
	border-bottom: 3px solid #df0000;
	width: 200px;	
}

.WizardSideBar a
{
	margin: 1px 0px;
	display: block;
}

.WizardSideBar a:hover
{
	/*background-color: #F0E8DC;*/
}

.WizardStep
{
	vertical-align: top; /* doesn work in IE */
	padding: 10px;
}

.Wizard td
{
	vertical-align: top; /* hack on vertical align in WizardStep */
}

.Separator
{
	color: Gray;
}

.GridView
{
	/*border: 1px solid #F0E8DC;*/ /*IE works here, Firefox workds on td border*/
	border-collapse: collapse;	
}


.GridViewAlternatingRow
{
	background-color: #FAF7F3;
}

.GridView tr.NoData td
{
	border: none;
}

#divLogin
{
	border: #423931 solid 1px;
	width: 290px;
	/*height: 250px;*/
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	background-color: #F7EFDE;
	padding: 1px;
}

#divLogin h1
{
	background-color: #423931;
	background-image: none;
	color: white;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	border: none;
	margin: 0;
	padding: 2px;
}

#divLoginInner
{
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
}

#divLoginInner table
{
	width: 100%;
}

a[disabled="disabled"]
{
	color: Silver !important;
}

.Disabled
{
	color: Silver;
}

.BoxInMiddle
{
	padding: 30px;
	border: 1px solid #473F36;
	text-align: center;
}

.GenericErrorPage
{
}

.FileNotFound
{
}

.NoAccess
{
}

.WebticaHelpDesk
{
	font-weight: bold;
}

.AdminMenuTable
{
	border: none;
	border-collapse: separate;
}

.AdminMenuTable td
{
	vertical-align: top;
	border: none;
}


.CalendarPopup
{
}

.CalendarPopup table
{
	border-collapse: collapse !important;
}

.CalendarPopup td
{
	border: none !important;
	padding: 4px !important;
}

.SearchResult
{
	margin: 10px 0px 5px 0px;
	font-weight: bold;
}

.NoWrap
{
	white-space: nowrap;
}

.ModulesTable td
{
	padding: 10px 20px;
}

#profile .Formular fieldset
{
	border-left: none;
	border-right: none;
	border-bottom: none;
	margin-top: 10px;
	_margin-top: 0;
	%margin-top: 0;
}

#profile .Formular fieldset legend
{
	margin-left: -1px;
	_margin-left: -7px;
	%margin-left: -7px;
	margin-bottom: 0;
	_margin-bottom: 10px;
	%margin-bottom: 10px;	
}

#profile .Formular th
{
	width: 200px;
}

abbr
{
	border-bottom: 1px dotted gray;
}

.FormularReadOnly fieldset
{
	border: none;
}

.FormularReadOnly .TextBox
{
	border: 1px #eee solid;
}

.QuestionMark
{
	float: right;
	margin: 10px;
	background-image: url("pics/questionmark.gif");
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 16px;
}

tr.PrivateCodebook td
{
	color: Red;
}

td.PrivateCodebookEvent
{
	color: Red;
}

.Bold
{
	font-weight: bold;
}

.Clear
{
	clear: both;
}


/* ********************************************** 2.3 ************************************************ */

.SimplyForm
{
}

.SimplyForm h1
{
	font-weight: bold;
	font-size: 120%;
	margin-top: 1.0em;
	margin-bottom: 1px;
	border: none;
	padding: 5px 10px;
	text-align: left;
}

.SimplyForm fieldset
{
	border: 1px solid #F0E8DC;
	padding: 10px;
}

.SimplyForm fieldset legend
{
	margin-left: 10px;
	padding: 1px 10px;
	margin-left: -1px;
	_margin-left: -7px;
	%margin-left: -7px;
	margin-bottom: 0;
	_margin-bottom: 10px;
	%margin-bottom: 10px;		
}

.SimplyForm table tbody th
{
	font-weight: bold;
	text-align: right;
	padding: 4px 5px;
}

#divLogin .AccountRegistration
{
	margin-top: 5px;
}





/* ********************************************** 2.4 ************************************************ */

.ProgressImage
{
	position: absolute;
	left: 20px;
}

.Palette
{
	border-style: none;	
}

.Palette table tbody td
{
	padding: 0 !important;
}

.PopupWindow
{
	visibility: hidden;
	background-color: White;
	border: 1px solid silver;
}

.QuestionMarkLeftDiv
{
	background-image: url("pics/questionmark.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-size: 85%;
	color: Gray;
}

.NoFormular
{
	border-spacing: 0;
}

.NoFormular td
{
	border: none !important;
	padding: 0 !important;
}

.RadioButtonListHorizontal label
{
    margin-right: 10px;
}

.RadioButtonListHorizontal input
{
    margin-right: 0px;
}


.Bookmarks
{
	/*padding-left: 2px;
	border-left: 3px solid #473F36;
	margin-bottom: 1em;*/
	border-bottom: 2px solid gray;
	margin-top: 10px;
}

.Bookmarks INPUT
{
	background-color: #e9e9e9;
	border: 1px solid #474747;
	padding: 2px 4px;
	font-size: 90%;
	_padding: 1px 2px;
	%padding: 1px 2px !important;
	margin-right: 1px;
}

.Bookmarks INPUT:HOVER
{
	/*border-color: red;*/
	background-color: #d3d3d3;
	cursor: pointer;
}

.BookmarkContent
{
	border: 1px solid silver;
	padding: 20px;
	border-top-width: 2px;
}

.ListBoxExtenderPrompt
{
    color: #555588;
    background-color: white;
}