/***************************************************************************
 * Common
 ***************************************************************************/

body {
    font-family: Arial, sans-serif;
    font-size: 12px;
    background-color: #ffffff;
    color: #000;
    margin: 0px;
}

img {
    border: 0px;
}

th.left {
	text-align: left;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

a:link {
    color: #016532;
/*    text-decoration: none; */
}

a:visited {
    color: #016532;
/*    text-decoration: none; */    
}

a:hover {
    color: #016532;
/*    text-decoration: underline; */    
}

a:link.small {
    font-size: 10px;
}

a:visited.small {
    font-size: 10px;
}

a:hover.small {
    font-size: 10px;
}

a:link.strong {
    color: #016532;
    text-decoration: none;
    font-weight: bold;
    margin-right: 5px;
}

a:visited.strong {
    color: #016532;
    text-decoration: none;    
    font-weight: bold;
    margin-right: 5px;
}

a:hover.strong {
    color: #016532;
    text-decoration: underline;    
    font-weight: bold;
    margin-right: 5px;
}

span.error {
    color: #b10e0e;
    margin: 3px;
    font-size: 11px;
}

span.small {
    font-size: 11px;
    margin-left: 5px;
}

div#headerPanel {
    width: 1000px;
    height: 55px;
    border-bottom: 1px dotted #787878;
    margin: 0px auto;
    text-align: left;
}

div.logoPanel {
    float: left;
    margin-left: 10px;
    margin-top: 10px;    
}

div.titlePanel {
    float: right;
    margin-top: 24px;
    color: #787878;
    font-size: 24px;
    font-weight: bold;
    text-align: left;    
}

div.registerPanel {
    position: absolute;
    right: 10px;
    top: 47px;
    height: 40px;
    text-align: left;    
}

div.printPanel {
	padding-top: 0px;
	width:790px;
	margin: 0px auto;	
}

div.printPanel > div.printWidePanel {
    position: relative;
    min-height: 450px;
    margin: 0px auto;
    width: 790px;
}

table.print {
	width: 790px;
}

td.printLabel {
	width: 300px;	
}

div.contentPanel {
    padding-top: 0px;
    width: 980px;
    margin: 0px auto;
}

div.contentPanel > div.centerPanel {
    position: relative;
    min-height: 450px;
    margin: 0px auto;
    width: 480px;    
}

div.contentPanel > div.centerWidePanel {
    position: relative;
    min-height: 450px;
    margin: 0px auto;
    width: 600px;
}

div.contentPanel > div.widePanel {
    position: relative;
    min-height: 450px;
    margin: 0px auto;
    width: 95%;    
}

div.contentPanel > div.loginPanel {
    position: relative;
    top: 100px;
    height: 170px;
    border: 1px solid #787878;
    margin: 0px auto;
    width: 300px;
}

div.contentPanel > div.leftPanel {
    float: left;
    margin-left: 0px;
    margin-right: 5px;
    width: 480px;
}

div.contentPanel > div.rightPanel {
    float: left;
    margin-left: 5px;
    margin-right: 0px;
    width: 480px;
}

p.info {
    color: #787878;
    margin-top: 10px;
    margin-bottom: 20px;	
}

span.spinner {
	margin: 10px;
	visibility: hidden;	
}

/***************************************************************************
 * Ordinations
 ***************************************************************************/

td.left {
	text-align: left;
}

td.center {
	text-align: center;	
}

td.right {
	text-align: right;	
}

/***************************************************************************
 * Account
 ***************************************************************************/

div.contentPanel > div.centerPanel table td {
	padding: 2px;	
}

/***************************************************************************
 * Box & Notification
 ***************************************************************************/

div.contentPanel > div.widePanel table {
	width: 100%;	
}

div.contentPanel > div.widePanel table.form {
	width: 0%;	
}

div.contentPanel > div.widePanel table.form td {
	border-bottom: none;
	padding-bottom: 5px;
}

div.contentPanel > div.widePanel table td {
	border-bottom: none;
	padding: 5px;
}

div.contentPanel > div.widePanel table td.control {
	width: 100px;
}

div.contentPanel > div.widePanel table td.datetime {
	width: 120px;
}

div.contentPanel > div.widePanel table td.type {
	width: 100px;
}

div.contentPanel > div.widePanel table td.state {
	width: 100px;
}

div.contentPanel > div.widePanel table td.identifier {
	width: 100px;
}

div.contentPanel > div.widePanel table td.image {
	width: 64px;
	text-align: center;
}

div.contentPanel > div.widePanel table td.block {
	text-align: center;
}

div.contentPanel > div.widePanel table td.blocked {
	background-color: #eeeeee;
}

/***************************************************************************
 * Information box
 ***************************************************************************/

div.infoBox { 
    border: 1px solid #d8edff;
    background-color: #f4faff;
    padding: 5px;
    color: #787878;
} 

/***************************************************************************
 * Login
 ***************************************************************************/

input[type=text] {
    background: #fff url(../images/topfade.gif) repeat-x top;
    border-style: none solid solid;
    vertical-align: middle;
    border: 1px solid #aaa;
    padding: 4px;
    color: #555;
    margin: 0px 2px 0px 0px;   
    font-size: 8pt;
    height: 13px;
    padding-top: 1px;
}

input[type=password] {
    background: #fff url(../images/topfade.gif) repeat-x top;
    border-style: none solid solid;
    vertical-align: middle;
    border: 1px solid #aaa;
    padding: 4px;
    color: #555;
    margin: 0px 2px 0px 0px;   
    font-size: 8pt;
    height: 13px;
    padding-top: 1px;
}

input[type=text].error {
    background: #fff url(../images/topfadered.gif) repeat-x top;    
}

input[type=password].error {
    background: #fff url(../images/topfadered.gif) repeat-x top;    
}

input[type=button] {
    color: #787878;
}

/***************************************************************************
 * Info panels
 ***************************************************************************/

div.header { 
    float: left;
    width: 100%;
    padding: 5px 0px 5px 5px;
    font-size: 20px;
    font-weight: bold;
    color: #016532;
    border-bottom: 1px dotted #787878; 
}

div.subHeader { 
    width: 100%;
    padding: 5px 0px 5px 5px;
    font-size: 14px;
    font-weight: bold;
    color: #016532;
    border-bottom: 1px dotted #787878; 
}

div.section {
    float: left;
    margin: 0px 5px 5px 5px;
    width: 95%;
}

div.itemSection {
    border: 1px solid #d8edff;
    background-color: #f4faff;
    padding: 5px;
}

div.itemLogo {
    float: left;
    width: 64px;
    text-align: center;
    cursor: pointer;
}

div.itemInfo {
    float: left;
    margin-left: 10px;
    width: 350px;
}

div.itemInfo > span {
    color: #787878;
}

/***************************************************************************
 * Lists
 ***************************************************************************/

div#listItems {
    float: left;
    margin: 0px;
    width: 100%;
    
}

div.listControls {
    float: right;
    margin-top: 8px;
    font-size: 12px;
}

div#listItems table {
    border-collapse: collapse;
    width: 100%;
}

div#listItems table tr.listItem {
    cursor: pointer;
    background-color: #ffffff;
    overflow: hidden;
}

div#listItems table tr.highItem {
    background-color: #f0f0f0;
}

div#listItems table tr td {
    padding: 5px;
}

div#listItems table tr td:first-child {
    text-align: center;
}

div#listItems table tr td > span.title {
    font-size: 16px;
    font-weight: bold;
    color: #016532;    
}

div#listItems table tr td > span {
    font-size: 12px;
    color: #787878;
}

div.listUpdate {
	height: 0px;
	text-align: left;
	padding: 5px 0px 0px 10px;
	overflow: hidden;
}

/***************************************************************************
 * Admin menu
 ***************************************************************************/

div.menuSpacer {
    margin: 0px auto;
    width: 980px;
    padding: 5px 5px 5px 0px;    
}

div.menuPanel {
    border: 1px solid #c8c8c8;
    margin: 0px auto;
    width: 980px;
    height: 15px;
    margin-top: 25px;
    background-color: #e8e8e8;
    padding: 5px 5px 5px 0px;
}

div.menuLogout {
    float: right;
}

a:link.menu {
    color: #016532;
    font-weight: bold;
    margin: 0px;
    padding: 5px;
}

a:visited.menu {
    color: #016532;
    font-weight: bold;
    padding: 5px;
}

a:hover.menu {
    color: #ffffff;
    font-weight: bold;
    padding: 5px;
    background-color: #3b76c0;
    text-decoration: none;
}

/***************************************************************************
 * Forms
 ***************************************************************************/

div.formPanel {
    float: left;
    width: 90%;
    padding: 10px;
}

div.formSection {
    float: left;
    width: 100%;
    padding: 5px 0px 5px 5px;
    border-bottom: 1px dotted #b9b9b9;
    font-size: 14px;
    font-weight: bold;
    line-height: 28px;
    color: #016532;
}

div.formGroup {
	float: left;
	max-width: 400px;
}

div.formField {
    float: left;
    width: 100%;
    padding: 5px 0px 2px 5px;
}

div.formLabel {
    float: left;
    width: 120px;
}

div.formLongLabel {
	float:left;
	width: 400px;	
}

div.formInput {
    position: relative;
}

div.formInfoBox {
	float: left; 
    border: 1px solid #d8edff;
    background-color: #f4faff;
    padding: 5px;
    color: #787878;
} 

div.formImage {
	float: right;
	text-align: center;
	padding: 5px 0px 2px 5px;	
}

div.formUpload {
    float: left;
    margin-left: 20px;
}

form label {
    color: #787878;
    font-weight: bold;
}

input[type=checkbox] + label {
    color: #787878;
    font-weight: normal;
}

input[type=radio] + label {
    color: #787878;
    font-weight: normal;
}

form label span { 
    color: red;
}

div.formFieldInfo { 
    float: left;
    width: 100%;
    padding: 5px 0px 0px 5px;
}

div.formFieldInfo > div > span.error {
    font-style: italic;
    color: red;
}

div.formFieldInfo > div > span { 
    font-style: italic;
    font-size: 11px;
    color: #666666;  
}

div.formSubmitField { 
  float: left;
  width: 100%;
  padding: 5px 5px 5px 0px;
  font-weight: bold;
  text-align: right;
}

/***************************************************************************
 * Item image
 ***************************************************************************/

div.itemMask {
    text-align: left;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1001;
    visibility: hidden;
}

div.itemPanel {
    cursor: pointer;
    position: relative;
    top: 0px;
    left: 0px;
    width: 10px;
    height: 10px;
    border: 1px solid #000000;
    background-color: #f8f8f8;
}

/***************************************************************************
 * Footer
 ***************************************************************************/

div.footerPanel {
    float: left;
    margin: 0px auto;
    margin-top: 20px;
    width: 100%;
    border-top: 1px dotted #999999;
}

div.footerColumn {
    float: left;
    max-width: 200px;
    margin: 15px 60px 20px 20px;   
}

div.footerColumn > ul {
    margin: 0px;
    padding: 0px;
}

div.footerColumn > ul > li.header {
    list-style: none;
    font-weight: bold;
    margin: 2px;
    color: #787878;
}

div.footerColumn > ul > li {
    list-style: none;
    font-size: 12px;
    margin: 2px 5px; 
    padding: 0px;
}

div.footerCopyright {
    float: right;
    margin: 15px 15px 0px 0px;
    color: #787878;    
}

a:link.footer {
    font-size: 11px;
    color: #666666;
}

a:visited.footer {
    font-size: 11px;
    color: #666666;
}

a:hover.footer {
    font-size: 11px;
    color: #666666;
}
