﻿


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

.hide{display:none;}
.mandatory
{
    color:Red;
    font-size:small;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;    
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/*AutoComplete flyout */
.autocomplete_completionListElement
{
    margin : 0px!important ;    
    background-color : window ;
    color : windowtext ;
    border : buttonshadow ;
    border-width : 1px ;
    border-style : solid ;
    cursor :pointer ;
    overflow : auto ;
    height : 200px ;
    font-family : Tahoma ;
    font-size : small ;
    text-align : left ;
    list-style-type : none;
}
/* AutoComplete highlighted item */
.autocomplete_highlightedListItem
{
    background-color :#ffff99 ;
    color : black ;
    padding : 1px ;
    margin :0px 0px 0px -40px;
}

/* AutoComplete item */
.autocomplete_listItem
{
    background-color : window ;
    color : windowtext ;
    padding : 1px ;
    margin :0px 0px 0px -40px;
}

/*pagination*/
.Pager span
{
    font-weight: bold;
    text-align: center;
    color: black;
    display: inline-block;
    width: 20px;
    background-color: #A1DCF2;
    margin-right: 3px;
    line-height: 150%;
    border: 1px solid #3AC0F2;
}
.Pager a
{
    text-align: center;
    display: inline-block;
    width: 20px;
    background-color: #3a4f63;
    color: #fff;
    border: 1px solid #3a4f63;
    margin-right: 3px;
    line-height: 150%;
    text-decoration: none;
}
    
.Pager a:hover {
    background: #A1DCF2;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#A1DCF2), to(3AC0F2));
    background: -moz-linear-gradient(0% 0% 270deg,#A1DCF2, 3AC0F2);
}
/*end pagination*/
    
    /*scroll*/
.GridDockLeft
{
    overflow-x: auto;
    overflow-y: auto;
    width: 550px;
    height:450px;
    padding: 0 0 20px 0;
}
.GridDockRight
{       
    overflow-x: auto;
    overflow-y: auto;
    width: 450px;
    height:400px;
    padding: 0 0 0 0;
}
    
/*Modal Popup*/
.Container
{
	margin:auto;
	min-height:400px;
	background:#ffffff;
	max-width:500px;
	min-width:500px;
	border:solid 1px #d4d4d4;
	padding:0 20px 20px 20px;
}

.ToolBar
{
	border:solid 1px #d4d4d4;
	padding:10px;
	margin-bottom:20px;
}

.ModalPopupBG
{
	background-color:#fff;/* #666699;*/
	filter: alpha(opacity=0);/*opacity=50*/
	opacity: 0.0; /*0.7*/
}

.popup_Container {
	background-color:#ffffff;/* #F7F6F3;*/
	border:2px solid #000000;
	padding: 0px 0px 0px 0px;
}

.popupConfirmation
{
	width: 300px;
	height: 200px;
}

.popupConfirmationx
{
	width: 100%;
	height: 100%;
}

.popupConfirmationxy
{
	width: 800px;
	height: 100%;
}

.popup_Titlebar {
	background: url(../Images/titlebar_bg.jpg);
	height: 29px;
}

.popup_Body
{
	padding:15px 15px 15px 15px;
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
	color:#000000;
	line-height:15pt;
	clear:both;
	padding:20px;
}

.TitlebarLeft 
{
	float:left;
	padding-left:5px;
	padding-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
}
.TitlebarRight 
{
	background:url(../Images/cross_icon_normal.png);
	background-position:right;
	background-repeat:no-repeat;
	height:15px;
	width:16px;
	float:right;
	cursor:pointer;
	margin-right:5px;
	margin-top:5px;
}

.popup_Buttons
{
	margin:10px;
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color: White; /*#3a4f63;*/
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color:#465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color:#3a4f63;/* #465c71;*/
    color: #cfdbe6;
    text-decoration: none;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    padding:1px; 
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 1px;
    /*margin-bottom:-30px;*/
    color: #4b6c9e;
}

.loginDisplay a:link
{
    color: #4b6c9e;
}

.loginDisplay a:visited
{
    color: #4b6c9e;
}

.loginDisplay a:hover
{
    color: #4b6c9e;
}

.failureNotification
{
    font-size: 1em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

/*TAB MENU*/
.fancy-green .ajax__tab_header
{
    background: url(../Images/green_bg_Tab.gif) repeat-x;
    cursor:default;
}
.fancy-green .ajax__tab_hover .ajax__tab_outer, .fancy-green .ajax__tab_active .ajax__tab_outer
{
    background: url(../Images/green_left_Tab.gif) no-repeat left top;
}
.fancy-green .ajax__tab_hover .ajax__tab_inner, .fancy-green .ajax__tab_active .ajax__tab_inner
{
    background: url(../Images/green_right_Tab.gif) no-repeat right top;
}
.fancy .ajax__tab_header
{
    font-size: 13px;
    font-weight: bold;
    color: #000;
    font-family: sans-serif;
}
.fancy .ajax__tab_active .ajax__tab_outer, .fancy .ajax__tab_header .ajax__tab_outer, .fancy .ajax__tab_hover .ajax__tab_outer
{
    height: 46px;
}
.fancy .ajax__tab_active .ajax__tab_inner, .fancy .ajax__tab_header .ajax__tab_inner, .fancy .ajax__tab_hover .ajax__tab_inner
{
    height: 46px;
    margin-left: 16px;
}
.fancy .ajax__tab_active .ajax__tab_tab, .fancy .ajax__tab_hover .ajax__tab_tab, .fancy .ajax__tab_header .ajax__tab_tab
{
    margin: 16px 16px 0px 0px;
}
.fancy .ajax__tab_hover .ajax__tab_tab, .fancy .ajax__tab_active .ajax__tab_tab
{
    color: #fff;
}
.fancy .ajax__tab_body
{
    font-family: Arial;
    font-size: 10pt;
    border-top: 0;
    border:0px solid #999999;
    padding: 8px;
    background-color: #ffffff;
}

.blank
{
    background-color:White;
    border-color:Black;
    border-style:solid;
    border-top:1px;
    border-bottom:1px;
    border-left:0px;
    border-right:0px;
}

/*Grid*/

/*
.mGrid { width: 100%; background-color: #fff; margin: 5px 0 10px 0; border: solid 1px #525252; border-collapse:collapse; }
.mGrid td { padding: 2px; border: solid 1px #c1c1c1; color: #717171; }
.mGrid th { padding: 4px 2px; color: #fff; background: #424242 url(../Images/grd_head.png) repeat-x top; border-left: solid 1px #525252; font-size: 0.9em; }
.mGrid .alt { background: #fcfcfc url(../Images/grd_alt.png) repeat-x top; }
.mGrid .pgr {background: #424242 url(../Images/grd_pgr.png) repeat-x top; }
.mGrid .pgr table { margin: 5px 0; }
.mGrid .pgr td { border-width: 0; padding: 0 6px; border-left: solid 1px #666; font-weight: bold; color: #fff; line-height: 12px; }   
.mGrid .pgr a { color: #666; text-decoration: none; }
.mGrid .pgr a:hover { color: #000; text-decoration: none; }
*/


/*a, a:link, a:visited        { color: #000; }
a:hover                     { color: #444; }
.menu li                    { padding: 0px 0px 5px 0px; }*/
.gvHeader                   { background: #fcfcfc url(../Images/panelHeader.png); }
.gvHeader th                { padding: 0px 2px 2px 2px; }
.gvRow td                   { padding: 2px; }

/*
.gvHideColLink              { text-decoration: none; font-weight: bold; font-size: 14pt;line-height: 13px; color: #444; padding: 0px 2px 0px 2px; }
.showHideColumnsContainer          { margin: 5px 0px 5px 0px; }
.showHideColumnsContainer SELECT   { font-size: 7pt; }
*/

/* Print styles  
@media print {    
    .gvHideColLink,
    .showHideColumnsContainer,
    .printHideMe,
    .description            { display: none; }    
    .gvHeader th a          { text-decoration: none;  color: #000; }
} 
*/
/*End Grid*/


/*GridViewCSS*/
.GridViewStyle
{
    font-family: Arial, Sans-Serif;
    font-size:small;
    table-layout: auto;
    border-collapse: collapse;
    border: #1d1d1d 2px solid;
}
/*Header and Pager styles*/
.HeaderStyle, .PagerStyle /*Common Styles*/
{
    background-image: url(../Images/titlebar_bg.jpg);/*HeaderGlassBlack.jpg*/
    background-position:center;
    background-repeat:repeat-x;
    background-color:#1d1d1d;
}
.HeaderStyle th
{
    padding: 5px;
    color: #ffffff;
}
.HeaderStyle a
{
    text-decoration:none;
    color:#ffffff;
    display:block;
    text-align:left;
    font-weight:normal;
}
.PagerStyle table
{
    text-align:left;
    margin:auto;
}
.PagerStyle table td
{
    border:0px;
    padding:5px;
}
.PagerStyle td
{
    border-top: #1d1d1d 3px solid;
}
.PagerStyle a
{
    color:#ffffff;
    text-decoration:none;
    padding:2px 10px 2px 10px;
    border-top:solid 1px #777777;
    border-right:solid 1px #333333;
    border-bottom:solid 1px #333333;
    border-left:solid 1px #777777;
}
.PagerStyle span
{
    font-weight:bold;
    color:#FFFFFF;
    text-decoration:none;
    padding:2px 10px 2px 10px;
}
/*RowStyles*/
.RowStyle td, .AltRowStyle td, .SelectedRowStyle td, .EditRowStyle td /*Common Styles*/
{
    padding: 2px;
    border-right: solid 0px #1d1d1d;
}
.RowStyle td
{
    background-color: #ffffff;
}
.AltRowStyle td
{
    background-color: #f0f0f0;
}
.SelectedRowStyle td
{
    background-color: #ffff66;
}

.HoverPopUp
{
    background-color: Menu;
    width: 150px;
    border: 1px solid black;
    position: absolute;
    left: 0px;
    top: 0px;
}

.HoverTarget
{
    cursor:pointer;
    /*background: -moz-linear-gradient(top, #ffffff, #D1E3E9);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#D1E3E9));*/
    text-align:center;
}
/*.HoverTarget:hover{
    background: -moz-linear-gradient(top, #249ee4, #057cc0);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#249ee4), to(#057cc0));
}
 
.HoverTarget:active
{
    background: -moz-linear-gradient(top, #057cc0, #249ee4);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#057cc0), to(#249ee4));
}*/


.modalBackground
{
    background-color:#fff;/* #666699;*/
	filter: alpha(opacity=0);/*opacity=50*/
	opacity: 0.0; /*0.7*/
}
.modalPopup
{
    background-color: #FFFFFF;
    width: 300px;
    border: 3px solid #0DA9D0;
    border-radius: 12px;
    padding: 0;
}
.modalPopup .header
{
    background-color: #2FBDF1;
    height: 30px;
    color: White;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.modalPopup .body
{
    padding: 10px;
    min-height: 50px;
    text-align: center;
    font-weight: bold;
}
.modalPopup .footer
{
    padding: 6px;
}
.modalPopup .yes, .modalPopup .no
{
    height: 23px;
    color: White;
    line-height: 23px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    border-radius: 4px;
}
.modalPopup .yes
{
    background-color: #2FBDF1;
    border: 1px solid #0DA9D0;
}
.modalPopup .no
{
    background-color: #9F9F9F;
    border: 1px solid #5C5C5C;
}

.selected
{
    background-color: #A1DCF2;
}

.GridPager a, .GridPager span
{
    display: block;
    height: 15px;
    width: 15px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
.GridPager a
{
    background-color: #f5f5f5;
    color: #969696;
    border: 1px solid #969696;
}
.GridPager span
{
    background-color: #A1DCF2;
    color: #000;
    border: 1px solid #3AC0F2;
}