 
root { 
    display: block;
}

.clear {
    clear:both;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;;
 
}
/* remember to define focus styles! */
:focus {
	outline: 1;
}

a {
    margin: 0.1em;
} 

td.paging span.disabled, td.paging span.current, span.paging span.disabled, span.paging span.current {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#222222;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:2px 8px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ccc;


}
a.action, td.paging a, span.paging a, div.submit input {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #7b909b) );
	background:-moz-linear-gradient( center top, #ededed 5%, #7b909b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#7b909b');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#222222;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:3px 8px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ccc;
} 
a.action:hover, td.paging a:hover, span.paging a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}
a.action:active {
	position:relative;
	top:1px;
} 
 
div.addressBlock {
     
    width:100%;
    float:left;  
} 
div.addressBlock table {
    padding :0px;
    margin: 0px;
    background-color:#555;
}

div.addressBlock th {
	background-color: #7B909B;  
        width:50%;
        vertical-align:middle;
	color: #FFFFFF; 
        height:25px;  
	font-weight: bold;
	text-align: left; 
}
div.addressBlock td { 
	height:15px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #000000; 
        padding :0px 10px;
        border : 0;
	text-align: left; 
        white-space: nowrap;
}

div.addressBlock tr.darker {
    background-color:#F0F0F0;
}

.addressLabel { 
    
    display:inline;   
    font-weight:bold;  
}

.addressValue { 
    display:inline;
    height:1%;
    line-height:1.2;
    width: 70%;
    margin-left:10px;
}
.addressBlock p.addressType {
    font-size : 1em;
    font-weight : bold;
    margin-left:20px;
}
.error-message {
    margin-left:15px;
    display:inline;
    color: #e32;
}
div.warning  {
    border:2px solid #e32;
    background-color: pink;
    padding : 2px;
}
div.warning h3 {
    font-weight: bold;
}

body {
        margin: 0 auto;
        width:95%;
	line-height: 1;
	color: black;
	background: white;
}

div.noteBlock {
    margin : 30px 0 10px; 
}



fieldset {
    border:1px solid #000;
}

h1 {
    font-size: 16pt; 
    height:30px;
    color: #222;  
    font-weight: bold; 
} 

#header {
    padding : 5px;
    height:50px;
    min-width:360px;
    background-color:#7A001D;
    color:#fff;
    
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7A001D), color-stop(1, #AA113E ) );
	background:-moz-linear-gradient( center top, #7A001D 5%, #AA113E 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7A001D', endColorstr='#000');
	border-radius : 6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;

    
    
}
#header h1 {
    color:white;
}

label { 
    display: inline ; 
    float:left;
    margin-right: 15px; 
    min-width: 250px;
    text-align: right;
    white-space :nowrap;
}
 
 

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
 
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

span.paging {
    text-align:center;
    width:100%;
    display:inline-block;
}
tbody td.paging {
    text-align:center;
}

/* Tables */
table {
	width: 100%;
	border:1px solid #000000;
	border-spacing: 0px;
        margin : 20px 0px 10px;
        border-collapse: collapse; 
}
fieldset table {
    margin:auto;
    margin-top:10px;
    width:90%;
}


table a, table, tbody, tfoot, tr, th, td, div.noteBlock, div.addressBoth{
	font-family: Tahoma, Tahoma, Arial, Helvetica, sans-serif;
}

table.address { 
   background-color:#aaa;
   font-size:12px;
}

table caption a.action, h1 a.action, h2 a.action {
    text-indent:0px;
    float:right;
}
table caption, div.noteBlock h1, div.addressBoth h1, legend, div.noteBlock h2, div.addressBlock h1{
	
	text-align: left;
/*	text-indent: 50px; */
        font-size: 16pt;
        height:30px;
	color: #222;  }
div.noteBlock h1, div.addressBlock h1 { 
    font-weight: normal; 
}
 

thead {
    border-radius:6px;
}
thead th, tr th {
	background-color: #7B909B;  
        height:25px;
        vertical-align:middle;
	color: #FFFFFF;
	font-size: 0.8em;
	font-family: Tahoma, Tahoma, Arial;
	font-weight: bold;
	padding: 2px 7px;
	margin: 10px 0px 10px;
	text-align: left; }

tbody tr { background: #ffffff; }

tbody tr.odd {	background: #f0f0f0; }
 
 tbody td { 
	line-height: 1.4em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 5px 5px;
	border-bottom: 1px solid #7B909B;
        border-left :  1px solid #7B909B;
        border-right:  1px solid #7B909B;
	text-align: left;
        white-space: nowrap;
         }
         
         tbody td.wrapping {
             white-space:normal;
         }
 td.long {
     white-space: normal;
 }
 td.expand {
     white-space:normal;
     width: 100%;
 }
 
td.actions, th.actions {
    width:120px;
} 
table.cake-sql-log tbody td {
    white-space:normal;
}
tbody tr:hover td,  tr.odd:hover td  {
	background: #F1F5FB;
	color: #000;	 } 

tbody tr.odd:hover td, tr.odd:hover td a{
	background: #000000;
	color: #221CD9;	 }

tfoot th, tfoot td { 
	font-size: 0.8em;
	color: #ffffff;
	height: 21px;
	}
 
th.address tr.address td.address {
    background-color:inherit;
    text-align:right;
    width:20%;
}


.tooltip {
  border-bottom: 1px dotted #000000;
  color: #000000; outline: none;
  cursor: default; text-decoration: none;
  position: relative;
  
}
.tooltip span {
  margin-left: -999em;
  position: absolute;
}

.tooltip:hover span {
  font-family: Calibri, Tahoma, Geneva, sans-serif;
  position: absolute;
  left: 1em;
  top: 2em;
  z-index: 99;
  margin-left: 0;
  width: 350px;
  border-radius: 5px 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.5);
  
  
}
.tooltip:hover img {
  border: 0;
  margin: -10px 0 0 -55px;
  float: left;
  position: absolute;
}
.tooltip:hover em {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  display: block;
  padding: 0.2em 0 0.6em 0;
}
.classic { padding: 0.8em 1em;
          background-color: #7B909B;  
          border-radius:6px;
        }
.custom { padding: 0.5em 0.8em 0.8em 2em; }
* html a:hover { background: transparent; }

  
    ul.nav li {
        float: left;
        font-family: Arial, sans-serif;
        font-size: 12px;
        line-height: 12px;
        cursor: pointer;
    }
 
#topmenu {
    width:100%;   
    float: left;
    margin: 5px 0 3em 0; 
	list-style: none;
   border-bottom: 2px solid darkgrey; 
}


#topmenu li {
    float:left;      
}
 
#topmenu a {
    
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #7b909b) );
	background:-moz-linear-gradient( center top, #ededed 5%, #7b909b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#7b909b');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#222222;
	font-family:arial;
	font-size:13px;
	font-weight:bold; 
	text-decoration:none;
	text-shadow:1px 1px 0px #ccc; 
}
#pri a {
    padding:10px 8px;
}
#sec a {
    padding:4px 8px;
}

#topmenu a:hover, #topmenu a.current   {
  	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}  
 
#flashMessage {
    border: 2px solid dimgrey;
    background-color:lightgrey;
    margin : 5px;
    padding : 5px;
}

.clickable {
    cursor: pointer; 
}