﻿/*This is used to force a scrollbar on firefox
html { height: 101.01%;}*/
html {overflow-y: scroll;}

/************************************************************************
* Formatting common to most pages
*
* Use headers in the markup for accessibility reasons but control look with styles below
************************************************************************/

h1, h2, h3, h4, h5, h6
{
   margin: 2px 0 2px 0;
}

h1
{
    font-size: 1.75em;
    font-weight: bold;
    margin: 5px 0 5px 0;
}


h1 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
    text-decoration: none;
}

h1
{
    font-size: 1em;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    display: block;
}

h4
{
    font-size: 1em;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    display: block;
}


/*Set a minimum page height for the page*/
#content
{
	min-height:600px;
}

body
{
	color: #000000;
	font-size: 76%;
	text-align: left;
	font-family: verdana,arial,sans-serif;
	margin: 0px; /*background: #FFFFFF url(images/damovo_background_main_wide.png) repeat-y center 0%;*/
	background: #FFFFFF;
}


#container
{
	overflow:hidden;
	width:900px;
	/*consider 1020px */
	margin:0 auto;
	text-align:left;
}


/* shows a visual seperation */
.dashedline
{
    border-bottom: 1px dashed white;
    padding-top: 10px;
    margin-bottom: 10px;
    clear:right;
    color: White
}

/* sometimes we hide elements from display in visual browsers (but leave them in the source for non visual browsers and for accessibility) */
.hidden
{
    visibility: hidden;
}
.none
{
    display: none;
}


/**************************
dropdown navigation styles
***************************/
/* Needed to fix formatting for navigation */

* 
{
	margin:0;
	padding:0;
}


#navigation{
width: 900px;
height: 27px;
clear: both;
text-align: left;
background-color:#EE1B2E;
}

#nav, #nav ul {
width: 890px;
list-style: none;
line-height: 1;
font-weight: bold;
font-size:0.95em;
}


#nav a {
display: block;
color: white;
text-decoration: none;
padding: 0.25em 1em;
border:2px;
}

#nav li {
float: left;
padding-left: 6px;
padding-right: 6px;
border:1px solid #EE1B2E;
background-color: #EE1B2E;
padding-top:2px
}

#nav li.user {
background-color:#FFFFFF;
border:1px solid #2B4B63;
float:right;
padding:4px 4px 4px 4px;
margin-top:2px
}

#nav li a{
padding-bottom:8px;
}


/* the w\idth notation is called a box model hack, used to fix ie5/6.
1em is equal to the current font size. 2em means 2 times the size of the current font. 
 */

#nav li ul {
position: absolute;
left: -999em;
height: auto;
width: 15.4em;
w\idth: 13.9em;
font-weight: normal;
border-width: 0.25em;
margin-left: -8px;
margin-top:1.8px;
font-size:0.85em;
}


#nav li li {
width: 18.8em;
w\idth: 18.9em;
border:1px solid white;
background-color:#e6e6e6;
filter:alpha(opacity=95);
/*
I believe these are obsolete (legacy Mozilla tags but realistically nobody is on old Mozilla browsers anymore)
-moz-opacity:0.95;
-khtml-opacity: 0.95;
*/
opacity: 0.95;
}

#nav li ul a {
width: 18.4em;
w\idth: 18.9em;
color:#808080;
}

#nav li ul a:hover {
width: 18.4em;
w\idth: 18.9em;
color:#FFFFFF;
background: url(../images/listbg_over_off.gif) no-repeat left top;
}


#nav li ul ul { /* position of 3rd level navigation */
position: absolute;
margin: -2.2em 0em 0em 200em;
font-size:1em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
left: -999em;
}

/*This line positions the drop down menu (second level) under the first level on ‘hover’ so when you hover over #nav li the second level becomes visibile.*/
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
left: auto;
}

#nav li:hover, #nav li.sfhover {
background: #DADADA;
}

#nav li li:hover, #nav li li.sfhover {
background: #EE1B2E;
color:#FFFFFF;
}

#nav li li:hover a, #nav li li.sfhover a {
color:#FFFFFF;
}


/**************************
End of dropdown navigation styles
***************************/


/**************************
Header and Footer
***************************/

#header {
	width: 900px;
	height: 85px;
	background: url(images/globe_small.jpg);
	background-position: 655px -0px;
	background-repeat:no-repeat;
	border: 0;
	margin:0;
	padding: 0;
}

.clear {clear: both; margin: 0; padding: 0}

#logo
{
	width: 275px;
	float: left;
	margin-top: 5px;
	padding-right: 0;
	padding-left: 0;
}

#logo img{
border:0;
}


#bottom{
	width:900px;
	height:26px;
	background-color:#ee1b2e;
	clear:both;
	border-top:solid white 4px;	
	font-weight:bold;
	font-size:0.8em;
	color:white;
}

#copyright{
	padding-left:20px;
	width:300px;
	float:left;
	margin-top:4px;
}

#bottom-nav{
	float:right;
	margin-top:4px;
	margin-bottom: 0pt;
}

ul.bottom-nav li {
	list-style:none;
	display:inline;
	padding-right:16px;
}

ul.bottom-nav a, ul.bottom-nav a:visited {
	color:white;
	text-decoration:none;
}

/**************************
End of header and footer
***************************/

/*************************************************
gvTickets fomatting merging generic and skin settings
*************************************************/

/* this is a hack, using a div to fix border issues in firefox */
#gvBorder
{
	border:  1px solid #ADADAD;
}

/*th 
{
	padding: 8px; 
	border-right: 1px solid #adadad; 
	border-left: 1px solid #adadad                 
}*/

.gv-table
{
	margin-top:0.5px;
	border:0px;
	/*
    All dropped to work with hack for firefox border issues
    margin: 2px;
	padding: 2px;
	height:500px;
	border: 1px solid #ADADAD;
	border-bottom: 1px solid #ADADAD; */
	/*border-collapse: separate; Won't take affect as control has in-line collapse style*/
	width: 100%;
}

.gv-tableRow
{  
	color: rgb(55, 55, 55);
 }

.gv-tableRowAlternate
{   
	color: rgb(55, 55, 55);
	background-color: #e3f0fa; 
}

.gv-table td
{ 
	padding: 5px; 
	border-right: 1px solid #ADADAD; 
	border-left: 1px solid #ADADAD;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	color: rgb(51, 51, 51);
	/*attempts to stop formatting hell in ie it doesn't work
    max-width:200px;
	min-width:50px;
	*/
	/*height:10px; */
}

.gv-header
{
	color: #FFFFFF;
	background-color: rgb(43, 75, 99);
	height: 10px;
	background-image: url(images/table-bg.png);
	padding: 0;

}

.gv-header th
{
	padding: 8px;
	border-right: 1px solid #ADADAD; 
	border-left: 1px solid #ADADAD;
}

.gv-header a
{
	color: #FFFFFF!important;
}

.gv-pager
{
	border: thin solid #ADADAD;
	/*background-image: url(images/table-bg.png);*/
}

.gv-pager a
{
	color: blue;
}

/*.gv-pager tr
{
   padding: 5px; 
   border: 2px solid #ADADAD;
   
}*/

.gv-pager td
{
   padding: 5px; 
   border: 0;
   color:blue;
}


.gv-footer
{
	border-width: medium thin thin thin;
	border: thin solid #000000;
	background-color: rgb(43, 75, 99);
	
}

.gv-footer td
{
	padding: 0px;
	height: 1px;
	border: 1px;
	/*border-color: rgb(43, 75, 99);*/
}


/*****************
RB - Other tweaks 
*****************/

/*This isn't getting picked up by firefox
it was supposed to be a firefox fix
#pnlIncidentData
{
	height:100%;
	width:100%;

	margin-right:0.5px;
}
*/

.tbl-detail
{
	/*fix for FireFox */
	width:99%;
}

/*Set TDs used for labels*/
.label
{
	color: Navy;
	padding: 4px 4px 4px 0px;
	font-weight: bolder;
}

/*Divider (damovo red: color: #EE1B2E;)*/
.detail-divider
{
	background-color: #CFCFCF;
	height: 8px;
}


.ajaxErrorMessage
{
	color: Red;
}

/*Used to format ASP multi-line controls*/
textarea
{
	font-size: 100%;
	text-align: left;
	font-family: verdana,arial,sans-serif;
	background-color: #E7E7DE;
	border: 1px solid #D4D4D4;
}

/* Added by SM to fix link formatting in IE */
a.small-link, a:visited.small-link
{
	font-size: xx-small;
	color: #0000FF;
}

.control
{
	background-color: #FFFFFF;
	border: 1px solid #D4D4D4;
}

.radio-control
{
	background-color: #FFFFFF;
	border: 0px;
}

.input-control
{
	border: 1px ridge #D4D4D4;
	background-color: #FFFFCC;
}


/*Pop Up formatting*/

.modalPopup {
background-color:#FFFFDD;
border:3px solid Gray;
padding:3px;
width:800px;
}


.modalBackground {
background-color:Gray;
opacity:0.7;
filter:alpha(opacity=70);
}


.popupHeading
{
padding:5px;
text-align:center; 
cursor: move; 
background-color:#DDDDDD;
border:solid 1px Gray;
color:Black;
}
