﻿/*Controls*/
.allWrap
{
    width: 996px;
}

.divLogin1Wrapper_Middle
{
	background-image: url(  '../Images/Controls/login_border_middle.gif' );
	background-repeat: repeat-y;
	background-position: top center;
	margin-top: 150px;
}

.divLogin1Wrapper_Header
{
	background-image: url(  '../Images/Controls/login_border_header.gif' );
	background-repeat: no-repeat;
	background-position: top center;
}

.divLogin1Wrapper_Footer
{
	background-image: url(  '../Images/Controls/login_border_footer.gif' );
	background-repeat: no-repeat;
	background-position: bottom center;
	vertical-align: top;
    padding-bottom: 5px;
}

.MyBizViewImage
{
	position: relative;
	margin-top: 10px;
}

.About_link_home
{
	color: #FFFFFF
}
.Login_Message
{

	margin-top: 40px;
	width: 422px;
	height: 50px;
	color: #FFFFFF;
}
.Login1, .PasswordRecovery1
{
	border-collapse: collapse;
	width: 422px;
	color: White;
	position: relative;
	font-weight: bold;
	font-family: Verdana;
	font-size: 10pt;
	margin-bottom: 10px;
}

.InstructionTextStyle
{
	text-align: center;
	font-size: 8pt;
	font-weight: normal;
	text-align: center;
	color: #999999;
	padding-bottom: 10px;
}

.Login1 table, .PasswordRecoveryTable
{
	margin-top: -80px;
	position: relative;
}

.errorDetails
{
	color: Red;
}


/* table level rules */
.grid
{
	font-family: tahoma;
	font-size: 11px;
	border: solid 1px #7f7f7f;
	border-collapse: collapse;
	color: #333333;
}


/* header column rules */
.grid th
{
	background: url(../Images/GridView/sprite.png) repeat-x 0px 0px;
	border-color: #989898 #cbcbcb #989898 #989898;
	border-style: solid solid solid none;
	border-width: 1px 1px 1px medium;
	color: #000000;
	padding: 4px 5px 4px 10px;
	vertical-align: bottom;
	height: 13px;
}

.grid th a
{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

/* data cell and data row rules */
.grid td
{
	color: #333333;
	border-bottom: solid 1px #BBD9EE;
}

.grid .row
{
	background-color: #ffffff;
}

.grid .altrow
{
	/*background-color: #EBF4FA;*/
	background-color: #E6E6E6;
}

.grid .selectrow
{
	background-color: #FFFFE0;
}

.grid .hoverrow
{
	background-color: #D1E6F3;
}

.grid .editrow
{
	background-color: Transparent;
}

.grid .insertrow
{
	background-color: Transparent;
}

.grid .pager
{
    height: 30px;
    background: url(../Images/GridView/pager_bg.gif) repeat-x;
    background-color: #CCCCCC;
}

.grid .pager .info
{
    font-size: 12px;
    padding: 4px 0px;
    float: right;
}

.grid .command
{
    float: left;
    margin-right: 3px;
    margin-left: 3px;
}

.grid .command.left
{
    margin-left: 20px;
    margin-left: 0px;
    padding-top: 9px;
}

.grid .command.buttons
{
    margin-top: 4px;
}

.grid .command.right
{
    padding-top: 9px;
}

.grid .pageLink
{
	cursor: hand;
    font-size: 10px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    max-width: 100px;
    min-width: 30px;
    min-height: 40px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 4px;
    vertical-align: top;
}

.grid a:hover.pageLink
{
    /*text-decoration: underline;*/
    background-color: #ffffff;
    /*filter: alpha(opacity=100);*/
}

.grid .pageCurrent
{
    background-color: Transparent;
    background-image: url(../Images/GridView/pager_bg_Flip.jpg);
    background-position: left bottom;
    background-repeat: repeat-x;
}

.grid .pagePrevNext
{
    background-color: Transparent;
    background-image: none;
}

/*.grid .footerStyle
{
}*/



.dialog
{
    color:#222222;
    background-color:#fff;
}    

.dialog .header
{
	color: White;
}

.dialog .header .outer
{
	background: url(../Images/Controls/top-mid.jpg) repeat-x;
	background-color: black;
}

.dialog .header .inner
{
	background: url(../Images/Controls/top-left.jpg) left top no-repeat;
}

.dialog .header .content
{
	background-image: url(../Images/Controls/top-right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: center;
	vertical-align: super;
	padding-top: 5px;
	padding-bottom: 5px;
	min-height: 20px;
}

.dialog .header .content H2
{
	font-size: 12pt;
	font-weight: bold;
	color: #ffffff;
	padding-top: 6px;
	margin: 0px;
}

/*.dialog .body
{
}*/

.dialog .body .outer
{
	background: url(../Images/Controls/right.png) right repeat-y;
	padding-right: 7px;
}

.dialog .body .inner
{
	background: url(../Images/Controls/left.png) left repeat-y;
	padding-left: 7px;
}

.dialog .body .content
{
	border-top: solid 1px grey;
}

.dialog .body .content H2
{
	padding: 10px;
	margin: 0px;
	text-align: center;
	font-size: 11pt;
	color: #222222;
	font-weight: normal;
}

.dialog .body .content .footer
{
	/* footer image is 41 pixels tall */
	background: url(../Images/Controls/footer.gif) repeat-x bottom;
	height: 41px;
}

.dialog .body .content .footer .commands
{
	text-align: right;
	padding: 8px;
}

.dialog .body .content .footer .commands INPUT
{
	/* keep the buttons a consistent size */
	width: 75px;
}


/* dialog footer styles */
/*.dialog .footer
{
}*/

.dialog .footer .outer
{
    background:url(../Images/Controls/bottom-right.png) right top no-repeat;
    padding-right:9px;
}

.dialog .footer .inner
{
    background:url(../Images/Controls/bottom-left.png) left top no-repeat;
    padding-left:9px;
}

.dialog .footer .content
{
    height:7px;
    background:url(../Images/Controls/bottom-mid.png) repeat-x;        
}   
        
.dialog .updating
{
    color:#808080;
    background:url(../Images/Animated_Gif_4_f4.gif) no-repeat center;
}

/*Modal Popup*/
.modalBackground
{
	background-color: Gray;
	/*filter: alpha(opacity=70);*/
	/*opacity: 0.7;*/
}

.modalPopup
{
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 5px;
	background-color: #ffffff;
}

.previewDragHandle
{
	cursor: move;
	background-color: #f0f0f0;
	border: solid 1px Gray;
	color: black;
	text-align: center;
	padding: 2px 2px 2px 2px;
	font-weight: bold;
}
/* End Modal Popup */
