﻿body {
    margin: 0;
    padding: 0;
    font-family: Georgia, serif;
    font-size: small;
    background: #fff;
}
#content {
    float: left;
    width: 70%;
    font-size: 95%;
    line-height: 1.5em;
    color: #333;
}
#sidebar {
    float: right;
    width: 30%;
}
#footer {
    clear: both;
    background: #2e476f url(../images/footer_bkgnd.gif) repeat-x top left;
}
#footer p {
    margin: 0;
    padding: 15px;
    font-size: 85%;
    color: #a6b8c5;
}
#wrap {
    min-width: 500px;
    max-width: 2000px;
    background: url(../images/bkgnd.gif) repeat-y 70% 0;
}
#header {
    border-bottom: 3px solid #2e476f;
    background: #335288 url(../images/header_bkgnd.gif) repeat-x top left;
}
#header h1 {
    margin: 0;
    padding: 15px 15px 10px 60px;
    font-family: Georgia, serif;
    font-size: 175%;
    color: #eee;
    font-weight: bold;
    font-variant: small-caps;
    background: url(../images/logo.gif) no-repeat top left;
}
#message {
    margin: 0;
    padding: 10px;
    font-size: 90%;
    color: #a6b8c5;
    text-align: center;
    background: #2e476f url(../images/message_bkgnd.gif) repeat-x top left;
}
#message strong {
    padding: 0 50px 0 3px;
}
#message strong a, #message strong a:visited {
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	color: #a6b8c5;
}
#message strong a:hover {
	color: #fff;
}
#content .gutter {
    padding: 25px;
}
#sidebar .gutter {
    padding: 20px;
}
#content h2 {
    margin: 0 0 1em 0;
    padding: 0;
    font-family: Georgia, serif;
    font-size: 150%;
    font-weight: normal;
    color: #335288;
}
dl.file {
    margin: 15px 0;
    padding: 15px;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}
dl.file:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
} 
dl.file dt {
    margin: 0 0 .5em 0;
    font-family: Georgia, serif;
    font-size: 140%;
    color: #4b82ab;
}
dl.file dt img {
    float: left;
    margin: 0 15px 0 0;
    padding: 0 4px 4px 0;
    background: url(../images/file_bkgnd.gif) no-repeat bottom right;
}
dl.file dd {
    margin-left: 51px;
    font-size: 90%;
    line-height: 1.5em;
    color: #666;
}
.box {
    margin: 0 0 20px 0;
    padding: 0 0 12px 0;
    font-size: 85%;
    line-height: 1.5em;
    color: #666;
    background: #fff url(../images/box_br.gif) no-repeat bottom right;
}
.box h3 {
    margin: 0;
    padding: 12px;
    font-family: Geneva, serif;
    font-size: 175%;
    font-weight: bold;
    text-transform: capitalize;
    color: #4b82ab;
    background: #fff url(../images/box_tl.gif) no-repeat top left;
}
.box p, .box ul {
    margin: 0;
    padding: 0 12px;
}
.box ul li {
    margin: 0 0 0 12px;
    padding: 0 0 0 18px;
    list-style: none;
}
a, a:visited {
    text-decoration: none;
    color: #4b82ab;
}
a:hover {
    text-decoration: underline;
}
p#adminActions {
	font-size: 110%;
	text-align: center;
}
p#adminActions strong a, p#adminActions strong a:visited {
	color: #4b82ab;
	text-decoration: none;
	padding: 10px;
	margin: 5px;
}
p#adminActions strong a:hover {
	color: #666;
}
table#userList, table.loginBox table {
	width: 100%;
	border: solid 1px #335288;
	background: #fff;
	border-collapse: collapse;
}
table#userList th, table#userList td 
{
	margin: 0;
	padding: 8px 20px;
	text-align: center;
	border-bottom: solid 1px #4b82ab;
}
table#userList th {
	background: #335288;
	color: #fff;
}
table#userList tr.alt {
	background: #eff4ff;
}
table#userList td a {
	display: block;
}
.title {
	font-weight: bold;
	font-size: 90%;
}
div.dirList {
	width: 40%;
	float: left;
}
div.dirList h2 {
	text-indent: 15px;
}
div.dirList dl
{	
	border-left: dotted 1px #ccc;
	border-right: dotted 1px #ccc;
}
div.error
{
	text-align: center;
	color: #fff;
	background: #f00;
	font-size: 90%;
	font-style: italic;
	width: 100%;
}
.iframeStyle 
{
	border: 0;
	border-collapse: collapse;
	width: 100%;
	display: block;
	background: #fff;
	height: 65px;
}
/* Hide from IE5/Mac \*/
* html #footer { height: 1%; }
/* End hide from IE5/Mac */

dl.feature { display: inline-table; }

/* Hide from IE5/Mac \*/
* html dl.feature { height: 1%; }
dl.feature {display: block;}
/* End hide from IE5/Mac */


form#frmUserCreate.createUser fieldset { 
            margin-bottom: 10px; 
}        	
form#frmUserCreate.createUser legend {
    padding: 0 2px;
    font-weight: bold;
    _margin: 0 -7px; /* IE Win */
    }
	
form#frmUserCreate.createUser label {
    display: inline-block;
    line-height: 1.8;
    vertical-align: top;
    }
	
form#frmUserCreate.createUser fieldset ol {
    margin: 0;
    padding: 0;
    }
	
form#frmUserCreate.createUser fieldset li {
    list-style: none;
    padding: 5px;
    margin: 0;
    }
	
form#frmUserCreate.createUser fieldset fieldset {
    border: none;
    margin: 3px 0 0;
    }
	
form#frmUserCreate.createUser fieldset fieldset legend {
    padding: 0 0 5px;
    font-weight: normal;
    }
	
form#frmUserCreate.createUser fieldset fieldset label {
    display: block;
    width: auto;
    }

form#frmUserCreate.createUser em {
    font-weight: bold;
    font-style: normal;
    color: #f00;
    }

form#frmUserCreate.createUser label { width: 120px; } /* Width of labels */
form#frmUserCreate.createUser fieldset fieldset label { margin-left: 123px; } /* Width plus 3 (html space) */
form#frmUserCreate.createUser {
    width: 370px;
    font-size: 90%;
    color: #333;
    }
	
form#frmUserCreate.createUser legend { padding-left: 0; }
	
form#frmUserCreate.createUser legend,
form#frmUserCreate.createUser label { color: #333; }

form#frmUserCreate.createUser fieldset {
    border: none;
    border-top: 1px solid #C9DCA6;
    background: url(../images/fieldset.gif) left bottom repeat-x;
    }
	
form#frmUserCreate.createUser fieldset fieldset { background: none; }
	
form#frmUserCreate.createUser fieldset li {
    padding: 5px 10px 7px;
    background: url(../images/divider.gif) left bottom repeat-x;
    }
div.error
{
    text-align: center;
    color: #fff;
    background: #f00;
    font-size: 105%;
    font-style: italic;
    width: 100%;
}
/*\*//*/ form#frmUserCreate.createUser legend { display: inline-block; } /* IE Mac legend fix */