ul 
{ 
    padding:0px 0px 0px 0px;
    list-style-type:none; 
}
ul li
{
    background-image:url(../images/bullet11.jpg);
    background-repeat:no-repeat;
    height:18px;
    padding:0 0 0 13px;
}
ul li a
{
    color:maroon;
    text-decoration:underline;
    font-size:11px;
}

/* Outside Pages */

.Outside_Body
{
    width:953px;
    height:100%;
    margin:0 auto;
    background-image:url(../images/MainHeader.jpg);
    background-position:top center;
    background-repeat:no-repeat;
    font-family:Arial;
    font-size:11px;
    color:#333333;
}

.Outside_QuickMenu {float:right; padding:25px 20px 0 0; }
.Outside_QuickMenu a
{
    color:#42030E;
    text-decoration:underline;
    display:block;
    float:left;
}
.Outside_QuickMenu a:visited { text-decoration:underline; }
.Outside_QuickMenu a:hover { text-decoration:none; }
.Outside_QuickMenu span { padding:0 25px 0 0; float:left; }
.Outside_QuickMenu img { float:left; margin:0 6px 0 0; }

#Outside_MainMenu
{
    background-image:url(../images/menu_bg.jpg);
    background-repeat:no-repeat;
    margin:209px 0 0 0;
    float:left;
    width:100%;
    height:64px;
    text-align:center;
}

#Outside_MainMenu ul { width:650px; margin:0 auto; white-space:nowrap;  }
#Outside_MainMenu li 
{
    background-image:url(../images/menu.jpg);
    background-repeat:repeat-x;
    float:left;
    list-style-type:none;
    padding:10px 15px 0px 15px;
    font-family:Lucida Handwriting, Gothic,Sans MS;  
}
#Outside_MainMenu li a
{
    display:block;
    float:left;
    height:44px;
    background-position:bottom;
    background-repeat:no-repeat;
    text-decoration:none; 
    color:maroon;
    font-size:12pt;
}
#Outside_MainMenu li a:hover { background-image:url(../images/arrow.gif); }
#Outside_MainMenu li a.active { background-image:url(../images/arrow.gif); }

.Login { width:245px; float:left; }
.LoginData
{
    background-color:#DED6AC;
    margin:8px 0 0 0;
    padding:10px 0 0 10px;
    width:235px;
    height:250px;
}

.Welcome { width:666px; float:right; }
.WelcomeHeader
{
    background-image:url(../images/welcome_EN.jpg);
    background-position:top right;
    background-repeat:no-repeat;
    padding:14px 0 0 10px;
    width:100%;
    font-size:18pt;
    height:58px;
    float:right;
}
.Welcome ul 
{ 
    padding:0px 0px 0px 0px;
    list-style-type:none; 
}
.Welcome ul li
{
    background-image:url(../images/bulletBottom.gif);
    background-repeat:no-repeat;
    height:18px;
    padding:0 0 0 15px;
}


/* Inside Pages */

.Inside_Body
{
    width:953px;
    height:100%;
    margin:0 auto;
    background-image:url(../images/top.jpg);
    background-position:top center;
    background-repeat:no-repeat;
    font-family:Arial;
    font-size:11px;
    color:#333333;
}

.InSide_QuickMenu {float:right; padding:28px 50px 0 0; }
.InSide_QuickMenu a
{
    color:#42030E;
    text-decoration:underline;
    display:block;
    font-size:8pt;
    font-weight:bold;
    float:left;
}
.InSide_QuickMenu a:visited { text-decoration:underline; }
.InSide_QuickMenu a:hover { text-decoration:none; }
.InSide_QuickMenu span { padding:0 10px 0 0; float:left; }

#Inside_MainMenu
{
    background-image:url(../images/menu_bg.jpg);
    background-image:top left;
    background-repeat:no-repeat;
    margin:10px 0 0 0;
    float:left;
    width:100%;
    height:64px;
    text-align:center;
}

#Inside_MainMenu ul { width:725px; margin:0 auto; white-space:nowrap;  }
#Inside_MainMenu li 
{
    background-image:url(../images/menu.jpg);
    background-repeat:repeat-x;
    float:left;
    list-style-type:none;
    padding:10px 15px 0px 15px;
    font-family:Lucida Handwriting, Gothic,Sans MS;  
}
#Inside_MainMenu li a
{
    display:block;
    float:left;
    height:44px;
    background-position:bottom;
    background-repeat:no-repeat;
    text-decoration:none; 
    color:maroon;
    font-size:10pt;
}
#Inside_MainMenu li a:hover { background-image:url(../images/arrow.gif); }
#Inside_MainMenu li a.active { background-image:url(../images/arrow.gif); }


/* PageWorkArea */
#PageWorkArea
{
    width:927px;
    float:left;
    min-height: 260px;
    font-size:12px;
    padding-left:12px;
    padding-right:12px;
    padding-top:8px;
    border-left:1px solid gray;
    border-right:1px solid gray;
}

#PWATitle 
{
    font-size: 1.2em;
    font-weight: 600;
    text-decoration:underline;
    margin-bottom:15px;
    display:inherit;
}

.PWA_20p { width:170px; float:left; }
.PWA_25p { width:220px; float:left; }
.PWA_30p { width:270px; float:left; }
.PWA_40p { width:365px; float:left; }
.PWA_40p_Right { width:365px; float:right; padding-left:10px; }
.PWA_50p { width:456px; float:left; }
.PWA_50p_Right { width:456px; float:right; padding-left:10px; }
.PWA_60p { width:547px; float:left; }
.PWA_60p_Right { width:547px; float:right; padding-left:10px; }
.PWA_70p { width:642px; float:left; }
.PWA_70p_Right { width:642px; float:right; padding-left:10px; }
.PWA_75p_Right { width:692px; float:right; padding-left:10px; }
.PWA_80p_Right { width:742px; float:right; padding-left:10px; }
.PWA_100p { width:925px; float:left; }

#footer { width:100%; float:left; text-align:center; color:#323232; }
#footer a {color:#323232; text-decoration:none; margin:0 5px; }
#footer a:visited { text-decoration:none; }
#footer a:hover { text-decoration:underline; }

#copyright { width:953px; float:left; text-align:center; padding:10px 0; }
#copyright a { color:maroon; text-decoration:underline; }
#copyright a:visited { text-decoration:underline; }
#copyright a:hover { text-decoration:none; }

/* Ajax */
.AjaxPanel
{
    background-color:#F3FDCC;
    background-image: url('../Images/loading.gif');
    background-repeat: no-repeat;
    background-position: center;
}

/* Block */
.BlockTitle 
{
    font-size: 1.0em;
    font-weight: 600;
    margin-bottom:12px;
    display:inherit;
}

.AlertMessage
{
    font-size: 1.5em;
    font-weight:bold;
    color: Red;
    cursor:help;
}

.bold
{
    font-weight: bold;
}

.SideBar
{
    display: block;
    float: left;
    padding: 1em;
    border: 1px solid #ccc;
    width: 250PX;
    background-color:#EAEDF4;
}

.DataBar
{
    display: block;
    float: right;
    vertical-align:top;
    padding-top: 0px;
    padding-right: 0px;
    width:640px;
    background-color: White;
}

.DataBarAuto
{
    display: block;
    float: right;
    vertical-align:top;
    padding-top: 0px;
    padding-right: 0px;
    width:auto;
    background-color: White;
}

div.Control
{
    padding-bottom: 8px;
    vertical-align:middle;
}

/* FORM Controls */
input.button, .button
{
    font-size: 0.9em;
    padding: 3px 8px 3px 8px;
    cursor:pointer;
}

.DropDownList
{
    font-size: 0.9em;
    padding: 1px 1px 1px 1px;
    cursor:pointer;
}

.buttonRefresh
{
    font-size: 0.9em;
    padding: 2px 4px 3px 20px;
    cursor:pointer;
    background-color:#F1F5FB;
    background-image: url('../Images/Refresh.png');
    background-repeat: no-repeat;
    background-position:left;
    text-align:center;
    border-top: 1px solid #A5B3C5;
    border-left: 1px solid #A5B3C5;
    border-right: 1px solid #A5B3C5;
    border-bottom: 0px solid #A5B3C5;
}


input.Textbox  { border: 1px solid #ccc; height:19px; }

.ToolBarLeft
{
    text-align: Left;
    padding-left: 0px;
    display:block;
}

.ToolBar
{
    text-align: center;
    display:block;
}

.ToolBarRight
{
    text-align: right;
    padding-right: 0px;
    display:block;
}

div.left
{
    text-align:left;
    width:50%;
    margin:0px 0px 0px 0px;
}

div.right
{
    text-align:right;
    width:50%;
    margin:0px 0px 0px 0px;
}

/* FORM - LOGIN 
----------------------------------------------------------*/


.Button_Login
{
    text-align: right;
    padding-right: 30px;
}

/* FORM - Settings CSV
----------------------------------------------------------*/
.SetCSV_LeftBar
{
    display: block;
    float: left;
    border: 1px solid #ccc;
    width: 660PX;
    background-color:#EAEDF4;
}

.SetCSV_RigthBar
{
    display: block;
    float: right;
    vertical-align:top;
    padding-top: 0px;
    padding-right: 0px;
    width:auto;
    background-color: White;
}


/*Grid View
-------------------------------------------------------------*/
.Grid_A
{
    color:maroon;
    text-decoration:underline;
    font-size:11px;
}

.Grid td
{
    border: solid 1px silver;
}
.Grid th
{
    border: solid 1px silver;
}

.Grid
{
    border: solid 0px silver;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
    text-decoration: none;
    text-align: center;
	margin: 0px;
	padding: 0px;
}

.Grid_Header
{
    overflow: hidden;
    background-image: url('../Images/Grid_Header.gif');
    height:26px;
    background-repeat: repeat-x;
    background-position: 50% top;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight:normal;
    color: #3D4C56;
    text-decoration: none;
    text-align: center;
}

.Grid_Row
{
    background-color: #FBFBFB;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #999999;
    padding-top: 8px;
    padding-bottom: 8px;
    height:20px;
}

.Grid_AltRow
{
    background-color: #FBF4F4;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #999999;
    padding-top: 8px;
    padding-bottom: 8px;
    height:20px;
}

.Grid_Footer
{
    background-image: url(../images/Grid_Footer.gif);
    padding: 1px;
    padding-left: 20px;
    height: 20px;
}

.Grid_Pager
{
    text-align:center;
}

.Grid_Pager table
{
    direction:ltr;
    text-align:center;
    width:auto;
    font-size:10pt;
    font-weight:bold;
}

.Grid_Pager table td
{
    padding-left:5px;
    padding-right:5px;
    border: 1px dotted silver;
}

.Grid_Amount
{
    text-align: right;
    padding-right:10px;
}

.Grid_DateTime
{
    direction: ltr;
    white-space:nowrap;
    width:95px;
}

.Grid_Date
{
    direction: ltr;
    white-space:nowrap;
    width:65px;
}

.Grid_Left
{
    padding-left: 2px;
    text-align: left;
}

.Grid_Right
{
    padding-right: 2px;
    text-align: right;
}
