<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*----------------------------------------------------------
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: Tahoma, Geneva, sans-serif;
    margin: 0;
    padding: 0;
    color:#111; 
    font-size: 12px; 
    background-image: url("../images/gradienttop.gif"); 
    background-repeat: repeat-x; 
    background-color:#ffffff;  */
      
    margin:0; 
    padding:0; 
    font:normal 80% Arial, Helvetica, sans-serif; 
    text-align:left; 
    background:#ffffff url(../Content/themes/base/images/bbg.jpg) top repeat-x;
}


a:link {
    color: #336699;
    text-decoration: none;
}

a:visited {
    color: #336699;
}

a:hover {
    color: #336699;
    text-decoration:underline;
}

a:active {
    color: #336699;
}

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}

header,
footer,
nav,
section {
    display: block;
}

/* Navigator */
#topnav {
	background-position: bottom; margin: 5px 0px 10px; padding: 0px; background-image: url("../Content/themes/base/images/topnav_bg.gif"); background-repeat: repeat-x; background-color: rgb(238, 238, 238);
}
.topnav {
	color:#248F24; 
	text-decoration: none;
	font-weight:bold;
}
#subMenu
{
    display:block;
    position:relative;
    width:988px;
    background-color:#FCF9EB;
    height:17px;
    margin:-10px 0 3px 0px;    
    padding:3px 5px 0px 5px;    
    border-left:1px solid #dde3ea;
    border-bottom:1px solid #dde3ea;
    border-right:1px solid #dde3ea;
    border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;                
}

#dropdown {
	margin: 0;
	padding: 0;
	height: 1em; }
	
/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 2px;
}

h2 {
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */

#logo
{
    padding-top:10px;
    float:left;
    display:block;
    width:90px;
    height:78px;
}
#logo img{width:100%;height:100%;}
#slogan
{
    font-size:16px;
    padding-top:55px;
    padding-left:100px;
    text-align:left;
    display:block;
    position:absolute;    
}

#key-logo
{
    float:left;
    display:block;
    width:48px;
    height:48px;
}
#key-logo img{width:100%;height:100%;}

#logo-name1
{
    position:relative;
    margin-top:20px;
    padding-left:10px;
    font-size:30px;
    font-weight:bold;  
    display:block;
    float:left;
    color:#706F69;  
}
#logo-name2
{
    position:relative;
    margin-top:20px;
    padding-left:10px;
    font-size:30px;
    font-weight:bold;  
    display:block;
    float:left;
    color:#A6A49F;  
}

.taskIcon
{
    background-image: url("../Content/themes/base/images/books1.png");
    background-repeat:no-repeat;
    display:block;
    width:24px;
    height:24px;
    float:left;
    margin-top:-5px;
    padding-right:10px;
}
.bullet{background-image: url("../Content/themes/base/images/bullet1.png");background-repeat:no-repeat;display:block;width:20px;height:20px;float:left;margin-top:3px;margin-left:0px;padding-right:3px;}
.bulSearch{background-image: url("../Content/themes/base/images/search.png");background-repeat:no-repeat;display:block;width:20px;height:20px;float:left;margin-top:3px;margin-left:0px;padding-right:3px;}
.bulRecent{background-image: url("../Content/themes/base/images/recent.png");background-repeat:no-repeat;display:block;width:20px;height:20px;float:left;margin-top:3px;margin-left:0px;padding-right:3px;}
.bulUser_add{background-image: url("../Content/themes/base/images/user.png");background-repeat:no-repeat;display:block;width:20px;height:20px;float:left;margin-top:3px;margin-left:0px;padding-right:3px;}
.bulUser_find{background-image: url("../Content/themes/base/images/user_find.png");background-repeat:no-repeat;display:block;width:20px;height:20px;float:left;margin-top:3px;margin-left:0px;padding-right:3px;}
.bulUser_view{background-image: url("../Content/themes/base/images/user_view.png");background-repeat:no-repeat;display:block;width:20px;height:20px;float:left;margin-top:3px;margin-left:0px;padding-right:3px;}
.bulUsers{background-image: url("../Content/themes/base/images/users.png");background-repeat:no-repeat;display:block;width:20px;height:20px;float:left;margin-top:3px;margin-left:0px;padding-right:3px;}

#loadingicon {position: fixed;top: 50%;left: 50%;width: 40px;height: 40px;margin-top: -20px;margin-left: -20px;cursor: pointer;overflow: hidden;z-index: 1104;}
#loadingicon div {position: absolute;	top: 0;	left: 0;width: 40px;height: 480px;background-image: url('../Content/themes/base/images/loading.png');}
.page {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin:10px auto auto auto;
}
#page-block
{
    padding:2px;
    border:1px solid #cccccc;
    background-color:#ffffff;   
}

#searchSection {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin-top:8px;
    color:#111;      
}

#minTableHeight
{
    min-height:500px;   
}
header, #header {
    position:relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
    height:101px;
}

header h1, #header h1 {
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
    text-shadow: 1px 1px 2px #111;
}

#main {
    padding: 30px 30px 15px 30px;
    background-color: #fff;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
}

footer, 
#footer {
    margin:0px;
    padding:20px;
    padding-top:30px;
    padding-bottom:10px;
    color:#909090;
    font-size:90%;
    text-align:center;
    height:100px;
}

/* TAB MENU   
----------------------------------------------------------*/

ul#menu {
    border-bottom: 0px #cccccc solid;
    padding-top:1px;
    margin-right:0px; 
    padding-bottom:15px;
    position:relative;
    text-align:right;
    display:block;
    
}

ul#menu li {
    display: inline;
    list-style: none;
}

ul#menu li#greeting {
    text-decoration: none;
    color: #111;
}

ul#menu li a {
    padding-top: 5px;
    padding-left: 20px;
    padding-right:20px;
    padding-bottom:5px;   
    font-weight: bold;
    text-decoration: none;
    line-height: 2em;
    background-color: #fff;
    color: #034af3;
    border:1px solid #cccccc;
    border-bottom:none;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}

ul#menu li a:hover {
    background-color:#F7E98F;
    color:#111;
    text-decoration: none;
}

ul#menu li a:active {
    background-color: #C0C3C4;
    text-decoration: none;
}

ul#menu li.selected a {
    background-color: #C0C3C4;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}


legend {
    font-size: 1em;
    font-weight: bold;
    font-style:italic;
    color:#294761;
}

textarea {
    min-height: 75px;
}

.noborder input[type="text"]
{
    border:none;
    color:blue;       
}

.tableLogin input[type="text"], 
.tableLogin input[type="password"] {
/*    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 250px;*/
	background: #fff;
	padding:  6px 6px 6px 15px;
	width: 200px;
	height:15px;
	border: solid 1px #bcbbbb;
	outline: none;

	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;

	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);    
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

input[type="submit"] {
    font-size: 1em;
    text-align:center;
    height:30px;
}


/* TABLE
----------------------------------------------------------*/

.radius
{
    background-color:#ffffff;
    padding:5px 5px 5px 5px;
    border:1px solid #dde3ea;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;    
}

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

nav, 
#menucontainer {
    margin-top: 0px;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

.title
{
    font-size:14px;
    font-weight:bold;
    line-height:20px;
    color:#0099ff; 
    padding:7px 10px 10px 10px;
    border-bottom:5px inset #99CCFF; 
       
}
/* New style for login only */
/******************** Login Page css ***********************************/
.loginBlock
{
    background-color:#fff;
	border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
        
	border:solid 0px;
	padding:10px 10px 10px 10px;	
	margin: 100px auto 20px auto;
	width:350px;
	
	background-color:#fff;border:1px solid #dde3ea;
}

.login-infobox
{
    position:absolute;
    background-color:#f0fce6; 
    width:120px; 
    height:75px;
    padding: 15px 15px 15px 15px;
    border:1px solid #dde3ea;
    -moz-border-radius: 10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    /*margin:220px 0px 0px 630px;*/
    margin-top:-257px;
    margin-left:260px;
}

.login-right-image
{
    position:absolute;
    margin-left:390px;
    margin-top:55px;
}

.login-header-text
{
    color:#616161; 
    font-size:13.75pt;
    font-weight:bold;
    font-family:Arial;
}



.login-header-bar 
{
    float:left;background-color:#a0d9ec;
    width:100%;height:6px;
    -moz-border-radius: 10px; 
    -webkit-border-radius:10px;
    margin-top:0px;border-radius: 10px;
    background:-khtml-gradient(linear, left top, left bottom, from(#6aa9c2), to(#a0d9ec)); 
    background:-moz-linear-gradient(top, #6aa9c2, #a0d9ec);
    background:-ms-linear-gradient(top, #6aa9c2, #a0d9ec);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #6aa9c2), color-stop(100%, #a0d9ec));
    background:-webkit-linear-gradient(top, #6aa9c2, #a0d9ec);
    background:-o-linear-gradient(top, #6aa9c2, #a0d9ec);
    background:linear-gradient(top, #6aa9c2, #a0d9ec);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6aa9c2', endColorstr='#a0d9ec', GradientType=0);
    margin-top:3px;
}

.btn-small
{
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #bbb;
    width:70px;
    text-decoration:none;
    text-align:center; 
    color:#616161;
    font-weight:bold; 
    cursor:pointer;
    display:inline-block;
    background-color:#e6e6e6;
    background-repeat:no-repeat;padding: 5px;
    font-size: 13px;
    line-height: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
    background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
}
.login-header-text {
    color: #616161;
    font-size: 13.75pt;
    font-weight: bold;
    font-family: Arial;
}
/*==============================================================================*/

.loginChangePasswordBlock
{
	border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
        
	border:solid 0px;
	padding:10px 10px 10px 10px;	
	margin: 100px auto 20px auto;
	width:1000px;
}

.tableLogin
{
	padding:5px 5px 5px 5px;	
	margin: 0px auto 0px 0px;    
    border:0px solid;
}

.centered
{
    text-align:center;   
}
/* end new login style */

#logindisplay 
{
    position:relative;
    padding-top:10px;
    font-size: 12px;        
    text-align: right;
    line-height:18px;
    margin: 5px;    
    color:#111;
}

#logindisplay a:link {
    color:red;
    text-decoration:underline;
}

#logindisplay a:visited {
    color: red;
    text-decoration: underline;
}

#logindisplay a:hover {
    color:#DBAB18;
    text-decoration: underline;
}

/* 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
----------------------------------------------------------*/
.top-label
{
    margin-top:2px;
    margin-bottom:-10px;
}

.display-label, 
.editor-label {
    margin: 1em 0 0 0;
}

.display-field, 
.editor-field 
{
    width:auto;
    margin: 1em 0 0 0;
}

.text-box {
    width: 30em;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}

/*Style for WebGrid*/
.webGrid
{
    border:none;
    border-collapse:collapse;
	width: 100%;
    line-height:20px;
    font-size:11px;
    background-color:#ffffff;
    text-indent:5px;
}
.webGrid td
{
    border-right:1px solid #eeeeee;   
}      

.webGrid-Header
{
    background-color:#99CCFF;    
}

.webGrid-footer
{
    background-color:#000000;    
}

.webGrid-alt
{
    background-color:#D8EAED;    
}

.itemLeft
{
    text-align:left;
    text-indent:5px;
}        
.itemRight
{
     text-align:right;
     text-indent:5px;
}

.table-edit-view
{
    width:100%;
    padding:3px;
    color:#111111;
    font-size:12px;   
}

.table-edit-view input
{
    padding:3px;
    color:#4D7D91;
    font-size:12px;
}

a.recent-link
{
    background: url(../Content/themes/base/images/recent.png) no-repeat top right;
    display:block;
    margin-top:5px;
    width:16px;
    height:18px;
    font-size:12px;
    font-style:normal;
    color:#ff9900; 
    text-indent:-123px;  
    padding-left:5px;
    text-decoration:underline;
}
a.recent-link:hover{
    color:#0099ff;
    text-decoration:none;
    }

a.user-link
{
    background: url(../Content/themes/base/images/user.png) no-repeat top right;
    display:block;
    margin-top:5px;
    width:16px;
    height:18px;
    font-size:12px;
    font-style:normal;
    color:#ff9900; 
    text-indent:-123px;  
    padding-left:5px;
    text-decoration:underline;
}
a.user-link:hover{
    color:#0099ff;
    text-decoration:none;
    }
        
a.img-search
{
    background: url(../Content/themes/base/images/search-sprite.gif) no-repeat top right;
     display: block;
     margin: 5px 0px 0px 0px;
     width: 16px;
     height: 16px;
     font-size:12px;
     font-style:normal;
     color:#ff9900;
     text-indent: -95px; 
     text-decoration:underline;     
} 
a.img-search:hover{
background-position: 0 -16px; /* This will display the dark search icon on hover */
text-decoration:none;
color:#0099ff;
}
 
a.img-search:active{
background-position: 0 -32px; /* And finally, this is the one that shows the loader */
cursor:wait; /* Shows the wait cursor on click */
}

a.img-close
{
    background: url(../Content/images/img-close.jpg) no-repeat top left;
     display: block;
     margin:5px 0px 0px 0px;
     width: 16px;
     height: 16px;
     text-indent: -9999px; /* hides the link text */        
}


ul#round-button {
    border-bottom: 0px #cccccc solid;
    padding-top:1px;
    margin-right:0px; 
    padding-bottom:0px;
    position:relative;
    display:block;
}

ul#round-button li {
    display: inline;    
    list-style: none;
}

ul#round-button li a {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
   
    color: #181818;
    color: rgba(0,0,0,0.4);
    width: 65px;

    padding: 3px 10px;
    border: none;
    outline:none;
    outline:0;

    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;

    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.8);
}

ul#round-button a:hover
{
    text-decoration:none;
    background-color:#cccccc;
}</pre></body></html>