/*==========================================================================
||	Theme: Public Access > User Interface
||	Author: Chris Johnson <chris@rebzmedia.com> <cjohnson@jtac.in.gov>
||	Version: 1.0
||	Date: February 25, 2011
||
||	@main _______________ Main Content View Styling
||
||	@login ______________ Login View
||
||	@news _______________ News and Updates
||
||	@apps _______________ Sidebar for Applications
||
||	@uadmin _____________ User Administration
||
||	@details ____________ User Details
||
||	@uniform ____________ jQuery Uniform Plugin Default Styling
||
==========================================================================*/


/* @main
----------------------------------------*/
#users-view {
    width: 938px; 
}
#users {
    float: left;
    padding: 10px;
    width: auto;
}
#users.apps {
    width: 619px;
}
#users.public {
    padding: 0;
}
#users h2.name {
    border: medium none;
    color: #333333;
}
#users p {
    font-size: 0.9em;
    margin-bottom: 5px;
}
#users label.input {
    color: #706B5A;
    display: block;
    font-size: 0.75em;
    padding: 3px 0 0;
}
#users label span {
    display: block;
    font-size: 0.8em;
    font-weight: normal;
    padding: 3px 0 0 27px;
}
#users label.radio, #users label.check {
    color: #333333;
    cursor: pointer;
    font-size: 0.95em;
    font-weight: bold;
}
#users input[type="radio"], #users input[type="checkbox"], #users select {
    margin: 0;
}
#users input[type="text"], #users input[type="password"] {
    border: 1px solid #A49F8E;
    font-size: 0.75em;
    margin: 0;
    padding: 8px 7px 7px;
}
#users input[type="text"]:focus, #users input[type="password"]:focus {
    background: none repeat scroll 0 0 #FFFF99;
}
#users-view.login #users .login-box {
    margin: 15px 0 0;
}
#users-view.users #users label.chk-input, #users-view.login #users label.chk-input {
    color: #706B5A;
    cursor: pointer;
    font-size: 0.75em;
    padding: 0 0 0 10px;
    position: relative;
    top: -1px;
}
#users-view h5
{
    color:#123D49;
    margin-bottom: 10px;
}
    
#users-view.login {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
}
#users .login-panel {
    border: 1px solid #2C91AD;
    padding: 25px 25px 20px;
    width: 200px;
}
.user .searchusers {
    margin-top: 5px;
}
#users #acctregister {
    border: 1px solid #2C91AD;
    margin: 0 0 0 30px;
    padding: 25px 25px 20px;
    width: 575px;
}
#users .login-panel h2, #acctregister h2 {
    font-size: 1.1em;
    padding: 0 0 15px;
}
#users .login-panel hr, #acctregister hr {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #E8E7E1;
    border-style: none none solid;
    border-width: medium medium 1px;
    padding: 5px 0 0;
}
#users .login-panel a, #acctregister a {
    color: #2C91AD;
    font-size: 0.8em;
    text-decoration: none;
}
#users .login-panel a.light, #acctregister a.light {
    color: #AAAAAA;
}
#users .login-panel a:hover, #acctregister a:hover {
    color: #E1361E;
    text-decoration: underline;
}
#services {
    color: #123D49;
    float: right;
    padding: 15px;
    width: 268px;
}
#services h5 {
    font-size: 1.2em;
    padding: 0 0 19px;
}
#services h6 {
    color: #123D49;
    padding: 0 0 4px;
}
#services p {
    color: #123D49;
    font-size: 0.75em;
    line-height: 1.3em;
    padding: 0 0 15px;
}
#services a.application {
    background: none repeat scroll 0 0 #EAF4F2;
    border: 1px solid #88C1CE;
    color: #123D49;
    display: block;
    font-size: 0.75em;
    line-height: 1.4em;
    margin: 0 0 20px;
    padding: 13px 13px 10px;
    text-decoration: none;
}
#services a.application:hover {
    background: none repeat scroll 0 0 #F7FBFA;
    border-color: #2C91AD;
}
#services a.application span {
    display: block;
    font-size: 1.3em;
    font-weight: bold;
    margin: 0 0 3px;
}
#services a.application:hover span {
    color: #E1361E;
}
#news-con {
    padding: 30px;
}
#news-con .news-post {
    border-bottom: 1px solid #E8E7E1;
    margin: 0 0 20px;
    padding: 0 0 15px;
}
#news-con .news-post:last-child {
    border: medium none;
    margin-bottom: 0;
    padding: 0;
}
#news-con p {
    color: #777777;
    font-size: 0.75em;
    line-height: 1.8em;
}
#news-con .dinfo {
    color: #999999;
    font-size: 0.75em;
    line-height: 1.4em;
}
.dinfo a {
    font-size: 0.75em;
    padding-left: 10px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    top: 0;
}
#users #news-con h2 {
    padding-bottom: 0;
}
#search-view {
    margin-bottom: 5px;
    width: 938px;
}
#search-view p.results {
    color: #444444;
    float: right;
    font-size: 0.75em;
    margin: 11px 0 0;
}
table.main {
    border-bottom: 1px solid #2C91AD;
    border-right: 1px solid #2C91AD;
    border-top: 1px solid #2C91AD;
    font-size: 0.75em;
    margin: 5px 0 0;
    width: 650px;
}
.main td, .main thead th a {
    border-left: 1px solid #2C91AD;
    padding: 10px 15px;
}
.main thead {
    background: none repeat scroll 0 0 #206A80;
    color: #FFFFFF;
}
.main thead th a {
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-weight: bold;
    text-decoration: none;
}
thead th.asc {
    background: url("../imgs/arrows.png") no-repeat scroll right top transparent;
}
thead th.desc {
    background: url("../imgs/arrows.png") no-repeat scroll right bottom transparent;
}
.main tbody td {
    border-top: 1px solid #E8E7E1;
    color: #32322C;
}
.main tbody tr:nth-child(2n) {
    background: none repeat scroll 0 0 #F4F4F2;
}
.main tbody td a {
    color: #2C91AD;
    text-decoration: none;
}
.main tbody td a:hover {
    color: #E1361E;
    text-decoration: underline;
}
.main tbody td.view {
    padding: 0;
    width: 32px;
}
.main tbody td.view a {
    background: url("../imgs/icon_view.png") no-repeat scroll 16px 8px transparent;
    padding: 10px 23px 10px 43px;
}
.main tbody tr td:nth-child(5) {
    font-size: 0.9em;
    padding: 0 0 0 15px;
    vertical-align: middle;
}
.table-foot {
    margin: 10px 0 30px;
}

.linkText
{
	cursor: pointer;
	color: Blue;
	text-decoration: underline;
}



.table-foot a { background: none repeat scroll 0px 0px #454238; color: #FFFFFF; display: block; float: left; font-size: 11px; margin: 0px 0px 10px 2px; padding: 8px; text-decoration: none; }

.pagesize {
    font-size: 11px;
    margin: 0 0 10px 2px;
    padding: 9px 11px 8px;
    text-decoration: none;
}
.table-foot a:hover {
    background: none repeat scroll 0 0 #E1361E;
}
.table-foot a.Disabled {
    background: none repeat scroll 0 0 #D0CEC6;
    color: #706B5A;
}
.table-foot a.Current {
    background: none repeat scroll 0 0 #2C91AD;
}
#users-view.users {
    background: none repeat scroll 0 0 transparent;
}
#users-view.users #users {
    width: 919px;
}
#users-view.users .login-panel {
    border: medium none;
    padding: 15px 15px 10px;
    width: 885px;
}
#users-view.users textarea {
    border: 1px solid #A49F8E;
    font-size: 0.75em;
    margin: 5px 0 0;
    padding: 8px 7px 7px;
    width: 449px;
}
#users-view.users textarea:focus {
    background: none repeat scroll 0 0 #FFFF99;
}
.user div.selector {
    background-position: 176px 13px;
    margin: 0;
    width: 184px;
}
.user div.selector span {
    width: 186px;
}
.user div.selector select {
    min-width: 189px;
    width: 189px;
}
.user div.selector.hover, .user div.selector.focus, .user div.selector:hover, .user div.selector.hover:active, .user div.selector:hover:active, .user div.selector.focus:active, .user div.selector.focus.active, .user div.selector.active, .user div.selector.active:hover {
    background-position: 176px 13px;
}
.table-foot div.selector {
    background-position: 212px 13px;
    margin: 0;
    width: 220px;
}
.table-foot div.selector span {
    width: 220px;
}
.table-foot div.selector select {
    min-width: 230px;
    width: 230px;
}
.table-foot div.selector.hover, .table-foot div.selector.focus, .table-foot div.selector:hover, .table-foot div.selector.hover:active, .table-foot div.selector:hover:active, .table-foot div.selector.focus:active, .table-foot div.selector.focus.active, .table-foot div.selector.active, .table-foot div.selector.active:hover {
    background-position: 212px 13px;
}
