*{ margin: 0; padding: 0; }*
body { /*background: #fff url(../images/bodybg.gif) repeat-x;*/ font: 74% Arial, Helvetica, Sans-Serif; color: #454545; line-height: 1.6em; }

a { text-decoration: none; color: #e20045; background: inherit; }
a:hover { color: #ff9900; background: inherit; }	
a:focus { outline: 0; }
h1 { font-size: 2.8em; line-height: 35px; }
h2
{ 
    color: #e20045; 
    font-family: Times, "Times New Roman", serif;
    font-style: italic;
    font-size: 18px;
    text-transform: uppercase;
    margin: 5px 0;
}
h2 + h2
{ 
    color: #3f3f3f; 
    margin-top: -5px;
}
h3
{
    color: #666666;
    font-size: 120%;
    text-transform: uppercase;
}
h4
{
    margin-top: 5px;
    color: #9a9a9a; 
    font-size: 100%; 
    font-family: Times New Roman;
    font-style: italic;
}
img { border: 0; }
fieldset
{ 
    padding: 5px;
    margin-bottom: 5px;
    /*max-width: 640px;*/
    background: url('../Images/background.png') repeat;
    border: 0;
    clear: both;
}
fieldset fieldset
{
    padding: 0;
    margin: 0;
    background: transparent;
    position: relative;
    left: -2px;
}
legend { padding: 0 5px 5px 5px; }
.grey { color: #484848; }

fieldset div.description
{
    padding: 5px;
}

fieldset div.description span
{
    padding: 5px;
    background: #fff;
    color: #333;
}

input[type=submit], input[type=button], a.button
{
    background-color: #ddd;
    border: 0;
    /*border-color: #888 #444 #444 #888;*/
    font: Arial,Helvetica,Sans-Serif;
    font-size: 0.9em;
    color: #fff;
    text-decoration: none;
    /*padding: 2px 4px 2px 4px;
    filter:progid:DXImageTransform.Microsoft.Gradient   
   (GradientType=0,StartColorStr='#ffeeeeee',EndColorStr='#ffcccccc');   */
    background: url('../Images/Arrow_magenta_right.png') no-repeat;
    width: 114px;
    height: 20px;
    cursor: hand;
}

a.button
{
    display: inline-block;
    text-align: center;
}

input[type=submit].normal, input[type=button].normal, a.normalbutton
{
    background: url('../Images/Arrow_grey_right.png') no-repeat;
    color: #000;
}
input[type=checkbox]
{
    margin-right: 3px;
}
button.ui-datepicker-trigger
{
    height: 16px;
    border: 0;
    background: none;
    position: relative;
    top: 3px;
}
#wrap { min-width: 1000px; margin: 10px 10px 0; }
	
/*#logo { float: left; width: 400px; margin: 0 0 0; }*/
#logo { background: url(../images/logo.png) no-repeat top left; position: relative; z-index: 1; }

#header_topleft { background: url(../images/topleft.png) no-repeat top left; height: 150px; width: 200px }
#header_topright { background: url(../images/topright.png) no-repeat top right; height: 150px; width: 358px }
#header_top { background: url(../images/background_plain.png) repeat; width: 100%; height: 150px; border: 0; padding: 0; margin: 0; }
#header_top p { padding: 0; margin: 0; }

#header_top ul { float: right; padding: 12px 160px 0 0; margin: 0 0 5px 0; }			
#header_top ul li { list-style-type: none; display: inline;  font-weight: bold; }
#header_top ul li a { padding-left: 7px; background: #FFF url(../images/bullet.gif) no-repeat center left; margin-right: 5px; color: #e20045; }
#header_top ul li a:hover { padding-left: 7px; background: #FFF url(../images/bullet.gif) no-repeat center left; margin-right: 5px; color: #808080; }

#header_bottom { /*background: #ffffff url(../images/bg.gif) repeat-x;*/ }
#header_bottom h2 { color: #F3F2BF; width: 250px; margin: 0 0 10px; background: #454545; }

#maincontent { padding: 20px 0; clear: both; }

#left { width: 220px; vertical-align: top; }
#center { /*width: 610px;*/ padding: 5px 15px 0 15px; vertical-align: top; }
#center p { margin: 0 0 15px; }
#right { width: 220px; float: right; }

.info { border: 1px solid #ccc; padding: 7px; font-size: .9em; background: #f4f4f4; }


#footer { clear: both; padding: 10px;  margin: 10px 0 0 0; border-top: 1px solid #ccc; line-height: 2em; }

ul.menu li, div.menu ul li
{
    background: url('../Images/menu_bg.gif') no-repeat 0 0;
    list-style-type: none;
    width: 220px;
    text-indent: 0;
    padding: 2px 0 2px 0;
    min-height: 43px;
}

ul.menu li a, div.menu ul li a
{
    background: url('../Images/marker_grey.png') no-repeat;
    background-position: left center;
    width: 220px;
    font-size: 12pt;
    font-weight: bold;
    text-transform: uppercase;
    color: #989898;
    padding: 0 0 0 25px;
    margin-left: 10px;
    position: relative;
    top: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
}

ul.menu li.selectedmenuitem a, div.menu ul li.selectedmenuitem a
{
    background: url('../Images/marker_magenta.png') no-repeat;
    background-position: left center;
    color: #e20045;
}

ul.menu ul, div.menu ul ul
{
    padding-top: 14px;
    padding-bottom: 20px;
}

ul.menu li ul li, div.menu ul li ul li
{
    background: none;
    color: #989898;
    list-style-type: none;
    padding: 2px 0 2px 0;
    min-height: 0;
}

ul.menu li ul li a, div.menu ul li ul li a
{
    background: none !important;
    color: #e20045 !important;
    font-size: 10pt;
    font-weight: normal;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label
{
    margin: 0.5em 0.5em;
    font-weight: bold;
    color: #e20045;
    text-transform: uppercase;
    clear: both;
    float: left;
    width: 200px;
}

.editor-field,
.display-field
{
    margin: 0.5em 0.5em;
    float: left;
}

.editor-field + .editor-field
{
    clear: both;
}

.display-description
{
    font-size: 0.9em;
    margin: 0 0 2em 0.5em;
    clear: both;
}

.drop-down
{
    width: 28em;
}

.text-box
{
    width: 28em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}

.checkbox-list
{
    display: inline-block;
    overflow: auto;
    /*height: 100px;
    border: 1px solid #333;
    padding: 3px;*/
}

/* grid table styles */
/*table.grid {
  border-collapse: collapse;
  border: 1px solid #cccccc;
  font: normal 11px arial, verdana, helvetica, sans-serif;
  color: #363636;
  background: #f4f4f4;
  text-align:left;
  }
table.grid caption {
  font: bold 120% arial, helvetica, sans-serif;
  background: transparent;
  padding:6px 4px 8px 0px;
  color: #888;
  text-align: left;
}
table.grid thead, table.grid tfoot {
height:30px;
}
table.grid thead th, table.grid tfoot tr td {
padding:5px;
text-align:left;
}
table.grid tfoot tr 
{
    border-top: solid 1px #cccccc;
}
table.grid a {
color: #333333;
text-decoration:none;
}
table.grid a:hover {
text-decoration:underline;
}
table.grid tr.odd {
background: #fcfcfc;
}
table.grid tbody th, table.grid tbody td {
padding:5px;
}
table.grid td a 
{
    text-decoration: underline;
}
*/
table.grid {
  border-collapse: collapse;
  border: 1px solid #e4e4e4;
	background: white url('../Images/table_bg.png') repeat-x;
  font: normal 12px Times New Roman;
  color: #363636;
  text-align:left;
  }
table.grid caption {
  font: bold 120% Times New Roman;
  background: transparent;
  padding:6px 4px 8px 0px;
  color: #888;
  text-align: left;
}
table.grid thead {
height:30px;
}
table.grid tfoot tr
{
    background: #ffffff !important;
}
table.grid tfoot tr td
{
    border: none !imprtant;
}
table.grid thead th, table.grid tfoot tr td {
padding:5px;
text-align:left;
}
table.grid a {
color: #333333;
text-decoration:none;
}
table.grid a:hover {
text-decoration:underline;
}
table.grid tr
{
	background: white url('../Images/table_bg.png') repeat-x;
	text-align: left;
}
table.grid th
{
	background: url('../Images/marker_magenta_small.png') no-repeat 4px 6px;
	text-align: left;
}
table.grid thead th, table.grid tbody td {
padding: 0 5px 0 20px;
border: 1px #e4e4e4 solid;
vertical-align: middle;
height: 28px;
}
table.grid td a 
{
    text-decoration: underline;
}
/* schedule styles */
div.schedule
{
    /*width: 1100px;*/
    height: auto;
    /*overflow: scroll;*/
}
/*table.schedule {
	overflow: scroll;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	cursor: pointer;
	padding: 0;
	margin: 0;
	table-layout: fixed;
	white-space: nowrap;
	width: 100px;
}
table.schedule a 
{
    color: #333;
}
tr.schedule-row {
}
tr.schedule-row td {
	width: 30px;
	overflow: hidden;
	font-size: x-small;
	border-left: solid 1px #ccc;
	border-top: solid 1px #ccc;
	text-align: center;
	padding: 3px;
}
.schedule-resource
{
    width: 100px !important;
}
.schedule-available
{
    background-color: #ffffff;
}
.schedule-unavailable
{
    background-color: #dddddd;
}
.schedule-allocated
{
    background-color: #e20045;
}*/
.schedule-block
{
    float:left;
}
.schedule-container
{
	position: absolute;
	border: 1px #e4e4e4 solid;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
.schedule-container div
{
	position: absolute;
}
.schedule-Vertical .entry
{
    width: 57px;
    white-space: normal !important;
    text-align: left !important;
}
.schedule-Vertical .entry a
{
    margin-left: 3px;
    display: block;
}
.resourcegroup-container
{
	border-right: 1px #e4e4e4 solid;
    font-weight: bold;
	width: 120px;
	height: 100%;
}
.resourcegroup-container div, .resource-container div
{
	background: url('../Images/marker_magenta_small.png') no-repeat 0 2px;
	padding-left: 20px;
    left: 10px;
    top: 10px;
}
.resource-container
{
	border-right: 1px #e4e4e4 solid;
	border-left: 1px #e4e4e4 solid;
    font-weight: bold;
	width: 120px;
	height: 100%;
	left: 120px;
}
.schedule-container .col
{
	width: 59px;
	bottom: 0;
	background-color: #e0d2ab;
	text-align: center;
	border-left: 1px #e4e4e4 solid;
}
.schedule-Horizontal .time-table
{
	height: 100%;
	right: 0;
}
.schedule-Vertical .time-table
{
	height: 100%;
}
.time-table .col
{
	width: 59px;
	background-color: #bcd5e3;
	text-align: center;
}
.schedule-Horizontal .time-table .col
{
	height: 100%;
}
.schedule-Vertical .time-table .col
{
	height: auto;
	bottom: 0;
}
.time-table .row
{
    border-top: 1px #e4e4e4 solid;
    border-bottom: 1px #e4e4e4 solid;
}
.header
{
	border-right: 1px #e4e4e4 solid;
    position: static !important;
	background: transparent url('../Images/table_bg.png') repeat-x !important;
	width: 100%;
	height: 40px;
	padding: 0 !important;
}
.time-table .col div
{
	padding-top: 8px;
	position: static;
}
.resourcegroup-item
{
    font-weight: bold;
}
.schedule-Horizontal .resourcegroup-item
{	width: 120px;
	text-indent: 15px;
}
.schedule-Vertical .resourcegroup-item
{
	padding: 3px;
}
.schedule-Horizontal .resourcegroup-delimitter
{
    border-top: 1px #e4e4e4 solid;
    width: 240px !important;
}
.schedule-Vertical .resourcegroup-delimitter
{
    border-left: 1px #e4e4e4 solid;
}
.resource-item
{
    font-weight: bold;
}
.schedule-Horizontal .resource-item
{
	left: 125px;
}
.schedule-Horizontal .resource-item-nogroup
{
	left: auto;
}
.schedule-Vertical .resource-item
{
	padding: 3px;
}
.schedule-Horizontal .resource-schedule
{
	width: 100%;
	height: 18px;
}
.schedule-Vertical .resource-schedule
{
	width: 60px;
	/*height: 100%;*/
}
.schedule-Horizontal .resource-schedule .schedule
{
	right: 0;
}
.schedule-Vertical .resource-schedule .schedule
{
	left: 0px;
}
.schedule-Horizontal .resource-schedule .schedule
{
	height: 18px;
}
.schedule-Vertical .resource-schedule .schedule
{
	width: 60px;
}
.resource-schedule .schedule .entry
{
	height: 18px;
	white-space: nowrap;
	overflow: hidden;
}
.entry a
{
    color: #ffffff;
}
.schedule-allocated
{
	background-color: #e20045;
	color: #ffffff;
}
.schedule-available
{
	background-color: #ffffff;
}
.schedule-unavailable, .schedule-unknown
{
	background-color: #cccccc;
}
.schedule-legend
{
    font-size: 0.9em;
    margin: 3px;
}
.schedule-legend-item
{
    border: solid 1px #808080;
    height: 8px;
    clear: both;
}
.schedule-legend-text
{
    margin-left: 5px;
    margin-right: 15px;
    font-family: Times New Roman;
    font-style: italic;
}
#scheduletooltip
{
    width: 30px; 
    height: 18px; 
    padding: 0 3px 0 3px;
    position: absolute; 
    z-index: 99; 
    background: white;
}
#wizard-steps
{
    text-transform: uppercase;
    margin-bottom: 10px;
}
#wizard-steps > div
{
    display: inline-block;
    width: 120px;
    vertical-align: top;
    float: left;
}
.wizard-step-current-number
{
    color: #fff;
}
.wizard-step-previous-number, .wizard-step-next-number
{
    color: #000;
}
.wizard-step-title
{
    margin-top: 5px;
    line-height: 100%;
}
.wizard-step-current
{
    color: #e20045;
    background: url('../Images/Arrow_magenta_right.png') no-repeat;
}
.wizard-step-previous, .wizard-step-next
{
    color: #000;
    background: url('../Images/Arrow_grey_right.png') no-repeat;
}
#wizard-steps div div
{
    margin-left: 5px;
}
.tooltip
{
    display: none;
    background: url('../Images/Tooltip_200x100.png') no-repeat;
    width: 200px;
    height: 100px;
    max-height: 100px;
    padding: 10px 30px 30px 10px;
    color: #333;
}
.tooltip p
{
    max-width: 160px;
}
.tooltip p.label
{
    font-weight: bold;
    font-size: 12px;
}
.tooltip p.description
{
    font-weight: normal;
    font-size: 11px;
    line-height: 13px;
    position: relative;
    top: -8px;
}
#HeaderProviderName
{
    color: #333333;
    font-size: 300%;
    font-family: Times, "Times New Roman", serif;
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
    position: absolute;
    top: 72px;
    left: 208px;
}
iframe
{
    border: 0;
}
.watermark
{
    color: #999;
}
.tab .editor-label
{
    width: 150px;
}
.tab .text-box
{
    width: 24em;
}

h2.top-event
{
    color: #fff;
    background-color: #e20045;
    padding: 3px;
}

div.scroll
{ 
    width : 680px;
    height: 420px;
    overflow : scroll;
}

.loading
{
    background-image: url("../../Images/ajax-loader.gif") !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.loading *
{
    visibility: hidden;
}