﻿.hide { display:none; }

img.cal { cursor:pointer; }

/*
 * form
 */
.form
{
    background-color:#fff;
    border:solid 2px #ced2d3;
    color:#c68038;
    margin:10px 0;
    padding:10px;
    text-align:left;
}
.form input.field,
.form textarea,
.form select
{
    background-color:#f9fae4;
    border:solid 1px #afcc81;
    padding:2px;
    width:350px;
}
.form select { width:356px; }
/*
 * actions for form
 */
#actions
{
    margin:0 auto;
    width:50%;
}
#actions .inner
{
    background-color:#fbfbed;
    border:solid 2px #c2c2c0;
    height:50px;
    line-height:50px;
    padding:0 30px;
    text-align:center;
    white-space:nowrap;
}

/*
 * GridView styles
 */
table .state0 { background-color:#fef8b5; }
table .state1 { background-color:#daf8f8; }
table .state0:hover,
table .state1:hover
{ background-color:#fff;cursor:pointer; }

table .state0:hover .edit,
table .state1:hover .edit
{ display:inline; }

.select-button input {display:none;}
table .state0:hover .select-button input ,
table .state1:hover .select-button input {display:inline;}

.state0 a:hover,
.state1 a:hover
{
 background-color: Transparent;
}

/*
 * user pic
 */
.userpic
{
    width:230px;
    text-align:center;
    margin-bottom:10px;
}
.userpic img { width:220px; }

/*
 * letters
 */
div.letters { margin:10px 0; }
div.letters a { color:#00f; margin-right:5px; }

/*
 * ~/admin/members/uc/Search.ascx
 */
.search-panel
{
    text-align:left;
    margin-right:5px;
}
.search-panel .cb { position:absolute; margin-top:2px; }
/*.search-panel label { margin-left:20px; }*/
/* // photos */
.photo-view { width: 590px; overflow:hidden; text-align:center; margin-bottom:5px; }
.photo-view img { width: 578px; border: solid 1px #ccc; padding: 5px; }
#photo-caption { text-align:center; font-size:medium; font-weight:bold; margin:0 0 10px 0; }
.thumbs { text-align:center; }
.thumbs img {
	border: solid 1px #ccc;
	width: 100px;
	padding: 4px;
	vertical-align:middle;
}
.thumbs img:hover {
	border-color: Blue;
}
.thumbs .actions img 
{
    border:none;
    width:25px;
    height:50px;
    padding:0;
    position:relative;
    /*top:-30px;*/
}
/* photos // */

/*
 * ~/uc/SavedSuccess.ascx
 */
.success-message { font-family:Arial; padding-left:7px; width:350px; margin:10px auto; }
.success-message .outer { padding-right:7px; }
.success-message .inner
{
    text-align:center;
    color:#66ac50;
    font-weight:bold;
    height:26px;
    line-height:26px;
}
.success-message .inner a
{
    color:#66ac50;
    text-decoration:none;
    font-weight:bold;
    font-family:Tahoma;
}

/* // tree */
.categories {list-style:none;margin:0;padding:0;}
.categories li {clear:both;height:31px;line-height:31px;}
.categories span {float:left;}
.categories input {float:right;}
/* tree // */

/* // ministries list */
ul.ministries {list-style:none;margin:0;padding:5px 0;text-align:left;}
ul.ministries li {padding:2px 0;}
/* ministries list // */

