html
{
    height: 100%;
    width: 100%;
}
.empty-widget
{
    height: 33px;
}

* html #taskBar
{
    position: absolute;
    bottom: auto;
    top: expression( ( (document.documentElement && document.compatMode && (document.compatMode != 'BackCompat')) ? parseInt(document.documentElement.scrollTop) + document.documentElement.clientHeight : parseInt(document.body.scrollTop) + document.body.clientHeight ) - this.clientHeight + 'px');
}

.h_line {
  background-color: #D1D1D1;
  height: 1px;
  line-height: 1px;
  margin-bottom: 20px;
  margin-top: 20px;
}


/*-----------------base markup------------------------*/

body
{
    background: #fafbf6 url('imagescss/blank.gif') no-repeat;
    background-attachment: fixed;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    color: #111111;
    font-family: Arial, Tahoma,sans-serif;
    text-decoration: none;
    height: 100%;
}

pre
{
    font-size: 12px;
    color: #111111;
    font-family: Arial, Tahoma,sans-serif;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
}

div
{
    padding: 0px;
    margin: 0px;
}

/*---------------Personal Info------------------*/
.userProfileCard .disabledHeader
{
    color: #ffffff;
    background-color: #a83200;
    padding: 3px 10px;
    font-weight: bolder;
    font-size: 12px;
}

/*------------------------content layer-----------------*/
.mainPageLayout
{
    text-align: left;
    margin: 0px auto;
    width: 1000px; /* 	min-width:1000px; 	max-width:1000px; 	width:expression(((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) < 1000 ? "1000px" :  	(((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) > 1000 ? "1000px" : "auto")); 	*/
}

#studioContent
{
    position: relative;
    min-height: 100%; *z-index:1!ie;
}
* html #studioContent
{
    height: 100%;
}

#studioPageContent
{
    padding-bottom: 100px;
}

.studioLeftSidePanel
{
    float: left;
    overflow: hidden;
    width: 205px;
    margin-right: 23px;
}

.studioRightSidePanel
{
    float: right;
    overflow: hidden;
    width: 205px;
    margin-left: 23px;
}

.studioLeftContent
{
    float: left;
    overflow: hidden;
    width: 772px;
}

.studioRightContent
{
    float: right;
    overflow: hidden;
    width: 772px;
}
/*----------Footer-----------------------------------------*/
#studioFooter
{
    background: #44494f url('imagescss/footer_bg.png') bottom repeat-x;
    color: #ffffff;
    position: relative;
    height: 60px;
    margin-top: -60px; *z-index:0!ie;
}

.footerMenu
{
    color: #B9B5B4 !important;
    font-size: 12px;
    margin: 24px 20px 0px 4px;
    display: block;
    float: left;
}

a.footerMenu, a.footerMenu:visited
{
    text-decoration: underline;
}
a.footerMenu:hover
{
    text-decoration: none;
}
span.footerMenu
{
    text-decoration: none;
    font-weight: bold;
}

span.footerCopyright
{
    font-size: 12px;
    display: block;
    float: right;
    color: #B9B5B4 !important;
    padding: 24px 0px 0px 4px;
}

a.footerCopyright, a.footerCopyright:visited
{
    color: #B9B5B4 !important;
    font-size: 12px;
    padding: 24px 0px 0px 4px;
    display: block;
    float: right;
}
a.footerCopyright:hover
{
    text-decoration: none;
}

/*------------------------clearfix----------------*/
.clearFix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* MSIE6- */
* html .clearFix
{
    height: 1%;
}

/* MSIE7- */
.clearFix
{
    zoom: 1;
}
.clearFix
{
    display: block;
}

.textEdit
{
    border: solid 1px #c7c7c7;
    font-family: Arial;
    font-size: 12px;
    height: 16px;
}

.pwdLoginTextbox
{
    background-color: #ffffff;
    border: solid 1px #c7c7c7;
    font-family: Arial;
    font-size: 18px;
    padding: 7px 20px;
    color: #434341;
}


.userLoginComboBox
{
    background-color: #ffffff;
    background-image: url('imagescss/enter_combo_bg.png');
    background-position: right 10px;
    background-repeat: no-repeat;
    border: solid 1px #c7c7c7;
    font-family: Arial;
    font-size: 18px;
    padding: 7px 20px;
    color: #434341;
    cursor: pointer;
}

textarea
{
    border: 1px solid #c7c7c7;
    font-family: Arial;
    font-size: 12px;
}

.comboBox
{
    border: solid 1px #c7c7c7;
    font-family: Arial;
}

.comboBoxHiddenBorder
{
    border-width: 0px;
    margin: 1px;
}

.comboBoxHiddenBorder:hover, .comboBoxHiddenBorderFocused
{
    border: solid 1px #c7c7c7;
    margin: 0px;
}

:disabled, .disabled
{
    background-color: #efefef;
    color: #666562;
}

input[type="text"]:focus, textarea:focus
{
    outline: none;
    border: solid 1px #3186af;
}

/*popup box with error message*/
.errorText
{
    color: #DF1B1B;
}
.errorBox
{
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 10px 10px;
    color: #666668 !important;
    font-size: 13px;
    font-weight: normal;
    background-color: #FFECE3;
    background-image: url('imagescss/alert_16.png');
    padding: 10px 10px 10px 30px;
    margin: 5px 0px;
}

.warnBox
{
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 10px 10px;
    color: #666668 !important;
    font-size: 13px;
    font-weight: normal;
    background-color: #FBFAD5;
    background-image: url('imagescss/warning_16.png');
    padding: 10px 10px 10px 30px;
    margin: 5px 0px;
}

/*Success popup box*/
.okText
{
    color: #74af00;
}
.okBox
{
    background-color: #E5EFD1;
    border: 1px solid #dddddd;
    color: #74af00;
    font-weight: bolder;
    padding: 8px 11px;
    margin: 5px 0px;
}


/*fake class for actions that will change data - for js injection in promo mode*/
.promoAction
{
}


/*premium button*/
.premiumButton .left,
a.premiumButton:link .left,
a.premiumButton:visited .left,
.premiumButton .right,
a.premiumButton:link .right,
a.premiumButton:visited .right

{
    background: #c93c02 url('imagescss/upgr_btn.gif') no-repeat;
    background-position:0 0;
    height:39px;
    display:block;
    float:left;
    text-decoration:none;   
}

.premiumButton .right,
a.premiumButton:link .right,
a.premiumButton:visited .right
{
    background-position:0 -40px;
    width:20px;
    line-height:39px;
}

a.premiumButton:hover .left
{
    background-position:0 -80px;
}

a.premiumButton:hover .right
{
   background-position:0 -120px;
}

a.premiumButton:link,
a.premiumButton:visited, 
a.premiumButton:hover,
a.premiumButton:active
{
    text-decoration:none;
    display:block;
    float:left;
    height:39px;
}

.premiumButton .content
{
    text-decoration:none;    
    display:inline-block;
    margin-left:20px;
    color:#ffffff;
    font-size:18px;
    margin-top:9px;
}


/*not accented button*/
a.grayLinkButton, a.grayLinkButton:visited, input.grayLinkButton, input.grayLinkButton:visited, a.grayDisabledLinkButton, a.grayDisabledLinkButton:visited, input.grayDisabledLinkButton, input.grayDisabledLinkButton:visited, a.grayDisabledLinkButton:hover, input.grayDisabledLinkButton:hover
{
    display: inline-block;
    background-image: url('imagescss/button_grey_bg.gif');
    background-repeat: repeat-x;
    background-position: top;
    text-decoration: none;
    background-color: #ececec;
    border: solid 1px #cccccc;
    color: #333333;
    font-weight: normal;
    cursor: pointer;
    font-size: 11px;
    vertical-align: middle;
    padding: 2px 14px;
    text-align: center;
}
a.grayLinkButton:hover, input.grayLinkButton:hover
{
    display: inline-block;
    background-image: url('imagescss/button_grey_over_bg.gif');
    background-repeat: repeat-x;
    background-position: top;
    text-decoration: none;
    background-color: #ececec;
    border: solid 1px #cccccc;
    color: #333333;
    font-weight: normal;
    cursor: pointer;
    font-size: 11px;
    vertical-align: middle;
    padding: 2px 14px;
    text-align: center;
}
a.grayLinkButton:active
{
    display: inline-block;
    background-image: url('imagescss/button_grey_bg.gif');
    background-repeat: repeat-x;
    background-position: top;
    text-decoration: none;
    background-color: #ececec;
    border: solid 1px #cccccc;
    color: #333333;
    font-weight: normal;
    cursor: pointer;
    font-size: 11px;
    vertical-align: middle;
    padding: 2px 14px;
    text-align: center;
}


a.grayLinkAddButton, a.grayLinkAddButton:active
{
    display: inline-block;
    background-image: url('imagescss/button_gray_bg.gif');
    background-repeat: repeat-x;
    background-position: top;
    text-decoration: none;
    background-color: #ececec;
    border: solid 1px #cccccc;
    color: #333333 !important;
    font-weight: normal;
    cursor: pointer;
    font-size: 11px;
    vertical-align: middle;
    padding: 4px 14px 4px 35px;
    text-align: center;
    position: relative;
}

a.grayLinkAddButton:hover
{
    display: inline-block;
    background-image: url('imagescss/button_gray_bg_hover.gif');
    background-repeat: repeat-x;
    background-position: top;
    text-decoration: none;
    background-color: #ececec;
    border: solid 1px #cccccc;
    color: #333333;
    font-weight: normal;
    cursor: pointer;
    font-size: 11px;
    vertical-align: middle;
    padding: 4px 14px 4px 35px;
    text-align: center;
    position: relative;  
}
a.grayLinkAddButton:after
{
    background: url('imagescss/button_gray_plus.png');
    content: "";
    color: #333333;
    display: block; /* reduce the damage in FF3.0 */
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 10px;
    height: 16px;
    width: 16px;
}
a.grayLinkAddButton:hover:after
{
    background: url('imagescss/button_gray_plus_hover.png');
    content: "";
    color: #333333;
    display: block; /* reduce the damage in FF3.0 */
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 10px;
    height: 16px;
    width: 16px;
}


/*blue link with plus without background 11*/
a.linkAddSmallText, a.linkAddSmallText:active, a.linkAddSmallText:hover, a.linkAddSmallText:visited
{
    display: inline-block;
    font-weight: normal;
    cursor: pointer;
    font-size: 11px;
    vertical-align: middle;
    padding: 0;
    text-align: center;
    position: relative;
    margin: 4px 4px 4px 20px;
}

/*blue link with plus without background 12*/
a.linkAddMediumText, a.linkAddMediumText:active, a.linkAddMediumText:hover, a.linkAddMediumText:visited
{
    display: inline-block;
    font-weight: normal;
    cursor: pointer;
    font-size: 12px;
    vertical-align: middle;
    padding: 0;
    text-align: center;
    position: relative;
    margin: 3px 4px 3px 20px;
}

/*blue link with plus without background 14*/
a.linkAddBigText, a.linkAddBigText:active, a.linkAddBigText:hover, a.linkAddBigText:visited
{
    display: inline-block;
    font-weight: normal;
    cursor: pointer;
    font-size: 14px;
    vertical-align: middle;
    padding: 0;
    text-align: center;
    position: relative;
    margin: 2px 4px 2px 20px;
}

a.linkAddSmallText:after, a.linkAddMediumText:after, a.linkAddBigText:after
{
    background: url('imagescss/button_gray_plus.png');
    content: "";
    cursor: pointer;
    color: #333333;
    display: block; /* reduce the damage in FF3.0 */
    position: absolute;
    top: 50%;
    margin-top: -8px;
    margin-left: -30px;
    left: 10px;
    height: 16px;
    width: 16px;
}
a.linkAddSmallText:hover:after, a.linkAddMediumText:hover:after, a.linkAddBigText:hover:after
{
    background: url('imagescss/button_gray_plus_hover.png');
    content: "";
    cursor: pointer;
    color: #333333;
    display: block; /* reduce the damage in FF3.0 */
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 10px;
    height: 16px;
    width: 16px;
}



/*base link button*/
a.baseLinkButton, a.baseLinkButton:visited, input.baseLinkButton, input.baseLinkButton:visited, a.baseDisabledLinkButton, a.baseDisabledLinkButton:visited, input.baseDisabledLinkButton, input.baseDisabledLinkButton:visited, a.baseDisabledLinkButton:hover, input.baseDisabledLinkButton:hover,a.highLinkButton, a.highLinkButton:visited
{
    display: inline-block;
    background-image: url('imagescss/button_bg.png');
    background-repeat: repeat-x;
    background-position: top;
    text-decoration: none;
    background-color: #0e4969;
    border: solid 1px #105777;
    color: #ffffff;
    font-weight: normal;
    cursor: pointer;
    font-size: 11px;
    vertical-align: middle;
    padding: 2px 14px;
    text-align: center;
}
a.baseLinkButton:hover, input.baseLinkButton:hover,a.highLinkButton:hover
{
    display: inline-block;
    background-image: url('imagescss/button_over_bg.png');
    background-repeat: repeat-x;
    background-position: top;
    text-decoration: none;
    background-color: #0e4969;
    border: solid 1px #105777;
    color: #ffffff;
    font-weight: normal;
    cursor: pointer;
    font-size: 11px;
    vertical-align: middle;
    padding: 2px 14px;
    text-align: center;
}
a.baseLinkButton:active,a.highLinkButton:active
{
    display: inline-block;
    background-image: url('imagescss/button_bg.png');
    background-repeat: repeat-x;
    background-position: top;
    text-decoration: none;
    background-color: #0e4969;
    border: solid 1px #105777;
    color: #ffffff;
    font-weight: normal;
    cursor: pointer;
    font-size: 11px;
    vertical-align: middle;
    padding: 2px 14px;
    text-align: center;
}

a.highLinkButton, a.highLinkButton:visited,a.highLinkButton:active
{
    padding: 4px 14px;
    background-image: url('imagescss/button_high_bg.png');
}
a.highLinkButton:hover
{
    padding: 4px 14px;
    background-image: url('imagescss/button_high_over_bg.png');
     
}

/*link button*/
a.disableLinkButton, a.disableLinkButton:visited, a.disableLinkButton:hover, a.disableLinkButton:active
{
    display: inline-block; /*background-image:url('imagescss/button_bg.png');*/
    background-repeat: repeat-x;
    background-position: top;
    text-decoration: none;
    background-color: #efefef;
    border: solid 1px #d1d1d1;
    color: #969696;
    font-weight: normal;
    cursor: pointer;
    font-size: 11px;
    vertical-align: middle;
    padding: 2px 14px;
    text-align: center;
    cursor: default;
}

.textEditSearch
{
    border: solid 1px #afb2b7;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 11px;
    height: 16px;
    padding-left: 18px;
    background-image: url('imagescss/search.png');
    background-repeat: no-repeat;
    background-position: 2px 3px;
}

.splitter
{
    padding: 0px 6px;
}

.noContentBlock
{
    padding: 100px;
    text-align: center;
    font-size: 16px;
    color: #373737;
    font-weight: bold;
    margin: 5px 0px 11px 0px;
}


.noContentBlock a, .noContentBlock a:visited, .noContentBlock a:hover, .noContentBlock a:active
{
    font-family: Arial;
    color: #1a6db3;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
}

/*------Tabs----------*/
a.selectedBaseTabLink, a.selectedBaseTabLink:visited, a.selectedBaseTabLink:hover, a.selectedBaseTabLink:active
{
    font-size: 14px;
    color: #000000;
    font-family: Arial;
    text-decoration: none;
    display: inline-block;
    padding: 10px 20px 5px 20px;
    position: relative;
    background-color: #ffffff;
    text-align: center;
    vertical-align: middle;
    border-color: #d1d1d1 #d1d1d1 #ffffff #d1d1d1;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    margin-right: 0px;
    margin-left: 10px;
    bottom: -1px;
    font-weight: bolder;
}
.baseTabLink, a.baseTabLink:visited, a.baseTabLink:hover, a.baseTabLink:active
{
    display: inline-block;
    padding: 10px 20px 5px 20px;
    color: #363636;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    background-color: #ffffff;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    border: solid 1px #d1d1d1;
    margin-right: 0px;
    margin-left: 10px;
    bottom: -1px;
}

.baseTabsBox
{
    border-bottom: solid 1px #d1d1d1;
    margin-bottom: -1px;
}
/*----------------------------------------*/


/*main input button*/
input.baseLinkButton, input.baseLinkButton:visited, input.baseDisabledLinkButton, input.baseDisabledLinkButton:visited, input.baseDisabledLinkButton:hover
{
    display: inline-block;
    background-image: url('imagescss/button_bg.png');
    background-repeat: repeat-x;
    background-position: top;
    text-decoration: none;
    background-color: #0e4969;
    border: solid 1px #105777;
    color: #ffffff;
    font-weight: normal;
    cursor: pointer;
    font-size: 11px;
    vertical-align: middle;
    padding: 2px 10px 5px 10px;
    text-align: center;
}
input.baseLinkButton:hover
{
    display: inline-block;
    background-image: url('imagescss/button_over_bg.png');
    background-repeat: repeat-x;
    background-position: top;
    text-decoration: none;
    background-color: #0e4969;
    border: solid 1px #105777;
    color: #ffffff;
    font-weight: normal;
    cursor: pointer;
    font-size: 11px;
    vertical-align: middle;
    padding: 2px 10px 5px 10px;
    text-align: center;
}
input.baseLinkButton:active
{
    display: inline-block;
    background-image: url('imagescss/button_bg.png');
    background-repeat: repeat-x;
    background-position: top;
    text-decoration: none;
    background-color: #0e4969;
    border: solid 1px #105777;
    color: #ffffff;
    font-weight: normal;
    cursor: pointer;
    font-size: 11px;
    vertical-align: middle;
    padding: 2px 10px 5px 10px;
    text-align: center;
}
/*-------------------------------------------------------*/


/*---------------Links----------------------------------*/

/*all links*/
a
{
    font-weight: normal;
    font-size: 12px;
    color: #1A6DB3;
    font-family: Arial, Tahoma, sans-serif;
    text-decoration: underline;
}
a:link
{
}
a:visited
{
    color: #1A6DB3;
}
a:hover
{
    text-decoration: none;
    color: #1A6DB3;
}
a:active
{
}

/*----------------small links------------*/
a.linkSmall, a.linkSmall:visited
{
    color: #1A6DB3;
    font-size: 11px;
    text-decoration: underline;
}
a.linkSmall:hover
{
    color: #1A6DB3;
    font-size: 11px;
    text-decoration: none;
}
a.linkSmall:active
{
    color: #1A6DB3;
    font-size: 11px;
    text-decoration: underline;
}

/*----------------*/

/*small blue header link 12*/
a.linkHeaderLightSmall, a.linkHeaderLightSmall:visited
{
    color: #1a6db3 !important;
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight: bolder;
    text-decoration: underline;
}
a.linkHeaderLightSmall:hover
{
    text-decoration: none;
    font-size: 12px;
    font-weight: bolder;
}

a.linkHeaderLightSmall:active
{
    color: #1a6db3 !important;
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight: bolder;
    text-decoration: underline;
}

/*medium blue header link 14*/
a.linkHeaderLightMedium, a.linkHeaderLightMedium:visited
{
    color: #1a6db3 !important;
    font-family: Arial,sans-serif;
    font-size: 14px;
    font-weight: bolder;
    text-decoration: underline;
}
a.linkHeaderLightMedium:hover
{
    text-decoration: none;
    font-size: 14px;
    font-weight: bolder;
}

a.linkHeaderLightMedium:active
{
    color: #1a6db3 !important;
    font-family: Arial,sans-serif;
    font-size: 14px;
    font-weight: bolder;
    text-decoration: underline;
}


/*blue header link 16*/
a.linkHeaderLight, a.linkHeaderLight:visited
{
    color: #1a6db3 !important;
    font-family: Arial,sans-serif;
    font-size: 16px;
    font-weight: bolder;
    text-decoration: underline;
}
a.linkHeaderLight:hover
{
    text-decoration: none;
    font-size: 16px;
    font-weight: bolder;
}

a.linkHeaderLight:active
{
    color: #1a6db3 !important;
    font-family: Arial,sans-serif;
    font-size: 16px;
    font-weight: bolder;
    text-decoration: underline;
}

/*big blue header link 18*/
a.linkHeaderLightBig, a.linkHeaderLightBig:visited
{
    font-family: Arial;
    color: #1a6db3;
    font-size: 18px;
    text-decoration: underline;
}
a.linkHeaderLightBig:hover
{
    text-decoration: none;
    font-size: 18px;
}

a.linkHeaderLightBig:active
{
    font-family: Arial;
    color: #1a6db3;
    font-size: 18px;
    text-decoration: underline;
}

/*header link as common header*/
a.linkHeader, a.linkHeader:visited, a.linkHeader:hover, a.linkHeader:active
{
    color: #323232;
    font-family: Arial,sans-serif;
    font-size: 16px;
    font-weight: bolder;
    text-decoration: none;
}
a.linkHeader:hover
{
    text-decoration: underline;
}
a.linkHeader:active
{
    text-decoration: none;
}

/* small header link as common header*/
a.linkHeaderSmall, a.linkHeaderSmall:visited
{
    color: #3c4046;
    font-weight: bolder;
    text-decoration: none;
    font-size: 12px;
}
a.linkHeaderSmall:hover
{
    color: #3c4046;
    font-weight: bolder;
    text-decoration: underline;
    font-size: 12px;
}
a.linkHeaderSmall:active
{
    color: #3c4046;
    font-weight: bolder;
    text-decoration: none;
    font-size: 12px;
}

/*---------gray profile and so on links----*/
a.linkDescribe, a.linkDescribe:visited
{
    color: #646567;
    font-family: Arial,sans-serif;
    font-size: 11px;
    text-decoration: underline;
}
a.linkDescribe:hover
{
    color: #646567;
    text-decoration: none;
    font-size: 11px;
}

a.linkDescribe:active
{
    color: #646567;
    font-family: Arial,sans-serif;
    font-size: 11px;
    text-decoration: underline;
}

a.linkDescribe, a.linkDescribe:visited
{
    color: #646567;
    font-family: Arial,sans-serif;
    font-size: 11px;
    text-decoration: underline;
}


a.linkDescribeMedium, a.linkDescribeMedium:visited
{
    color: #646567;
    font-family: Arial,sans-serif;
    font-size: 12px;
    text-decoration: underline;
}
a.linkDescribeMedium:hover
{
    color: #646567;
    text-decoration: none;
    font-size: 12px;
}

a.linkDescribeMedium:active
{
    color: #646567;
    font-family: Arial,sans-serif;
    font-size: 12px;
    text-decoration: underline;
}

a.linkText, a.linkText:visited
{
    font-size: 12px;
    color: #111111;
    font-family: Arial, Tahoma,sans-serif;
    text-decoration: none;
}
a.linkText:hover
{
    color: #111111;
    text-decoration: underline;
}

a.linkText:active
{
    font-size: 12px;
    color: #111111;
    font-family: Arial, Tahoma,sans-serif;
    text-decoration: none;
}

.userLink
{
    background: url('imagescss/profile.gif') left center no-repeat;
    padding: 0px 0px 0px 17px;
    display: inline-block;
}

a.linkAction, a.linkAction:visited
{
    color: #272727;
    font-size: 12px !important;
    text-decoration: underline;
}
a.linkAction:hover
{
    color: #272727;
    font-size: 12px;
    text-decoration: none;
}
a.linkAction:active
{
    color: #272727;
    font-size: 12px;
    text-decoration: underline;
}

/*-------------------------Backgrounds--------------------------*/
.tintBody
{
    background-color: #fafbf6;
}

.tintLight
{
    background-color: #ffffff;
}
.tintGrayLight
{
    background-color: #f7f7f7;
}

.tintMedium
{
    background-color: #edf6fd;
}
.tintMediumLight
{
    background-color: #f5fafe;
}

.tintDangerous
{
    background-color: #fff6df;
}
.selectedTint
{
    background-color: #c2dcef;
}

.moveBackground
{
    background-image: url('imagescss/move.png');
    background-repeat: repeat;
    cursor: move;
}

.moveHoverBackground
{
    background-image: url('imagescss/move.gif');
    background-repeat: no-repeat;
    background-color: #edf6fd;
    background-position: center 2px;
    cursor: move;
}
.moveDarkBackground
{
    background-image: url('imagescss/move2.png');
    background-repeat: repeat;
    cursor: move;
}

/*-------------------------Texts-------------------------------*/
.textBaseSmall
{
    color: #111111;
    font-size: 11px;
    font-weight: normal;
}
.textBase
{
    font-size: 12px;
    color: #111111;
    font-weight: normal;
}
.textSmallDescribe
{
    font-size: 10px;
    color: #787878;
}
.textMediumDescribe
{
    font-size: 11px;
    color: #787878;
}
.describeText, .textBigDescribe
{
    font-size: 12px;
    color: #787878;
}

/*-------------------------Headers--------------------------*/

.headerBaseSmall
{
    color: #3C4046;
    font-size: 12px;
    font-weight: bolder;
    font-family: Arial;
}

.headerBaseMedium
{
    color: #3C4046;
    font-size: 14px;
    font-weight: bolder;
    font-family: Arial;
}

.headerBaseBig
{
    color: #3C4046;
    font-size: 24px;
    font-weight: bolder;
    font-family: Arial;
}


.headerBase
{
    color: #3C4046;
    font-size: 18px;
    font-family: Arial;
}

.headerPanel
{
    font-size: 16px;
    color: #3C4046;
    font-weight: bold;
    margin: 5px 0px 10px 0px;
    font-family: Arial,sans-serif;
}

.headerColumn
{
    color: #82878D;
    font-size: 12px;
    padding-bottom: 5px;
}

.headerLightBig
{
    font-size: 24px;
    color: #277BA4;
}

.headerLightBig
{
    font-size: 24px;
    color: #277BA4;
}

.headerLightMedium
{
    font-size: 20px;
    color: #277BA4;
}


/*----------------Borders and Corners------------------*/
.borderBase
{
    border: solid 1px #d1d1d1;
}

.borderLight
{
    border: solid 1px #dbdfe2;
}

.cornerAll
{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

/*-----------------------------------------------*/
.tagCloudBox
{
    text-align: center;
    padding: 0px;
}
a.tagCloudItem, a.tagCloudItem:visited
{
    text-decoration: none;
    line-height: 1.4em;
    margin-right: 5px;
}
a.tagCloudItem:hover
{
    background-color: #efefef;
    text-decoration: none;
    line-height: 1.4em;
    margin-right: 5px;
}
a.tagCloudItem, a.tagCloudItem:visited
{
    text-decoration: none;
    line-height: 1.4em;
    margin-right: 5px;
}
/*--------------------------------------------------*/

/*---------------------Widgets----------------------*/
.studioWidgetBox
{
    display: block;
    margin: 0px 0px 10px 9px;
    border: solid 1px #c7c7c7;
    background-color: #ffffff;
}

.studioFirstColunm .studioWidgetBox
{
    display: block;
    margin: 0px 0px 10px 0px;
    border: solid 1px #c7c7c7;
    background-color: #ffffff;
}

.studioWidgetBoxEmpty
{
    display: block;
    margin: 0px 4px 10px 5px;
    border: dashed 2px #c7c7c7;
    background-color: #ffffff;
}

.studioWidgetHeader
{
    padding: 5px 0px;
    margin: 3px 10px;
    color: #000000;
    font-size: 18px;
    font-family: Arial;
    border-bottom: solid 1px #c7c7c7;
    text-decoration: none;
}

.studioWidgetHeader img
{
    vertical-align: bottom;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.studioWidgetHeader a, .studioWidgetHeader a:visited, .studioWidgetHeader span
{
    display: inline-block;
    line-height: 32px;
    color: #000000;
    font-size: 18px;
    font-family: Arial;
    text-decoration: none;
}

.studioWidgetHeader a:hover
{
    text-decoration: underline;
}

.studioWidgetHeader a:active
{
    text-decoration: none;
}

.studioWidgetSetContent
{
}
.studioWidgetSetTitle
{
    font-size: 20px;
    font-family: Verdana;
    color: #3c3f44;
    margin-bottom: 20px;
    text-align: center;
    padding: 0px 5px;
}
.studioWidgetContent
{
    overflow: hidden;
    padding: 10px;
}
/*--------------------------------------------------*/

.userMiniPhoto
{
    border: solid 1px #C7C7C7;
}
.userPhoto
{
    display: block;
    border: solid 1px #C7C7C7;
}

/*-----------------Tabs------------------------------*/
.studioTabsControl
{
}

.studioTabsControl .TabsContainer
{
    border-right: solid 1px #DADBDF;
}

.studioTabsControl .Tab
{
    float: right;
    background-color: #FFF;
    font-size: 14px;
    color: #323A3C;
    min-width: 72px;
    height: 32px;
    background-position: 12px center;
    background-repeat: no-repeat;
    border: solid 1px #DADBDF;
    border-right: none;
    cursor: pointer;
}
.studioTabsControl .Selected
{
    background-color: #FBF9C8;
    cursor: default;
}

.studioTabsControl .TabListTop
{
    border: none;
    cursor: default;
    border-bottom: solid 1px #DADBDF;
    background-color: #FFF;
    height: 32px;
    position: relative;
    top: -31px;
    padding-bottom: 1px;
}

.studioTabsControl .TabListBottom
{
    border: none;
    cursor: default;
    border-top: solid 1px #DADBDF;
    background-color: #FFF;
    height: 32px;
}

.studioTabsControl .TabListTop .Tab, .studioTabsControl .TabListTop .Selected
{
    border-bottom: none;
}

.studioTabsControl .TabListBottom .Tab, .studioTabsControl .TabListBottom .Selected
{
    border-top: none;
}

.studioTabsControl .Tab div
{
    padding: 8px 30px 10px 43px;
}

.studioTabsControl .First
{
    border: solid 1px #DADBDF;
}

.studioTabsControl .Selected
{
    background-color: #FBF9C8;
    cursor: default;
}

.studioTabsControl .Content
{
    padding: 10px 0px;
}

/*-----------------POPUP CONTAINER----------------------*/

.popupContainerClass, .mainContainerClass .popupContainerClass
{
    border: solid 1px #575757;
    border-top: 0;
    background-color: White;
}

.popupContainerClass .containerHeaderBlock, .mainContainerClass .popupContainerClass .containerHeaderBlock
{
    background-color: #2f3438;
    background-repeat: repeat-x;
    background-position: left top;
    background-image: url('imagescss/popup_header_bg.png');
    padding: 8px 12px;
    color: #ffffff;
    font-family: Arial;
    font-size: 18px;
    vertical-align: middle;
}

.popupContainerClass .containerHeaderBlock .popupCancel, .mainContainerClass .popupContainerClass .containerHeaderBlock .popupCancel
{
    width: 12px;
    padding-top: 3px;
    line-height: 1px;
    font-size: 1px;
}

.popupContainerClass .containerHeaderBlock .popupCancel .cancelButton, .mainContainerClass .popupContainerClass .containerHeaderBlock .popupCancel .cancelButton
{
    background-color: #2f3438;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url('imagescss/popup_close_bg.png');
    width: 12px;
    height: 12px;
    line-height: 1px;
    font-size: 1px;
    cursor: pointer;
}

.popupContainerClass .containerBodyBlock, .mainContainerClass .popupContainerClass .containerBodyBlock
{
    background-color: #FFFFFF;
    padding: 16px;
    color: #111111;
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    border: none;
}

/*------------------Container----------------------*/
.mainContainerClass
{
    border: solid 1px #C9C9C9;
    background-color: White;
}

.mainContainerClass .containerHeaderBlock
{
    /*height: 24px; 	overflow: hidden;*/
    padding: 24px 0 0 24px;
    color: #111111;
    font-family: Arial;
    font-size: 24px;
    vertical-align: middle;
}

.popupContainerClass .infoPanel, .mainContainerClass .popupContainerClass .infoPanel
{
    margin: 10px 16px 0;
    vertical-align: middle;
    background-color: #EEF6FD;
    background-image: url('imagescss/info_16.gif');
    background-repeat: no-repeat;
    background-position: 10px 10px;
    color: #666668 !important;
    font-size: 13px;
    font-weight: normal;
    padding-bottom: 10px;
}

.popupContainerClass .warn, .mainContainerClass .popupContainerClass .warn
{
    background-color: #FBFAD5;
    background-image: url('imagescss/warning_16.png');
}

.popupContainerClass .alert, .mainContainerClass .popupContainerClass .alert
{
    background-color: #FFECE3;
    background-image: url('imagescss/alert_16.png');
}

.popupContainerClass .infoPanel div, .mainContainerClass .popupContainerClass .infoPanel div
{
    padding: 10px 0px 0px 35px;
}

.mainContainerClass .infoPanel
{
    margin: 10px 24px 0;
    vertical-align: middle;
    color: #666668 !important;
    font-size: 13px;
    font-weight: normal;
    padding-bottom: 10px;
}

.mainContainerClass .infoPanel div
{
    background-color: #EEF6FD;
    background-image: url('imagescss/info_16.gif');
    background-repeat: no-repeat;
    background-position: 10px 10px;
    padding: 10px 0px 10px 35px;
}

.mainContainerClass .warn div
{
    background-color: #FBFAD5;
    background-image: url('imagescss/warning_16.png');
}

.mainContainerClass .alert div
{
    background-color: #FFECE3;
    background-image: url('imagescss/alert_16.png');
}

.mainContainerClass .containerBodyBlock
{
    background-color: #FFFFFF;
    padding: 7px 24px 48px 24px;
    color: #000;
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    border: none;
}

a.fancyzoom img
{
    width: auto;
    max-width: 100%;
    height: auto;
}

.mainContainerClass .containerBreadCrumbLink
{
    font-size: 13px;
    color: #666668 !important;
}

.mainContainerClass a.containerBreadCrumbLink, .mainContainerClass a.containerBreadCrumbLink:visited
{
    text-decoration: underline;
}

.mainContainerClass a.containerBreadCrumbLink:hover
{
    text-decoration: none;
}

.mainContainerClass .containerBreadCrumbSpiter
{
    font-size: 11px;
    padding: 0px 6px;
    color: #666668;
}

/*------------------------USER ACTIVITY--------------------------*/
.itemUserActivity
{
    background-color: #FFF;
    border-top: solid 1px #D7D8DC;
    min-height: 44px;
}

.itemUserActivity img
{
    margin: 8px 13px 0px 13px;
    float: left;
}

.itemUserActivity a.topicName
{
    font-size: 14px;
    display: inline;
}

.itemUserActivity span.actionText
{
    display: inline;
    font-size: 12px;
    padding: 5px 0px 0px 12px;
}

.itemUserActivity span.textMediumDescribe
{
    display: inline;
    padding: 5px 0px 0px 12px;
}
.even
{
    background-color: #EDF6FD;
}

/*--------------------PAGE NAVIGATOR------------------------------*/

.pagerNavigationLinkCSSClass, .pagerNavigationLinkCSSClass:active, .pagerNavigationLinkCSSClass:visited
{
    background-color: #FFF;
    border: 1px solid #D7D8DC;
    display: inline-block;
    padding: 3px 0px 4px 0;
    width: 22px;
    text-align: center;
    text-decoration: none;
    color: #363A3D;
    font-size: 11px;
    margin-right: 5px;
}

.pagerNavigationLinkCSSClass:hover
{
    background-color: #FDF9C9;
    text-decoration: none;
    color: #363A3D;
    margin-right: 5px;
}

.pagerPrevNextButtonCSSClass, .pagerPrevNextButtonCSSClass:visited, .pagerPrevNextButtonCSSClass:hover, .pagerPrevNextButtonCSSClass:active
{
    background-color: #FFF;
    border: 1px solid #D7D8DC;
    display: inline-block;
    padding: 3px 5px 4px 5px;
    text-align: center;
    text-decoration: none;
    color: #363A3D;
    font-size: 11px;
    margin-right: 5px;
}

.pagerCurrentPosition
{
    background-color: #FDF9C9;
    border: 1px solid #D7D8DC;
    color: #363A3D;
    display: inline-block;
    font-weight: bolder;
    font-size: 11px;
    padding: 3px 0px 4px 0;
    width: 22px;
    text-align: center;
    text-decoration: none;
    margin-right: 5px;
}

.pagerNavigationLinkBox
{
    display: inline-block;
}
.pagerNavigationLinkBox .splitter
{
    margin-right: 5px;
}

/*--------------------Table in container------------------------------*/
.tableContainer
{
    font-family: Arial;
    color: #0C487A;
    font-size: 18px;
    width: 100%;
}

.tableContainer th, .tableContainer th a, .tableContainer th a:visited, .tableContainer th a:hover, .tableContainer th a:active
{
    font-size: 12px;
    font-family: Arial;
    font-weight: normal;
    color: #83888C;
    padding: 0px;
    vertical-align: middle;
}

.tableContainer th a:hover
{
    text-decoration: none;
}

.tableContainer th a:active
{
    text-decoration: underline;
}

.tableContainer th
{
    padding: 0px 0px 16px 10px;
}

.tableContainer a.header, a.header:visited, a.header:active, a.header:hover
{
    font-size: 12px;
    font-family: Arial;
    font-weight: normal;
    color: #83888C;
}

.tableContainer td.header
{
    font-size: 12px;
    font-family: Arial;
    font-weight: normal;
    color: #83888C;
}
.tableContainer td
{
    text-align: center;
    border-top: solid 1px #E0E1E4;
    padding: 15px 15px 15px 15px;
}
.tableContainer tr
{
    vertical-align: middle;
}
.tableContainer tr.employee td
{
    padding: 0px 10px;
    text-align: left;
    font-size: 12px;
}

.tableContainer tr.even, .tableContainer tr.even td
{
    background-color: #EDF6FD;
}
.tableContainer tr.odd, .tableContainer tr.odd td
{
    background-color: #FFF;
}
.tableContainer td.columnFirst
{
    text-align: left;
}

table.tableBase {
    border-collapse: collapse;
    width: 100%;
}
table.tableBase thead td {
    color: #82878D;
    font-size: 12px;
    text-align: left;
}
table.tableBase tbody td {
    border-left: medium none;
    border-right: medium none;
    text-align: left;
    vertical-align: middle;
}

/*---------------Side panels ----------*/
.studioSideBox
{
    margin-bottom: 20px;
}
.studioSideBoxTopLeftCorner
{
    width: 10px;
    height: 10px;
    line-height: 10px;
    background: Transparent url('imagescss/sidebox_corners.png') 0px 0px no-repeat;
}
.studioSideBoxTopRightCorner
{
    width: 10px;
    height: 10px;
    line-height: 10px;
    background: Transparent url('imagescss/sidebox_corners.png') 0px -10px no-repeat;
}
.studioSideBoxBottomLeftCorner
{
    width: 10px;
    height: 10px;
    line-height: 10px;
    background: Transparent url('imagescss/sidebox_corners.png') 0px -20px no-repeat;
}
.studioSideBoxBottomRightCorner
{
    width: 10px;
    height: 10px;
    line-height: 10px;
    background: Transparent url('imagescss/sidebox_corners.png') 0px -30px no-repeat;
}
.studioSideBoxTopMargin
{
    border-top: solid 1px #c7c7c7;
    background-color: #ffffff;
    line-height: 9px;
    height: 9px;
}
.studioSideBoxBottomMargin
{
    border-bottom: solid 1px #c7c7c7;
    background-color: #ffffff;
    line-height: 9px;
    height: 9px;
}
.studioSideBoxContent
{
    background-color: #ffffff;
    padding: 0px 10px;
    border-right: solid 1px #c7c7c7;
    border-left: solid 1px #c7c7c7;
}
.studioSideBoxBody
{
    padding-top: 5px;
    padding-bottom: 10px;
}

.studioSideBoxNavigationBody
{
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 20px;
}

.studioSideBoxUserRequestsBody
{
    padding: 5px 6px 10px 6px;
}

.studioSideBoxHeader
{
    color: #333333;
    font-family: Arial;
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: solid 1px #c7c7c7;
}
.studioSideBoxActionsHeader
{
    color: #333333;
    font-family: Arial;
    font-size: 18px;
    padding-bottom: 5px;
    border-bottom: solid 1px #c7c7c7;
}
.studioSideBoxNavigationHeader
{
    color: #333333;
    font-family: Arial;
    font-size: 18px;
    padding-bottom: 5px;
    border-bottom: solid 1px #c7c7c7;
}

.studioSideBoxTagCloudHeader
{
    color: #333333;
    font-family: Arial;
    font-size: 18px;
    padding-bottom: 5px;
    border-bottom: solid 1px #c7c7c7;
}
.studioSideBoxWhatToRead
{
    color: #333333;
    font-family: Arial;
    font-size: 18px;
    padding-bottom: 5px;
    border-bottom: solid 1px #c7c7c7;
}
.studioRecentActivityItem
{
    padding: 10px 20px 0 20px;
}
/*-----------------------FCKEditor----------------------*/
.asccut
{
    background-color: #D2D2D2;
    border: 1px dotted #000000;
    display: block;
}

.fckAscUser
{
    background: transparent url(imagescss/profile.gif) no-repeat scroll 0 bottom;
    padding: 0 0 0 18px;
    color: #646567;
    font-family: Arial,sans-serif;
    font-size: 11px;
    text-decoration: underline;
    display: inline;
}

/*---------------Template for borders---------------*/

.bord .t, .bord .r, .bord .b, .bord .l, .bord .c
{
    position: relative;
    z-index: 1;
    display: block;
    background-repeat: no-repeat;
    background-position: left top;
    left: 0;
    top: 0;
}

.bord .t
{
    left: -10px;
    top: -10px;
}
.bord .r
{
    background-position: right top;
    left: 20px;
}
.bord .b
{
    background-position: right bottom;
    top: 20px;
}
.bord .l
{
    background-position: left bottom;
    left: -20px;
}
.bord .c
{
    left: 10px;
    top: -10px;
    margin-right: 10px;
}

/*--------------Forum Quote-------------------------*/

#quote
{
    background: #FDFCE5;
    margin-left: 2px;
}
#quote .bord
{
    background: #FDFCE5;
}
#quote .bord .t
{
    background-image: url('imagescss/quotebord-t.gif');
}
#quote .bord .r
{
    background-image: url('imagescss/quotebord-r.gif');
}
#quote .bord .b
{
    background-image: url('imagescss/quotebord-b.gif');
}
#quote .bord .l
{
    background-image: url('imagescss/quotebord-l.gif');
}
#quote .bord .reducer
{
    padding: 14px 25px;
}

.mainQuote
{
    padding: 0 24px 0 24px;
    font-size: 12px;
}

.mainQuote .quoteCaption
{
    padding: 0px 0px 12px 0px;
}

.mainQuote span.bold
{
    font-weight: bold;
}

/*--------------POLL RESULT CLASSES-----------------*/

.pollDescribe
{
    font-size: 13px;
    padding-bottom: 6px;
}

.statisticBar
{
    background-color: #353A40;
    float: left;
    height: 4px;
    overflow: hidden;
    margin: 7px 8px 11px 0px;
}

.liaderBar
{
    background-color: #155F82;
}

.pollSmallDescribe
{
    color: #666668;
    font-size: 13px;
    font-family: Arial;
    margin-left: 8px;
}

.pollSmallDescribe #strong
{
    color: #333A40;
    font-weight: bold;
}

/*--------MAIN RANDOM GREETING----------------------*/

.RandomGreetingMain
{
    text-align: left;
}
.RandomGreetingMain div
{
}

.RandomGreetingMain .phrase
{
    font-weight: bold;
    color: #3B3F48;
    font-family: Arial;
    padding-bottom: 3px;
}

.RandomGreetingMain .description
{
    font-size: 12px;
    font-family: Arial;
    margin-left: 5px;
}

/*---------------modal dialog-------------------------*/
.hidden_line
{
    display: none;
}
div.blockMsg
{
    width: 50px;
    top: 30%;
    left: 50%;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #afb2b7;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    -moz-opacity: .70;
    opacity: .70;
    padding: 5px;
    color: #000000;
}
div.blockDialog
{
    width: 50px;
    background: #FFF;
    top: 30%;
    left: 50%;
    text-align: center;
    border: 1px solid #afb2b7;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 5px;
    color: #000;
}

/*-------------------------------*/
.userAvatar
{
    background-color: #ffffff;
    padding: 4px;
    border: solid 1px #e9e9e9;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

/*-------------------------------*/
.sideBox
{
    background-color: #ffffff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: solid 1px #d1d1d1;
    border-bottom: solid 2px #d1d1d1;
    margin-bottom: 5px;
    padding: 5px;
    padding-top: 7px;
}

/*----------------Links-----------------*/

/*-------base-----------*/
option.linkBase
{
    color: #0190d2;
    font-size: 12px;
    text-decoration: none;
}

a.linkBaseDark, a.linkBaseDark:visited
{
    color: #323232;
    font-size: 12px;
    font-family: Arial,sans-serif;
    font-weight: bolder;
    text-decoration: underline;
}
a.linkBaseDark:hover
{
    color: #323232;
    font-size: 12px;
    font-family: Arial,sans-serif;
    font-weight: bolder;
    text-decoration: none;
}
a.linkBaseDark:active
{
    color: #323232;
    font-size: 12px;
    font-family: Arial,sans-serif;
    font-weight: bolder;
    text-decoration: none;
}

a.linkMediumDark, a.linkMediumDark:visited
{
    color: #323232;
    font-size: 14px;
    font-family: Arial,sans-serif;
    font-weight: bolder;
    text-decoration: underline;
}
a.linkMediumDark:hover
{
    color: #323232;
    font-size: 14px;
    font-family: Arial,sans-serif;
    font-weight: bolder;
    text-decoration: none;
}
a.linkMediumDark:active
{
    color: #323232;
    font-size: 14px;
    font-family: Arial,sans-serif;
    font-weight: bolder;
    text-decoration: none;
}

/*---------------- container for main page ------------------------*/
div#GreetingBlock
{
    margin: 0 auto;
}

div#GreetingBlock .pseudolink
{
    text-decoration: underline;
    color: #1A6DB3;
    cursor: pointer;
}
div#GreetingBlock .pseudolink:hover
{
    text-decoration: none;
}

div#GreetingBlock div.header
{
    margin: 50px 0 30px;
}
div#GreetingBlock div.header img.logo
{
    clear: right;
}
div#GreetingBlock div.header h1.title
{
    padding: 5px 0 0 0;
    font-size: 24px;
    font-weight: normal;
}

div#GreetingBlock.authForm div.header
{
    margin-bottom: 10px;
}
div#GreetingBlock.authForm div.header img.logo
{
    display: block;
    margin: 0 auto;
}
div#GreetingBlock.authForm div.header h1.title
{
    text-align: center;
}

div#GreetingBlock div.product
{
    float: left;
    margin-top: 40px;
    width: 50%;
}
div#GreetingBlock div.product img
{
    display: block;
    width: auto;
    float: left;
}
div#GreetingBlock div.product h2.title
{
    margin: 0 15px 0 90px;
}
div#GreetingBlock div.product span.description
{
    display: block;
    margin: 10px 15px 0 90px;
    clear: right;
    line-height: 20px;
}

div#GreetingBlock div.addition
{
    margin: 0 0 30px;
    padding: 5px;
    border-width: 1px 0 0;
}
div#GreetingBlock div.addition div.item
{
    display: inline-block;
    background: none left center no-repeat;
    line-height: 30px;
}
div#GreetingBlock div.addition div.item img
{
    width: auto;
    float: left;
    border: 0;
    margin: 0 0 0 5px;
}
div#GreetingBlock div.addition div.item a
{
    display: inline-block;
    clear: right;
    margin: 0 0 0 15px;
}

div#GreetingBlock div#authForm
{
    width: 400px;
    margin: 0 auto;
}
div#GreetingBlock div#authForm div.login
{
    margin: 10px 0 0;
}
div#GreetingBlock div#authForm div.password
{
    margin: 15px 0 0;
}
div#GreetingBlock div#authForm div.title
{
    margin: 0 0 5px 0;
    padding: 0 0 0 5px;
}
div#GreetingBlock div#authForm div.subtext
{
    margin: 8px 0 0;
}
div#GreetingBlock div#authForm input.pwdLoginTextbox
{
    width: 358px;
}

div#GreetingBlock div.submenu
{
    margin: 20px 0 0;
}
div#GreetingBlock div.submenu a.signIn
{
    /*display: block;*/
    width: 100px;
    
    margin: 0 auto;
}
div#GreetingBlock div.submenu div.signUpBlock
{
    margin: 40px 0 0;
    padding: 15px;
    border-width: 1px 0 0;
}
div#GreetingBlock div.submenu div.signUpBlock a.signUp
{
}
div#GreetingBlock div.submenu div.signUpBlock span.description
{
    display: block;
    margin: 10px 0 0;
}
div#GreetingBlock div.submenu div.loginBlock
{
    
}

div#GreetingBlock div.submenu div.loginBlock div.right
{
  text-align:right;line-height:24px;  
}

div#GreetingBlock div.userListContainer
{
    position: relative;
    height: 36px !important;
}
div#GreetingBlock div.userListContainer div.wrapper
{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 1px;
    z-index: 1000;
}
div#GreetingBlock div.userListContainer div.container
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
div#GreetingBlock div.userListContainer div#accountList
{
    height: 300px;
    overflow: auto;
}


div#GreetingBlock div.videoBox
{
    width: 250px;
    margin-right: 45px;
    padding: 15px;
    padding-bottom: 23px;
    margin-bottom: 20px;
}
div#GreetingBlock div.videoBox a.watchvideo
{
    display: inline-block;
    width: 241px;
    height: 162px;
    border: none;
    background-color: #ffffff;
    background-image: url('imagescss/videowatch_bg.png');
    overflow: hidden;
    text-align: center;
}

div#GreetingBlock div.videoBox a.watchvideo div
{
    text-decoration: underline;
    margin-top: 124px;
    font-size: 17px;
}

/*----------------Block header------------------------*/
div.getstartMenuItem
{
    margin-left: 2px;
    font-size: 20px;
    padding: 0 6px;
}
div.getstartMenuItem img
{
    margin-right: 8px;
    border: 0px;
}
a.linkHeaderGetstart, a.linkHeaderGetstart:visited
{
    font-family: Arial;
    color: #1a6db3;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}
a.linkHeaderGetstart:hover
{
    text-decoration: none;
    font-size: 14px;
}
a.linkHeaderGetstart:active
{
    font-family: Arial;
    color: #1a6db3;
    font-size: 14px;
    text-decoration: underline;
}
.gsHeader
{
    border: medium none;
    font-size: 20px;
    margin: 0 0 15px 2px;
    padding: 5px;
}
.baseHeaderBlock
{
    /*padding: 1px;*/
    border-left: solid 1px #9F9F9F;
    border-right: solid 1px #9F9F9F;
    border-bottom: solid 1px #9F9F9F;
    background-color: #474c52;
    background-image: url('imagescss/header_bg.png');
    overflow: hidden;
    height: 20px;
}
/*----------------------------------------*/
.baseContainer
{
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    background-color: #ffffff;
    border: solid 1px #d1d1d1;
    border-bottom-width: 2px;
}


/*-------------IE 7------------------*/

* + html tr.tintMedium td
{
    background-color: #f5fbfb;
}

* + html .containerHeaderBlock table, * + html .containerHeaderBlock table tr, * + html .containerHeaderBlock table tr td
{
    height: 100%;
}

*html tr.tintMedium td
{
    background-color: #f5fbfb;
}

*html .containerHeaderBlock table, *html .containerHeaderBlock table tr, *html .containerHeaderBlock table tr td
{
    height: 100%;
}



/*--------------FCKEditor----------------------*/
.asccut
{
    background-color: #D2D2D2;
    border: 1px dotted #000000;
    display: block;
}


.fckAscUser
{
    background: transparent url(imagescss/profile.gif) no-repeat scroll 0 bottom;
    padding: 0 0 0 18px;
    color: #646567;
    font-family: Arial,sans-serif;
    font-size: 11px;
    text-decoration: underline;
    display: inline;
}

/*--------------------------------------------------*/

/*---------------Template for borders---------------*/

.bord .t, .bord .r, .bord .b, .bord .l, .bord .c
{
    position: relative;
    z-index: 1;
    display: block;
    background-repeat: no-repeat;
    background-position: left top;
    left: 0;
    top: 0;
}

.bord .t
{
    left: -10px;
    top: -10px;
}
.bord .r
{
    background-position: right top;
    left: 20px;
}
.bord .b
{
    background-position: right bottom;
    top: 20px;
}
.bord .l
{
    background-position: left bottom;
    left: -20px;
}
.bord .c
{
    left: 10px;
    top: -10px;
    margin-right: 10px;
}


/*--------------------------------------------------*/


/*--------------Forum Quote-------------------------*/
#quote
{
    background: #FDFCE5;
    margin-left: 2px;
}
#quote .bord
{
    background: #FDFCE5;
}
#quote .bord .t
{
    background-image: url('imagescss/quotebord-t.gif');
}
#quote .bord .r
{
    background-image: url('imagescss/quotebord-r.gif');
}
#quote .bord .b
{
    background-image: url('imagescss/quotebord-b.gif');
}
#quote .bord .l
{
    background-image: url('imagescss/quotebord-l.gif');
}
#quote .bord .reducer
{
    padding: 14px 25px;
}

.mainQuote
{
    padding: 0 24px 0 0;
    font-size: 12px;
}

.mainQuote .quoteCaption
{
    padding: 0px 0px 12px 0px;
}


.mainQuote span.bold
{
    font-weight: bold;
}
/*--------------------------------------------------*/

/*---------------progress file uploader-----------------------------------*/
.studioFileUploaderDescription
{
    padding: 3px;
    font-size: 11px;
    color: #787878;
}

.studioFileUploaderErrorDescription
{
    padding: 3px;
    font-size: 11px;
    color: #DF1B1B;
}

.studioFileUploaderProgressBar
{
    background-color: #3186AF;
    height: 8px;
    line-height: 8px;
    font-size: 1px;
}

.studioFileUploaderErrorProgressBar
{
    background-color: #DF1B1B;
    height: 8px;
    line-height: 8px;
    font-size: 1px;
}

.studioFileUploaderFileName
{
    word-break: break-all;
    word-wrap: break-word;
}
div.studioFileUploaderSelect
{
    background-image: url('imagescss/button_grey_bg.gif');
    background-repeat: repeat-x;
    background-position: top;
    background-color: #ececec;
    border: 1px solid #CCC;
    color: #333;
    cursor: pointer;
    font-size: 11px;
    max-width: 100px;
    padding: 2px 14px;
    text-align: center;
}
div.studioFileUploaderSelect:hover
{
    background-image: url('imagescss/button_grey_over_bg.gif');
}
/*Code HightLight*/


.codestyle
{
    margin: 8px 0;
}

.codestyle
{
    font-size: small;
    color: black;
    font-family: Consolas, "Courier New" , Courier, Monospace;
    background-color: #ffffff; /*white-space: pre;*/
}

.codestyle ul
{
    list-style-type: none;
}

.codestyle table
{
    border: 1px none Black;
    width: 100%;
}

.codestyle table td
{
    padding: 5px 3px;
}

.codestyle table td.lines
{
    border-right: 1px none black;
    text-align: right;
}

.codestyle table td.tdcode pre
{
    width: 670px;
    overflow-x: auto;
    overflow-y: hidden;
}

.codestyle .rem
{
    color: #008000;
}

.codestyle .kwrd
{
    color: #0000ff;
}

.codestyle .str
{
    color: #006080;
}

.codestyle .op
{
    color: #0000c0;
}

.codestyle .preproc
{
    color: #cc6633;
}

.codestyle .asp
{
    background-color: #ffff00;
}

.codestyle .html
{
    color: #800000;
}

.codestyle .attr
{
    color: #ff0000;
}

.codestyle .alt
{
    background-color: #f4f4f4;
    width: 100%;
    margin: 0em;
}


.codestyle .lnum
{
    color: #606060;
}

.codestyle ol li, codestyle ul li
{
    white-space: pre-wrap;
}
/*End Code HightLight*/

.employeeFilterInputFocus, .employeeFilterInputGreyed
{
    background-color: #FFFFFF;
    border: 0px solid White;
    color: #434341;
    font-family: Arial;
    font-size: 14px;
    width: 285px;
    padding: 3px;
}

.employeeFilterInputGreyed
{
    color: #9f9f9f;
}

.employeeFilterInputCloseImageBlue
{
    background: url("imagescss/cross-blue.png") no-repeat scroll 0 bottom transparent;
    width: 16px;
    height: 16px;
    margin: 4px;
    cursor: pointer;
}

.employeeFilterInputCloseImageGrey
{
    background: url("imagescss/cross-grey.png") no-repeat scroll 0 bottom transparent;
    width: 16px;
    height: 16px;
    margin: 4px;
}

/*Code Block FCKEditor Classes*/
.codeFake
{
    border: #8ABDF0 1px solid;
    background-color: #E7F2FC;
    background-position: 3px 3px;
    background-repeat: no-repeat;
    padding: 40px 5px 5px 5px;
    white-space: pre-wrap;
}

.cf_c
{
    background-image: url('imagescss/c_28.png');
}
.cf_cpp
{
    background-image: url('imagescss/cpp_28.png');
}
.cf_cs
{
    background-image: url('imagescss/cs_28.png');
}
.cf_html
{
    background-image: url('imagescss/html_28.png');
}
.cf_xml
{
    background-image: url('imagescss/xml_28.png');
}
.cf_asp
{
    background-image: url('imagescss/asp_28.png');
}
.cf_js
{
    background-image: url('imagescss/js_28.png');
}
.cf_tsql
{
    background-image: url('imagescss/sql_28.png');
}
.cf_vb
{
    background-image: url('imagescss/vb_28.png');
}

/*Tags autocomplete css start*/
.tagAutocompleteItem, .tagAutocompleteSelectedItem
{
    border-top: none;
    cursor: pointer;
    padding: 0px;
    margin: 0px;
    border: solid 1px #c7c7c7;
    background-color: #ffffff;
}
.tagAutocompleteSelectedItem
{
    background-color: #edf6fd;
}
/*Tags autocomplete css end*/


/*Star images start*/
.goldStarImage
{
    background: url("imagescss/goldstar.png") no-repeat scroll 0 bottom transparent;
    height: 16px;
    width: 16px;
    float: left;
}

.greyStarImage
{
    background: url("imagescss/greystar.png") no-repeat scroll 0 bottom transparent;
    height: 16px;
    width: 16px;
    float: left;
}
/*Star images end*/

/*Search Text Styles*/
.searchTextHighlight
{
    color: #e34603 !important;
}
/*Search Text Styl end*/

/*Container for long words breaking start*/
.longWordsBreak
{
    word-wrap: break-word;
}
/*Container for long words breaking end*/


/*Cancel button marker*/
.cancelFckEditorChangesButtonMarker
{
}
/*Cancel button marker*/

/* Progress bar style*/
.ui-widget-content
{
    border: 1px solid #d1d1d1 /*{borderColorContent}*/;
    background-color: #ffffff;
    color: #222222 /*{fcContent}*/;
}
.ui-corner-left
{
    -moz-border-radius-topleft: 1px /*{cornerRadius}*/;
    -webkit-border-top-left-radius: 1px /*{cornerRadius}*/;
    -moz-border-radius-bottomleft: 1px /*{cornerRadius}*/;
    -webkit-border-bottom-left-radius: 1px /*{cornerRadius}*/;
}
.ui-corner-all
{
    -moz-border-radius: 2px /*{cornerRadius}*/;
    -webkit-border-radius: 2px /*{cornerRadius}*/;
}
.ui-progressbar
{
    height: 8px;
    text-align: left;
    font-size: 12px;
}
.ui-progressbar .ui-progressbar-value
{
    height: 8px;
}
.ui-progressbar-value
{
    background-image: url("imagescss/progress.gif");
}

/*******************************************************************************
   Autocomplete Widget
*******************************************************************************/



.ui-autocomplete
{
    position: absolute;
    max-height: 500px;
    overflow-y: auto; /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

/* IE 6 doesn't support max-height
	 * we use height instead, but this forces the menu to always be this tall
	 */
* html .ui-autocomplete
{
    height: 500px;
}

.ui-menu
{
    padding: 0px;
}

.ui-autocomplete .ui-menu-item:first-child
{
    border-top: 1px solid #C7C7C7;
}

.ui-autocomplete .ui-menu-item
{
    list-style: none;
    border-bottom: 1px solid #C7C7C7;
    background-color: White;
}
.ui-autocomplete .ui-menu-item .ui-state-hover
{
    background-color: #EDF6FD;
}
.ui-autocomplete .ui-menu-item a, .ui-autocomplete .ui-menu-item a:hover
{
    color: black;
    display: block;
    padding: 3px;
    text-decoration: none;
}
/*******************************************************************************
*******************************************************************************/



/*jquery.datepick.css*/
/* Default styling for jQuery Datepicker v4.0.2. */
.datepick
{
    background-color: #fff;
    color: #000;
    border: 1px solid #444;
    border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    font-family: Arial,Helvetica,Sans-serif;
    font-size: 90%;
}
.datepick-rtl
{
    direction: rtl;
}
.datepick-popup
{
    z-index: 1000;
}
.datepick-disable
{
    position: absolute;
    z-index: 100;
    background-color: white;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.datepick a
{
    color: #000;
    text-decoration: none;
}
.datepick a.datepick-disabled
{
    background-color: #FFFFFF;
    color: #FFFFFF;
    cursor: default;
}
.datepick button
{
    margin: 0.25em;
    padding: 0.125em 0em;
    background-color: #fcc;
    border: none;
    border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    font-weight: bold;
}
.datepick-nav, .datepick-ctrl
{
    float: left;
    width: 100%;
    background-color: #fff;
    font-size: 90%;
    font-weight: bold;
}
.datepick-ctrl
{
    background-color: #EDF6FD;
}
.datepick-cmd
{
    width: 30%;
}
.datepick-cmd:hover
{
    background-color: #EEE;
}
.datepick-cmd-prevJump, .datepick-cmd-nextJump
{
    width: 8%;
}
a.datepick-cmd
{
    font-size: 10px;
    height: 14px;
    padding-top: 3px;
}
button.datepick-cmd
{
    text-align: center;
}
.datepick-cmd-prev, .datepick-cmd-prevJump, .datepick-cmd-clear
{
    float: left;
    padding-left: 2%;
}
.datepick-cmd-current, .datepick-cmd-today
{
    float: left;
    width: 35%;
    text-align: center;
    font-weight: bold;
}
.datepick-cmd-next, .datepick-cmd-nextJump, .datepick-cmd-close
{
    float: right;
    padding-right: 2%;
    text-align: right;
}
a.datepick-cmd-close, a.datepick-cmd-clear
{
    background-color: #ECECEC;
    background-image: url("imagescss/button_grey_bg.gif");
    background-position: center top;
    background-repeat: repeat-x;
    border: 1px solid #CCC;
    margin: 3px;
    padding: 2px 0 0;
    text-align: center;
    height: 14px;
}
.datepick-rtl .datepick-cmd-prev, .datepick-rtl .datepick-cmd-prevJump, .datepick-rtl .datepick-cmd-clear
{
    float: right;
    padding-left: 0%;
    padding-right: 2%;
    text-align: right;
}
.datepick-rtl .datepick-cmd-current, .datepick-rtl .datepick-cmd-today
{
    float: right;
}
.datepick-rtl .datepick-cmd-next, .datepick-rtl .datepick-cmd-nextJump, .datepick-rtl .datepick-cmd-close
{
    float: left;
    padding-left: 2%;
    padding-right: 0%;
    text-align: left;
}
.datepick-month-nav
{
    float: left;
    background-color: #777;
    text-align: center;
}
.datepick-month-nav div
{
    float: left;
    width: 12.5%;
    margin: 1%;
    padding: 1%;
}
.datepick-month-nav span
{
    color: #888;
}
.datepick-month-row
{
    clear: left;
}
.datepick-month
{
    float: left;
    width: 15em;
    border: 0px solid #FFF;
    text-align: center;
}
.datepick-month-header, .datepick-month-header select, .datepick-month-header input
{
    height: 20px;
    background-color: #0E6186;
    color: #000;
}
.datepick-month-header select, .datepick-month-header input
{
    height: 16px;
    border: none;
    background-color: #FFF;
    font-size: 10px;
    margin: 2px 3px 0;
}
.datepick-month-header option
{
    background-color: #FFF;
}
.datepick-month-header input
{
    position: absolute;
    display: none;
}
.datepick-month table
{
    width: 99%;
}
.datepick-month thead
{
}
.datepick-month th, .datepick-month td
{
    margin: 0em;
    padding: 0em;
    font-weight: normal;
    text-align: center;
    padding: 0 1px;
}
.datepick-month th
{
    border: 0px solid #777;
    font-size: 9px;
    font-weight: bold;
}
.datepick-month th, .datepick-month th a
{
    background-color: #FFF;
    color: #000000;
}
.datepick-month td
{
    background-color: #FFF;
    border-color: #FFF;
    border-style: solid;
    border-width: 1px 0;
}
.datepick-month td.datepick-week
{
    border: 1px solid #777;
}
.datepick-month td.datepick-week *
{
    background-color: #777;
    color: #fff;
    border: none;
}
.datepick-month a
{
    background-color: #EEE;
    border: 1px solid #BBB;
    color: #000;
    display: block;
    font-size: 10px;
    padding: 0;
    text-decoration: none;
    width: 102%;
}
.datepick-month span
{
    display: block;
    width: 100%;
    padding: 0;
}
.datepick-month td span
{
    border: 1px solid #EEE;
    color: #000;
    font-size: 9px;
    width: 105%;
    background-color: #eee;
}
.datepick-month td .datepick-other-month
{
    background-color: #fff;
    border: 0 none;
}
.datepick-month td .datepick-weekend
{
}
.datepick-month td .datepick-today
{
    background-color: #AAA;
}
.datepick-month td .datepick-highlight
{
    background-color: #AAA;
}
.datepick-month td .datepick-selected
{
    background-color: #FEDF92;
    border: 1px solid #FEDF92;
}
.datepick-month th.datepick-week
{
    background-color: #777;
    color: #fff;
}
.datepick-status
{
    clear: both;
    background-color: #ddd;
    text-align: center;
}
.datepick-clear-fix
{
    clear: both;
}
.datepick-cover
{
    display: none;
    display: /**/ block;
    position: absolute;
    z-index: -1;
    filter: mask();
    top: -1px;
    left: -1px;
    width: 100px;
    height: 100px;
}
/*jquery.datepick.css*/

.textEditCalendar
{
    background-image: url("imagescss/calendar.gif");
    background-position: 75px center;
    background-repeat: no-repeat;
    border: 1px solid #AFB2B7;
    text-align: center;
    font-family: Tahoma,Arial,sans-serif;
    font-size: 11px;
    height: 18px;
    width: 75px;
    padding-right: 18px;
}

.studioHeaderBaseSmallValue
{
    margin-top: -2px;
}

/*User importer classes*/
.studioEditableInput, .studioEditableInput:hover, .studioEditableInput:focus
{
    background: none;
    padding: 0px;
    margin: 0px;
}

.studioEditableInput
{
    border-width: 0px;
    padding: 1px;
}

.studioEditableInput:hover, .studioEditableInputHover
{
    border: 1px solid #D1D1D1;
    padding: 0px;
    margin: 0px;
}

.studioEditableInput:focus, .studioEditableInputFocus
{
    border: 1px solid #3186AF !important;
    padding: 0px;
    margin: 0px;
}
/*User importer classes*/

.dottedDiv
{
    border-bottom: 1px dotted #1A6DB3 !important;
    color: #1A6DB3 !important;
    cursor: pointer;
}

/*top logo*/
.topLogo
{
     background:url('imagescss/top_logo.gif') no-repeat;
     display:block;
     width:111px;
     height:24px;
}
a.topLogo,
a.topLogo:link,
a.topLogo:visited,
a.topLogo:hover,
a.topLogo:active
{
    text-decoration:none;
}
