﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
	font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
	font-size:80%;
	background-color:#ffffff;
	
}



a:link
{   
    color: #056D9D;
    text-decoration: none;
    
}
a:visited
{
    color: #056D9D;
    text-decoration: none;
}
a:hover
{
    color: #346D05;
    text-decoration:underline;
    
}
a:active
{
    color: #056D9D;
    text-decoration: none;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/


/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

#header h1
{
    font-weight: bold;
    
    margin: 0;
    color: #000;
    border: none;
    line-height: 2em;
   
    font-size: 32px !important;
}

h1 a:link, h1 a:hover, h1 a:visited, h1 a:active
{
    text-decoration: none;
    color: #346D05;    
    }
    
h1 span
{
color: Black;
font-size:70%;
vertical-align: middle;   
    }

#main
{
    padding: 5px 5px 5px 5px;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

.main 
{
    width:100%;
   
    }
.main tr td
{
     vertical-align:top;
    }

.main tr td div
{
   
    }

.left
{
    width:200px;
    }
    
.header
{
height:1.75em;

}

.content
{
    
    padding:1.5em;
        
    }
    
.navmenu a
{
    font-weight:bold;
    font-size:120%
    }
    
.navmenu a:hover
{
    text-decoration:underline;
    } 
    
    
.summary .h td
{
    font-weight:bold;
    font-size:105%;
    padding:1em;
    padding-left:0.5em;
    
    }    
.summary
{
    border-collapse:collapse;
    border-spacing:0;
    }
    
.summary tr
{
    
    } 
    
.summary tr td
{
    border-top: 1px solid #cccccc;
    padding:0.5em;
    padding-right:1em;
    }
    
.summary .manage
{
    font-size:90%;
    }
   
.summary .pager
{
    text-align:center;
    }
    
.listWOMarkers
{
  list-style-type:none;
  padding-left:1em;
  
    }
.listWOMarkers li
{
 padding:5px;
    }
    
.title-field
{
    font-weight:bold;
    width:150px;
    }

.icon
{
    vertical-align: middle;
    }    

.icon a:hover
{
    text-decoration:none;
    color: #056D9D;
    }
    
.icon img
{
    border:0px;
    vertical-align:middle;
    
    }
.icon span
{
    font-size:x-large;
    }    


/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
    
}

ul#menu li
{
    display: inline;
    list-style: none;
    padding: 5px 20px;
   
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    
}

ul#menu li a
{
    
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    
}

ul#menu li a:hover
{
    
    text-decoration: none;
}

ul#menu li a:active
{
    
    text-decoration: none;
}

ul#menu li.selected a
{    
    color: #000;    
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/
.details-label
{
    font-weight:bold;
    }


fieldset 
{
    margin: 1em 0;
    
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

textarea
{
    width:98%;
    height:100px;
   
    }

/* TABLE
----------------------------------------------------------*/



/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:40px;
}

div#title
{
    display:inline;
    float:left;
    text-align:left;
    padding-left:30px;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    
}

#logindisplay a:link
{
   
    text-decoration: underline;
}

#logindisplay a:visited
{
    
    text-decoration: underline;
}

#logindisplay a:hover
{
   
    text-decoration: none;
}

.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;
}

.display-label,
.editor-label,
.display-field,
.editor-field
{
    margin: 0.5em 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}

