﻿

html {       overflow-y: scroll; /* show browser scroll bar to keep div centered */ }

body { font-size:14px;color:#404040;}
.topborder
{
    background-image: url(../images/login/top-border.gif);
    height: 14px;
}

img {border:none;}

.list-styled ul
{
list-style-type:none;
padding:0px;
margin:0px;
}
.list-styled ul li
{
background-image:url('../images/bullet-list-icon.png');
background-repeat:no-repeat;
background-position:0px 5px; 
padding-left:35px;
}
.list-styled ul li div
{
    padding:3px;display:block;
}





.middleborder
{
    background-image: url(../images/login/middle-border.gif);
    
}

.bottomborder
{
    background-image: url(../images/login/bottom-border.gif);
    height: 19px;
}

A.menu:link {text-decoration: none;color: #000000;}
A.menu:visited {text-decoration: none;color: #000000;}
A.menu:active {text-decoration: none;color: #000000;}
A.menu:hover {text-decoration: none;}

A.docslink:link
{
	text-decoration: underline;
	color: black;
}
A.docslink:visited {text-decoration: underline;	color: black;}
A.docslink:active  {text-decoration: underline;color: black;}
A.docslink:hover   {text-decoration: underline;	color: black;font-size: 12pt;}




A.gridlink
{
	text-decoration: underline;
	color: #3366ff;
}

ul {margin:0 0 10px;}
li 
{
    padding:2px;
}

.xxsmall
{
	font-family:  Arial, sans-serif;
	font-size:7pt;
}


.xsmall
{
	font-family:  Tahoma,Arial, sans-serif;
	font-size:11px;
}

.xsmallbold
{
	font-family:  Tahoma,Arial, sans-serif;
	font-size:11px;
	font-weight:bold;
}

.small
{
	font-family: Tahoma,Arial, sans-serif;
	font-size:12px;
}


.smallbold
{
	font-family:  Tahoma,Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
}


.medium
{
	font-family: Tahoma,Arial, sans-serif;
	font-size:13px;
}

.mediumbold
{
	font-family: Tahoma,Arial, sans-serif;
	font-size:13px;
	font-weight:bold;
}



.mediumbold.sub
{
	color: #660000;
}


.large
{
	font-family: Tahoma,Arial, sans-serif;
	font-size:14px;
	
}

.heading
{
    color: #5377A9;
    font-family: Arial, Sans-Serif;
    font-weight: bold;
    font-size: 16px;
    background: url(../images/hdg_bg.png) repeat-x 0px -6069px; 
    padding-bottom: 8px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 8px;
    margin-bottom:10px;
    margin-top:20px;
}




.heading.sub
{
	color: #990000;
}

.dynamicmenu 
{
    z-index:1000;
}

.menu
{
	font-family: Tahoma, Arial, sans-serif;
	font-size:11px;
	font-weight: bold;
	
}

.regularbtn
{
    font-size: 11px;
    font-weight: bold;
    margin: 3px 0px;
    padding: 3px 4px;
    color: #3e4f5c;
    cursor: pointer;
    width: 150px;
}


/* gridview paging */
.pager A
{
    font-family: Tahoma, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    margin-left: 2px;
    margin-right: 2px;
    
}



/*Textbox Watermark*/

.watermarked
{
	border: 1px solid #BEBEBE;
	background-color: #F0F8FF;
	color: #33cc99;
	text-align: center;
	height: 18px;
}	

/*Progress icon*/

.progress_icon
{
	background-image: url(../images/progress.gif);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	position: static;
}	



/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background: #f9f9f9 none repeat scroll 0 0;
    border-radius: 4px;       
    border: none;  
    padding: 0px;
    margin: 0px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	
}



/*Popup Control*/
.popupControl{
	background-color:White;
	position:absolute;
	visibility:hidden;
}





div.messageBox {width:400px; min-height:40px; margin:1em 0; border:1px solid #ffcf0f; padding:0 12px; background-color:#ffffde; background-position:20px 5px; background-repeat:no-repeat;}
div.messageBox p
{
	margin: 5px 0;
	color: #cc0033;
	font-family: Tahoma, Arial, sans-serif;	
}
div.messageBox.notification
{
	border-color: #81a4c6;
	padding-left: 55px;
	background-color: #f0f6fd;
	background-image: url(../images/icon_info.gif);
}
div.messageBox.confirmation
{
	border-color: #c4de95;
	padding-left: 55px;
	background-color: #f8feee;
	background-image: url(../images/icon_success.gif);
}
div.messageBox.error, div.messageBox.alert
{
	padding-left: 55px;
	background-image: url(../images/icon_alert.gif);
}
div.messageBox ul {position:absolute; top:0; left:-500em; width:1px; height:1px; overflow:hidden; text-indent:-9999em; line-height:0;}



.datalist
{
	height: 500px;
	width: 210px;
	overflow: Auto;
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	
}


.EntryLineHover
{
	cursor: hand;
	background-color: #E2DED6;
	color: #333333;
	
} 
.EntryLine
{ 
	cursor:hand;	
	background-color:#ffffff;	
	color: #333333; 
}

.AlternatingRowStyle
{ 
	background-color:#ffffff;
	color:#284775;
 }



#order-search-bar {width:620px;margin:20px 0 20px;}

#order-search-bar .label {width:100px;display:block;float:left; padding:3px;background-color:#dedede;}

#order-search-bar  .control {width:500px;display:block;float:left; padding:3px;}


/* box with rounded corners */
.nifty{ margin: 0;background: #f7f7f7;font-family:Arial;}
.nifty h1,p{margin: 5px;font-size: 15px;}
.nifty i{font-size: 12px;}
.nifty h1{color: #336699; padding: 3px;margin: 5px;border-bottom:solid 1px;border-bottom-color:#c0c0c0;}
.nifty p{padding-bottom:5px;padding-left:5px;}

b.rtop, b.rbottom{display:block;background: #FFF}
b.rtop b, b.rbottom b{display:block;height: 1px;overflow: hidden; background: #f7f7f7}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}


/********** css for entry fields ***************** */

.input-div div  { margin:10px 0 10px 0; }

.input-label    {width:100px; display:block;float:left; line-height:20px;}

.input-text     { padding:3px;border:1px solid #bbb;-moz-border-radius:5px;-webkit-border-radius: 5px;border-radius: 5px;width:350px;height:16px;color: #666666;}

/*************************** */


    
        
/* horizontal tab menu  */

.invertedshiftdown{
padding: 0;
width: 100%;
border-top: 1px solid #666;
background: transparent;
}

.invertedshiftdown ul{
margin:0;
margin-left: 40px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.invertedshiftdown li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.invertedshiftdown a{
float: left;
display: block;
font: bold 12px Arial;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px 9px 10px; /*Padding within each menu item*/
background-color: #b0c4de; /*Default menu color*/
color:gray;

/*BELOW 4 LINES add rounded bottom corners to each menu item.
  ONLY WORKS IN FIREFOX AND FUTURE CSS3 CAPABLE BROWSERS
  REMOVE IF DESIRED*/
-moz-border-radius-bottomleft: 5px;
border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
border-bottom-right-radius: 5px;
}

.invertedshiftdown a:hover{
background-color: #5078B3; /*Red color theme*/
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: white;
}

.invertedshiftdown .current a{ /** currently selected menu item **/
background-color: #b8e356; 
padding-top: 9px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: #404040;
font-size:15px; text-decoration:underline;

}






.datapager .curr_pagenum{                   
             
    display: inline-block;
    padding: 0px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
    
    border: none;
    background: #616161;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
           
           }
           
.datapager .pagenum
{        
    display: inline-block;
    padding: 0px 10px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
    
    }

.datapager .pagenum:hover, .datapager .nextprev:hover 
{
    background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
    }

.datapager a {  color: #717171;}




/**********  entry fields for organization directory ***************** */

.directory .input-div div  { margin:10px 0 10px 0;font-family: "Lucida Sans Unicode", "Lucida Grande",helvetica;font-size:13px; }

.directory .input-label    {width:175px; display:block;float:left; line-height:20px;color: #404040;}

.directory .input-text, .output-text  { padding:3px;border:1px solid #bbb;width:350px;height:20px;color: #666666;}

.directory .input-text:focus { outline: none; border: 1px solid #7bc1f7; box-shadow: 0px 0px 8px #7bc1f7; -moz-box-shadow: 0px 0px 8px #7bc1f7; -webkit-box-shadow: 0px 0px 8px #7bc1f7; }

.directory .input-text-error  { border:1px solid #ff0000;}

.directory .radio-error input[type="radio"] { border:1px solid #ff0000;box-shadow: 0 0 5px 1px #ff0000;
}

/**********  end  entry fields for organization directory ***************** */


#hor-minimalist-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 13px;	
	margin: 5px;		
	text-align: left;
	table-layout: fixed;
}
#hor-minimalist-b th
{
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	padding: 10px 8px;
	border-bottom: 2px solid #696969;
	text-align:left;
}
#hor-minimalist-b td
{
	border-bottom: 1px solid #ccc;
	color: #777;
	padding: 6px 8px;
}
#hor-minimalist-b tbody tr:hover td
{
	color: #000;
}

#hor-minimalist-b a:hover
{border-bottom:1px dotted;}

#hor-minimalist-b a:link, #hor-minimalist-b a:visited {color:#5377a9;text-decoration:none;}

.cb-roles td
{
    padding: 4px 2px !important;
   
}
.cb-roles tbody tr:hover td
{ color: #666666 !important;
}

.radio-religious-category td
{border-bottom: none !important;}





.customButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.customButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
	background-color:#f6f6f6;
}


.customButton-blue {
	-moz-box-shadow:inset 0px 1px 0px 0px #dcecfb;
	-webkit-box-shadow:inset 0px 1px 0px 0px #dcecfb;
	box-shadow:inset 0px 1px 0px 0px #dcecfb;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bddbfa), color-stop(1, #80b5ea));
	background:-moz-linear-gradient(top, #bddbfa 5%, #80b5ea 100%);
	background:-webkit-linear-gradient(top, #bddbfa 5%, #80b5ea 100%);
	background:-o-linear-gradient(top, #bddbfa 5%, #80b5ea 100%);
	background:-ms-linear-gradient(top, #bddbfa 5%, #80b5ea 100%);
	background:linear-gradient(to bottom, #bddbfa 5%, #80b5ea 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bddbfa', endColorstr='#80b5ea',GradientType=0);
	background-color:#bddbfa;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #84bbf3;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #528ecc;
}
.customButton-blue:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #80b5ea), color-stop(1, #bddbfa));
	background:-moz-linear-gradient(top, #80b5ea 5%, #bddbfa 100%);
	background:-webkit-linear-gradient(top, #80b5ea 5%, #bddbfa 100%);
	background:-o-linear-gradient(top, #80b5ea 5%, #bddbfa 100%);
	background:-ms-linear-gradient(top, #80b5ea 5%, #bddbfa 100%);
	background:linear-gradient(to bottom, #80b5ea 5%, #bddbfa 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80b5ea', endColorstr='#bddbfa',GradientType=0);
	background-color:#80b5ea;
}




