﻿body
{
    margin-top:0px;
    margin-left:0;
    background-color:#cccccc;
    color: rgb(80,81,81);
    font-family:Arial;
    font-size:12px; 
}



p
{
    line-height:17px;
}

A
{
    color:#1E90FF;
    text-decoration:none;
}

A:hover
{
  
    text-decoration:underline;
}

h1
{
    font-size: 20px;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    margin-bottom: 0px;
    color:#000000;
}


h2
{
    font-size: 14px;
    font-weight: bold;
    color:#2c2b7c;
    /*height: 25px;*/
}

h3
{
line-height:8px;
    font-size: 16px;
    font-weight: bold;
    color:white;
    /*height: 25px;*/
}

.header
{
    height: 108px;
    background-color: white;
    background-image: url('Images/header.jpg');
    background-repeat:no-repeat;
}

.footer
{
    height:40px;
    background-color:#2c2b7c;
    color:White;
    font-size:11px;
    padding-left:30px;
}

.footer A
{
    color:White;
    font-size:11px;
        text-decoration: none;
}

.footer A:hover
{
    color:White;
    font-size:11px;
    text-decoration: underline;
}

.toolbar
{
    padding:5px 5px 5px 5px;
    /*background-image:url('images/ribbonbg.gif') ;*/
    /*background-repeat:repeat-x;*/
    background-color:#e3e3e3;
    
    
    height:56px;
}

.rightCol
{
    width:300px;
    background-color:White;
    
    padding-top:30px;
    padding-right:30px;
    padding-left:10px;
    padding-bottom:30px;

}

.mainCol
{
    width:700px;
    background-color:White;
    padding-top:30px;
    padding-right:10px;
    padding-left:30px;
        padding-bottom:30px;
        
}




.workArea
{
    background-color:White;
}

.loginStatus
{
    background-color:#2c2b7c;
    background-image:url('Images/loginstatus_left.png');
    background-repeat:no-repeat;
    width:400px;
    color:White;
    height:16px;
    padding-top:4px;
    padding-bottom:4px;
    padding-left:8px;
}



.loginStatus A
{
    color:White;
    text-decoration:none;
}
.loginStatus A:hover
{
    color:White;
    text-decoration:underline;
}

.languageStatus
{
    background-color:#2c2b7c;
    /*width:50px;*/
    color:White;
    height:16px;
    text-align:right;
    padding-right:2px;
}

.languageStatus A
{
    color:White;
    text-decoration:none;
}
.languageStatus A:hover
{
    color:White;
    text-decoration:underline;
}

li
{
    list-style-type:disc;

}

.title
{
    background-color:#2c2b7c;
    height:28px;
    width:1000px;
    border-top:solid 1px white;   
    line-height:28px; 

}

.title h1
{
    padding-left:10px;
    padding-right:40px;
    padding-top:4px;
    
    color:White;
    font-size:17px;
    font-weight:bold;
    margin:0px;
}

.title A
{
    padding:13px;
    color:White;
}


.boxContainer
{
    background-color: rgb(224,225,225);
    padding-top:17px;
    padding-left:17px;
    padding-right:17px;
    padding-bottom:17px;
    width:200px;

}

.rightBoxTop
{
    border:1px solid #d9d9d9;
    background:#fff;
    /*margin-bottom:17px;*/
    padding:0 15px;
    font:14px/30px arial,sans-serif;
    /*clear: both;*/
    width:200px;
}

.rightBoxMid
{
    border: 1px solid #d9d9d9;
    border-top: 0;
    margin: 0;
    padding: 15px;
    background:#fff;
    font-size: 14px;
    line-height: 17px;
    color:#333;
    width:200px;
}
.rightBoxBot
{
    font:11px arial,sans-serif;
    border:1px solid #d9d9d9;
    border-top:0;
    padding:8px 15px;
    background:#fff;
    color: #999;
    margin-bottom:17px;
    width:200px;
}

.rightBoxBot a
{
    margin: 0 2px;
    
}

.rightBoxBot a:hover
{
    text-decoration:none;
}

.clear
{
    display:block;
}

.clear:after
{
    content:"";
    display:block;
    clear:both;
    height:0;
    visibility:hidden;
}

.hiddenField
{
    visibility:hidden;    
}

.error
{
    background-color:#f6dcdc;
    border:1px solid  #e8abab;
    height:22px;
    padding-left:35px;
    padding-top:5px;
    background-image:url(images/ico_warning.png);
    background-repeat:no-repeat;
    background-position:10px center;
    font-size:13px;
}


.warning
{
    background-color:#f6dcdc;
    border:1px solid  #e8abab;
    height:22px;
    padding-left:35px;
    padding-top:5px;
    background-image:url(images/ico_warning.png);
    background-repeat:no-repeat;
    background-position:10px center;
    font-size:13px;
}


/* DATEPICKER */
/*Telerik RadCalendar Default skin*/

table.RadCalendar_Wxpt
{
    border-collapse:separate;
    border:0;
    background:#fff;
    font:12px "segoe ui",arial,sans-serif;
    width:220px;
}

/*titlebar*/

.RadCalendar_Wxpt .rcTitlebar
{
    width:100%;
    border:1px solid;
    border-color:#868686 #868686 #c4c4c4;
    padding:0;
    background:#eaeaea 0 -1000px repeat-x url('Calendar/sprite.gif');
    color:#000;
}

.RadCalendar_Wxpt .rcTitlebar table
{
    width:100%;
    border-collapse:separate;
    border:0;
    font:12px/23px "segoe ui",arial,sans-serif;
}

.RadCalendar_Wxpt .rcTitlebar td
{
    border:0;
    padding:0 0 1px;
    text-align:center;
    vertical-align:middle;
}

.RadCalendar_Wxpt .rcTitlebar .rcTitle
{
    width:100%;
    cursor:pointer;
}

.RadCalendar_Wxpt .rcTitlebar .rcPrev,
.RadCalendar_Wxpt .rcTitlebar .rcNext,
.RadCalendar_Wxpt .rcTitlebar .rcFastPrev,
.RadCalendar_Wxpt .rcTitlebar .rcFastNext
{
    display:block;
    width:15px;
    height:15px;
    overflow:hidden;
    margin:0 4px;
    background:transparent url('Calendar/sprite.gif') no-repeat;
    text-indent:-2222px;
    text-decoration:none;
    color:#ccc;
}

.RadCalendar_Wxpt .rcTitlebar .rcFastPrev
{
    margin-left:6px;
    background-position:1px -197px;
}

.RadCalendar_Wxpt .rcTitlebar .rcFastPrev:hover
{
    background-position:1px -247px;
}

.RadCalendar_Wxpt .rcTitlebar .rcPrev
{
    background-position:4px -297px;
}

.RadCalendar_Wxpt .rcTitlebar .rcPrev:hover
{
    background-position:4px -347px;
}

.RadCalendar_Wxpt .rcTitlebar .rcNext
{
    background-position:3px -397px;
}

.RadCalendar_Wxpt .rcTitlebar .rcNext:hover
{
    background-position:3px -447px;
}

.RadCalendar_Wxpt .rcTitlebar .rcFastNext
{
    margin-right:6px;
    background-position:1px -497px;
}

.RadCalendar_Wxpt .rcTitlebar .rcFastNext:hover
{
    background-position:1px -547px;
}

.RadCalendar_Wxpt .rcMain
{
    width:100%;
    border:1px solid #868686;
    border-top:0;
    padding:0;
}

.RadCalendar_Wxpt .rcMainTable
{
    border-collapse:separate;
    border:0;
    width:100%;
    font:12px/17px "segoe ui",arial,sans-serif;
}

/*header, footer*/

.RadCalendar_Wxpt .rcHeader,
.RadCalendar_Wxpt .rcFooter
{
    border:1px solid #868686;
    border-top:0;
    padding:0;
}

/*week numbers and days*/

.RadCalendar_Wxpt .rcRow th,
.RadCalendar_Wxpt .rcWeek th
{
    border:0;
    font-weight:normal;
    vertical-align:middle;
    cursor:default;
}

.RadCalendar_Wxpt .rcWeek th
{
    border-bottom:1px solid #c5c5c5;
    padding:4px 6px 3px 0;
    text-align:right;
    color:#333;
}

.RadCalendar_Wxpt .rcWeek .rcViewSel,
.RadCalendar_Wxpt .rcRow th
{
    width:13px;
    padding-left:9px;
    padding-right:7px;
    background:#eee;
    text-align:center;
}

.RadCalendar_Wxpt .rcRow th
{
    color:#777;
}

/*date cells*/

.RadCalendar_Wxpt .rcRow td
{
    border:1px solid #fff;
    padding:0;
    text-align:right;
    vertical-align:middle;
}

.RadCalendar_Wxpt .rcMain .rcRow a,
.RadCalendar_Wxpt .rcMain .rcRow span
{
    display:block;
    padding:1px 5px 1px 0;
    text-decoration:none;
    color:#333;
}

.RadCalendar_Wxpt .rcMain .rcWeekend a
{
    color:#666;
}

.RadCalendar_Wxpt .rcRow .rcToday
{
    border-color:#898989;
}

.RadCalendar_Wxpt .rcMain .rcOtherMonth a
{
    color:#898989;
}

.RadCalendar_Wxpt .rcMain .rcOutOfRange span
{
    color:#898989;
    cursor:default;
}

.RadCalendar_Wxpt .rcRow .rcHover
{
    border-color:#c4c4c4 #b2b2b2 #9e9e9e;
    background:#c5c5c5 0 -1600px repeat-x url('Calendar/sprite.gif');
}

.RadCalendar_Wxpt .rcRow .rcSelected
{
    border-color:#8d8d8d #7d7d7d #6c6c6c;
    background:#828282 0 -1700px repeat-x url('Calendar/sprite.gif');
}

.RadCalendar_Wxpt .rcMain .rcRow .rcSelected a
{
    color:#fff;
}

/*multimonth view*/

table.RadCalendarMultiView_Wxpt
{
    width:auto;
}

.RadCalendarMultiView_Wxpt .rcTitlebar
{
    border-color:#9a9a9a #9c9c9c #9c9c9c;
    background:#c5c5c5 0 -1199px repeat-x url('Calendar/sprite.gif');
}

.RadCalendarMultiView_Wxpt .rcTitlebar table
{
    border:1px solid;
    border-color:#fdfdfd #f3f3f3 #e7e7e7;
    line-height:27px;
}

.RadCalendarMultiView_Wxpt .rcTitlebar .rcFastPrev:hover
{
    background-position:1px -647px;
}

.RadCalendarMultiView_Wxpt .rcTitlebar .rcPrev:hover
{
    background-position:4px -747px;
}

.RadCalendarMultiView_Wxpt .rcTitlebar .rcNext:hover
{
    background-position:3px -847px;
}

.RadCalendarMultiView_Wxpt .rcTitlebar .rcFastNext:hover
{
    background-position:1px -947px;
}

.RadCalendarMultiView_Wxpt .rcMain
{
    border-color:#9b9b9b;
}

.RadCalendarMultiView_Wxpt .rcCalendar
{
    width:220px;
    border:1px solid #868686;
    padding:0;
}

.RadCalendarMultiView_Wxpt .rcMainTable .rcTitle
{
    border-bottom:1px solid #c4c4c4;
    padding:0 0 2px;
    background:#eaeaea 0 -1000px repeat-x url('Calendar/sprite.gif');
    text-align:center;
    line-height:22px;
}

/*month view*/

table.RadCalendarMonthView_Wxpt
{
    border-collapse:separate;
    border:1px solid #979797;
    background:#fff;
    font:12px "segoe ui",arial,sans-serif;
    color:#333;
}

.RadCalendarMonthView_Wxpt td
{
    border:0;
    padding:5px 2px 0;
}

.RadCalendarMonthView_Wxpt #rcMView_Feb,
.RadCalendarMonthView_Wxpt #rcMView_Apr,
.RadCalendarMonthView_Wxpt #rcMView_Jun,
.RadCalendarMonthView_Wxpt #rcMView_Aug,
.RadCalendarMonthView_Wxpt #rcMView_Oct,
.RadCalendarMonthView_Wxpt #rcMView_Dec
{
    border-right:1px solid #e0e0e0;
}

.RadCalendarMonthView_Wxpt a
{
    display:block;
    padding:2px 4px;
    text-align:center;
    text-decoration:none;
    color:#333;
}

.RadCalendarMonthView_Wxpt .rcSelected a
{
    border:1px solid;
    border-color:#8d8d8d #7d7d7d #6c6c6c;
    padding:1px 3px;
    background:#828282 0 -1700px repeat-x url('Calendar/sprite.gif');
    color:#fff;
}

.RadCalendarMonthView_Wxpt #rcMView_PrevY a,
.RadCalendarMonthView_Wxpt #rcMView_NextY a
{
    display:block;
    width:17px;
    height:14px;
    overflow:hidden;
    margin:0 auto;
    background:transparent no-repeat url('Calendar/sprite.gif');
    text-indent:-2222px;
    text-align:center;
    text-decoration:none;
    color:#ccc;
}

.RadCalendarMonthView_Wxpt #rcMView_PrevY a
{
    background-position:7px -196px;
}

.RadCalendarMonthView_Wxpt #rcMView_NextY a
{
    background-position:7px -496px;
}

.RadCalendarMonthView_Wxpt .rcButtons
{
    padding:6px 7px 5px;
    text-align:center;
}

.RadCalendarMonthView_Wxpt input
{
    border:1px solid;
    border-color:#a7a7a7 #7b7b7b #7b7b7b #a7a7a7;
    padding:0;
    background:#e9e9e9 0 -2300px repeat-x url('Calendar/sprite.gif');
    color:#000;
    font:12px "segoe ui",arial,sans-serif;
    cursor:pointer;
}

.RadCalendarMonthView_Wxpt #rcMView_Today
{
    margin:0 0.4em 0 0;
}

.RadCalendarMonthView_Wxpt #rcMView_OK
{
    padding:0 0.2em;
}

/*time view*/

table.RadCalendarTimeView_Wxpt
{
    border-collapse:separate;
    border:1px solid #868686;
    background:#fff;
    font:12px "segoe ui",arial,sans-serif;
}

.RadCalendarTimeView_Wxpt th
{
    border:0;
    border-bottom:1px solid #c4c4c4;
    padding:0 0 1px;
    background:#eaeaea 0 -1000px repeat-x url('Calendar/sprite.gif');
    color:#000;
    text-align:center;
    cursor:default;
    line-height:23px;
    font-weight:normal;
}

.RadCalendarTimeView_Wxpt td
{
    border:0;
    border-left:1px solid #c5c5c5;
    padding:2px 2px 3px;
}

.RadCalendarTimeView_Wxpt td:first-child
{
    border-left:0;
}

.RadCalendarTimeView_Wxpt a
{
    display:block;
    padding:2px 6px;
    text-align:center;
    color:#333;
    text-decoration:none;
}

.RadCalendarTimeView_Wxpt td.rcHover a
{
    border:1px solid;
    border-color:#c4c4c4 #b2b2b2 #9e9e9e;
    padding:1px 5px;
    background:#c5c5c5 0 -1600px repeat-x url('Calendar/sprite.gif');
    color:#000;
}

.RadCalendarTimeView_Wxpt .rcFooter
{
    border:0;
    border-top:1px solid #c5c5c5;
    padding:0;
}

/*pickers*/

.RadPicker_Wxpt
{
    vertical-align:middle;
}

.RadPicker_Wxpt table.rcTable,
.RadPicker_Wxpt table.rcTable td
{
    border:0;
    margin:0;
    padding:0;
}

.RadPicker_Wxpt td
{
    vertical-align:middle;
}

.RadPicker_Wxpt table.rcTable .rcInputCell
{
    padding:0 4px 0 0;
}

.RadPicker_Wxpt td a
{
    position:relative;/*FF*/
    outline:none;/*FF*/
    z-index:2;/*Opera*/
    margin:0 2px;
    text-decoration:none;
}
* html .RadPicker_Wxpt td a{position:static}/*IE6*/
*+html .RadPicker_Wxpt td a{position:static}/*IE7*/

.RadPicker_Wxpt .rcCalPopup,
.RadPicker_Wxpt .rcTimePopup
{
    display:block;
    overflow:hidden;
    width:22px;
    height:22px;
    background:url('Calendar/sprite.gif') no-repeat;
    text-indent:-2222px;
    text-align:center;
}

.RadPicker_Wxpt .rcCalPopup,
.RadPicker_Wxpt .rcDisabled.rcCalPopup:hover
{
    background-position:0 0;
}

.RadPicker_Wxpt .rcCalPopup:hover
{
    background-position:0 -50px;
}

.RadPicker_Wxpt .rcTimePopup,
.RadPicker_Wxpt .rcDisabled.rcTimePopup:hover
{
    background-position:0 -100px;
}

.RadPicker_Wxpt .rcTimePopup:hover
{
    background-position:0 -150px;
}

.RadPicker_Wxpt .rcDisabled,
.RadCalendarMonthView_Wxpt .rcDisabled
{
    opacity:0.5;
    filter:alpha(opacity=50);
}

/*rtl*/

.RadCalendarRTL_Wxpt .rcTitlebar table
{
    direction:ltr;
}

.RadCalendarRTL_Wxpt .rcTitle
{
    direction:rtl;
}

/* TEXTBOXES */


html body .RadInput_Wxpt .riTextBox,
html body .RadInputMgr_Wxpt
{
    border:1px solid;
    border-color:#8b8b8b;
    padding:2px 0 3px 1px;
    background:#cccccc;
    color:#000;
    font:12px arial,sans-serif;
}

html body .RadInput_Wxpt .riEmpty,
html body .RadInput_Empty_Wxpt
{
    color:#8a8a8a;
}

html body .RadInput_Wxpt .riHover,
html body .RadInput_Hover_Wxpt,
html body .RadInput_Wxpt .riFocused,
html body .RadInput_Focused_Wxpt
{
    /*border-color:red;*/
    background:white;
}

html body .RadInput_Wxpt .riRead,
html body .RadInput_Read_Wxpt
{
    border-color:#56b48d;
}

html body .RadInput_Wxpt .riDisabled,
html body .RadInput_Disabled_Wxpt
{
    /*border-color:red;*/
    color:#8a8a8a;
    cursor:default;
}

html body .RadInput_Wxpt .riError,
html body .RadInput_Error_Wxpt
{
    border-color:red;
    /*background:#fff 100% -298px no-repeat url('Input/sprite.gif');*/
    color:#d51923;
}

html body .RadInput_Wxpt .riNegative,
html body .RadInput_Negative_Wxpt
{
    color:#565656;
}

fieldset {
    margin-top: 10px;
    padding:0;
    border:0;    
    }