﻿/*.text-alert {
	color: #FF0000;
}*/
p.frame
{
    border: thin solid #084588;
    width :70%;
   
   
}
div.frame
{
	border: 2px solid #084588;
	width: 70%;
}
div.frame-small
{
	border: 2px solid #084588;
	width: 35%;
	
}
div.frame-large
{
	border: 2px solid #084588;
	width: 80%;
}
div.frame-borderless
{
	width: 70%;
	/*margin-left: auto ;
	margin-right: auto ;*/

}
div.frame-borderless-large
{
	width: 85%;
	/*margin-left: auto ;
	margin-right: auto ;*/

}
.div
{
    background-color: #F7F6F3;
}
.textbox
{
     border:outset 1px #ccc;
	background:#fff;
	color:#000;
	font-weight:bold;
	padding:3px;
	text-align: left;
    font-size:1em;
	font-weight: bold;
	
	
    
    
}
/*--label.left-aflign-fixed-width
{
    width: 260px;
    }*/
.alert
{
    color: #FF0000;
}
label.left-align
{

text-align:left; 
width:318px;

}

label.left-align-short-label
{
float:left; 
text-align:left; 
width:245px;
padding-right:0.5em;
}

label.right-align-short-label
{
float:left; 
text-align:right; 
width:10em;
padding-right:0.5em;
}

label.right-align-medium-label
{
float:left; 
text-align:right; 
width:15em;
padding-right:0.5em;
}

label.right-align-long-label
{
float:left; 
text-align:right; 
width:25em;
padding-right:0.5em;
}
label.title
{
    float: left;
    text-align: left;
    font-weight: bold;
}
.button 
{
    border:outset 1px #ccc;
	background:#fff;
	color:#000;
	font-weight:bold;
	padding:3px;
	text-align: center;
    font-size:1em;
	font-weight: bold;
	width:100px;
	cursor:pointer;
}
.button-big
{
    border:outset 1px #ccc;
	background:#fff;
	color:#000;
	font-weight:bold;
	padding:3px;
	text-align: center;
    font-size:1em;
	font-weight: bold;
	width:310px;
	cursor:pointer;
}
.LinkButton
{
float:left; 
text-align:left; 
width:245px;
padding-right:0.5em;
}

.buttonBig 
{
    border:outset 1px #ccc;
	background:#fff;
	color:#000;
	font-weight:bold;
	padding:3px;
	text-align: center;
    font-size:1em;
	font-weight: bold;
	width:150px;
	cursor:pointer;
}
div.EpayTitle
{
	margin-top:5px;
    background-image: url(/bldgpermits/images/redarrow.jpg);
    background-repeat: no-repeat;
    background-position: 0px 2px; 
    padding-left: 14px; 
    font-weight:bold;
}

/*--- begin Grid View */
.GridViewStyle
{    
    /*border-right: 2px solid #A7A6AA;
    border-bottom: 2px solid #A7A6AA;
    border-left: 2px solid white;
    border-top: 2px solid white;*/
}

.GridViewStyle a
{
    color: #FFFFFF;
}

.GridViewHeaderStyle th
{
    border-left: 1px solid #EBE9ED;
    border-right: 1px solid #EBE9ED;
    /*padding-left:10px;*/
    text-align:center;
    padding:3px;
}

.GridViewHeaderStyle
{
    background-color: #5D7B9D;
    font-weight: bold;
    color: White;
}

.GridViewFooterStyle
{
	background-color: #F2F5FB;
	font-weight: bold;
	color: black;
}

.GridViewRowStyle
{
    background-color: #F7F6F3;
    color: #333333;
}

.GridViewAlternatingRowStyle 
{
    background-color: #FFFFFF;
    color: #333333;/*#284775;*/
}

.GridViewRowStyle td, .GridViewAlternatingRowStyle td
{
    border: 1px solid #EBE9ED;
}

.GridViewRowStyle a
{
    color: blue;
}

.GridViewAlternatingRowStyle  a
{
    color: blue;
}

.GridViewSelectedRowStyle
{
    background-color: #E2DED6;
    font-weight: bold;
    color: #333333;
}

.GridViewPagerStyle
{
    background-color: #5D7B9D; /*284775*/
    color: #FFFFFF;
    height:25px;
}
    
.GridViewPagerStyle a { color: #fff; text-decoration: none;  padding:5px; font-weight:bold;}   
.GridViewPagerStyle a:hover { color: red; text-decoration:underline;font-weight:bold; }
.GridViewPagerStyle span {background-color:#000000; padding:5px;font-weight:bold;}

.GridViewStyle .tdCenter
{
    text-align:center;
    background-color:#ffffff;
}
.GridViewStyle .tdCenter 
{
    background-color:#ffffff;
}
.GridViewStyle input
{
	text-align:right;
	cursor:arrow;
}
.GridViewStyle textarea
{
	cursor:arrow;
}
/*--.GridViewStyle textbox
{
    text-align: center;
    width: 20px;
}*/

.WebGridViewRowStyle
{
    background-color: #ECF4F8; /*color: #333333;*/
}

.WebGridViewAlternatingRowStyle
{
    background-color: #FFFFFF; /*color: #333333; #284775;*/
}

/*--- end Grid View */