﻿/***********************************************************************************************************************/
/******************* FONT SIZE CHANGER *********************************************************************************/
/***********************************************************************************************************************/

.FontSizeButtonDecrease
{
    border: 1px solid #aaaaaa;
    font-family: Arial;
    font-size: 8px;
    font-weight: bold;
    color: black;
    text-align: center;
    background-color: #ffffff;
    text-decoration: none;
}


.FontSizeButtonReset
{
    border: 1px solid #aaaaaa;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    color: black;
    text-align: center;
    background-color: #ffffff;
    text-decoration: none;
}


.FontSizeButtonIncrease
{
    border: 1px solid #aaaaaa;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    color: black;
    text-align: center;
    background-color: #ffffff;
    text-decoration: none;
}

/***********************************************************************************************************************/
/******************* FOOTER TABLEs *************************************************************************************/
/***********************************************************************************************************************/

.CustomerFooterTable
{
    font-family: Verdana;
    width: 100%;
    background-color: #ffffff;
    text-align: center;
    padding: 0px;
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.CustomerFooterTable_TextValueCell
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    color: black;
    text-align: center;
    background-color: #ffffff;
}

.ResellerFooter
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    background-color: #ffffff;
    text-align: center;
    padding: 5px;
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    border-top: gray 1px dashed;
    color: gray;
}


.DeveloperFooter
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    background-color: #ffffff;
    text-align: center;
    padding: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}



/***********************************************************************************************************************/
/******************* IM CONNECTOR *************************************************************************************/
/***********************************************************************************************************************/

.IMConnectorTable
{
    width: 100%;
    background-color: #ffffff;
    text-align: justify;
    padding: 2px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    border-right: gray 1px solid;
    border-top: gray 1px solid;
    border-left: gray 1px solid;
    border-bottom: gray 1px solid;
}

.IMConnectorTable_Title
{
    font-family: Verdana;
    font-size: 13px;
    font-weight: bold;
    color: black;
    text-align: justify;
    background-color: #66cc99;
    padding: 3px;
    border-bottom: solid 1px #bcc7bc;
}

.IMConnectorTable_Body
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    color: black;
    text-align: justify;
    background-color: #ffffff;
}

/***********************************************************************************************************************/
/******************* XHTML EDITOR **************************************************************************************/
/***********************************************************************************************************************/

.XhtmlEditorArea
{
    width: 98%;
    height: 300px;
    background-color: #ffffff;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
}

.XhtmlEditorExternalToolArea
{
    width: 98%;
    height: 300px;
    background-color: #ffffff;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
}

.XhtmlEditorSourceArea
{
    width: 98%;
    height: 300px;
    background-color: #ffffff;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    font-size: 12px;
    vertical-align: top;
    color: Blue;
    font-family: Verdana;
    text-align: justify;
    margin: 0px;
}

.XhtmlEditorToolbar
{
    width: 98%;
    height: 26px;
    background-color: #ccc;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
}

.XhtmlEditorToolbar a, div.toolbar span
{
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    margin: 2px;
    cursor: pointer;
    text-indent: -9999px;
    background-color: #ccc;
    background-position: center center;
    border: 1px solid #ccc;
}

.XhtmlEditorToolbar a:hover, XhtmlEditorToolbar span:hover
{
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
}

.XhtmlEditorToolbar div.divider
{
    float: left;
    width: 0;
    height: 20px;
    border-left: 1px solid #fff;
    border-right: 1px solid #333;
    margin: 2px;
}

/***********************************************************************************************************************/
/******************* BOOKMARKS PANEL ***********************************************************************************/
/***********************************************************************************************************************/

.BookmarksPanel
{
    padding: 0px;
    margin: 0px;
    font-size: 1px;
}

.BookmarkIcon
{
    padding: 0px;
    margin: 1px 1px 1px 1px;
    border: none;
    font-size: 1px;
    display: inline;
    width: 12px;
    height: 12px;
}

.BookmarkIcon img
{
    margin: 2px 2px 2px 2px;
}


/***********************************************************************************************************************/
/******************* POLLS    *****************************************************************************************/
/***********************************************************************************************************************/


.PollContainer
{
    width: 100%;
    border: solid 1px #cccccc;
}

.PollContainerTitle
{
    background-color: #dce7dc;
    color: Blue;
    font-family: Verdana;
    text-align: justify;
    font-size: 16px;
    font-weight: bold;
    padding: 3px;
    border-bottom: solid 1px #bcc7bc;
}

.PollContainerBody
{
    color: Blue;
    font-family: Verdana;
    text-align: justify;
    font-size: 13px;
}

.PollContainerInnerTitle
{
    color: #000000;
    font-family: Verdana;
    text-align: justify;
    font-size: 13px;
    font-weight: bold;
    background-color: #dce7dc;
}


.PollContainerChoiceTitle
{
    padding-top: 6px;
    padding-left: 4px;
    color: #000000;
    font-family: Verdana;
    text-align: justify;
    font-size: 12px;
    font-weight: bold;
}

.PollContainerChoiceBody
{
    padding-bottom: 4px;
    padding-left: 12px;
    color: #000000;
    font-family: Verdana;
    text-align: justify;
    font-size: 12px;
    border-bottom: solid 1px #cccccc;
    border-left: none;
    border-right: none;
    border-top: none;
}

.PollContainerChoiceValue
{
    color: #000000;
    font-family: Verdana;
    text-align: justify;
    font-size: 12px;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top: none;
}


/***********************************************************************************************************************/
/******************* VCARD   *****************************************************************************************/
/***********************************************************************************************************************/


.vcard
{
    font-size: 13px;
    background-color: #c7d7e2;
    color: black;
    text-align: justify;
    padding: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    border-right: gray 1px solid;
    border-top: gray 1px solid;
    border-left: gray 1px solid;
    border-bottom: gray 1px solid;
    border-collapse: collapse;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomleft: 8px;
}


.vcard .n
{
    font-size: 14px;
    font-weight: bold; /*background-color: #c7d7e2;*/
    padding: 5px; /*border: solid 1px #ccc;*/
    display: block;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomleft: 8px;
}

.vcard .street-address
{
    display: inline;
}

.vcard .locality
{
    display: inline;
}

.vcard .postal-code
{
    display: inline;
}

.vcard .country-name
{
    display: inline;
}



.vcard .email
{
    display: block;
    margin-bottom: 5px;
}

.vcard .email .type
{
    background: transparent url(../../Modules/System/Images/email.png) no-repeat scroll left center;
    height: 25px;
    margin-top: 20px;
    margin-bottom: 5px;
    margin-right: 7px;
    overflow: hidden;
    width: 20px;
    padding-left: 25px;
}


.vcard .email .type:hover
{
    background: transparent url(../../Modules/System/Images/email_edit.png) no-repeat scroll left center;
}

.vcard .tel
{
    display: block;
    margin-bottom: 5px;
}

.vcard .tel .type
{
    background: transparent url(../../Modules/System/Images/telephone.png) no-repeat scroll left center;
    height: 25px;
    margin-top: 2px;
    margin-bottom: 5px;
    margin-right: 7px;
    overflow: hidden;
    width: 20px;
    padding-left: 25px;
}

.vcard .tel .type:hover
{
    background: transparent url(../../Modules/System/Images/telephone_go.png) no-repeat scroll left center;
}

.vcard .adr .type
{
    display: none;
}

.vcard .mailer
{
    display: none;
}

.vcard .url
{
    background: transparent url(../../Modules/System/Images/internalLink.gif) no-repeat scroll left center;
    margin-top: 2px;
    margin-bottom: 5px;
    margin-right: 7px;
    overflow: hidden;
    padding-left: 25px;
}

.vcard .geo
{
    background: transparent url(../../Modules/System/Images/world.png) no-repeat scroll left center;
    margin-top: 2px;
    margin-bottom: 5px;
    margin-right: 7px;
    overflow: hidden;
    padding-left: 25px;
}

.vcard .org
{
    font-weight: bold;
    padding: 3px; /*display: block;*/
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 7px;
    background: transparent url(../../Modules/System/Images/group.png) no-repeat scroll left center;
    overflow: hidden;
    padding-left: 25px;
}


.vcard .adr
{
    background: transparent url(../../Modules/System/Images/arrow_out.png) no-repeat scroll left center;
    margin-top: 2px;
    margin-bottom: 5px;
    margin-right: 7px;
    overflow: hidden;
    padding-left: 25px;
}

.vcard .adr:hover
{
    background: transparent url(../../Modules/System/Images/arrow_in.png) no-repeat scroll left center;
}


/***********************************************************************************************************************/
/******************* SKYPEBOX   ****************************************************************************************/
/***********************************************************************************************************************/

.SkypeBox
{
    background-color: #ffffff;
    text-align: justify;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    margin-right: 0px;
    border-collapse: collapse;
}

.SkypeBoxItem
{
    text-align: justify;
    padding: 0px;
}

.SkypeBoxItemImage
{
    padding-right: 10px;
}


/***********************************************************************************************************************/
/******************* MSNBOX   ****************************************************************************************/
/***********************************************************************************************************************/

.MsnBox
{
    background-color: #ffffff;
    text-align: justify;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    margin-right: 0px;
    border-collapse: collapse;
}

.MsnBoxItem
{
    text-align: justify;
    padding: 2px;
}

.MsnBoxItemImage
{
    padding-right: 10px;
}

/***********************************************************************************************************************/
/******************* SITEMAPPATH   ****************************************************************************************/
/***********************************************************************************************************************/

.SiteMapPath
{
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: dotted 1px #666666;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 15px;
    font-size: 13px;
    display: block;
}

.SiteMapPathPathSeparatorStyle
{
    color: #507CD1;
    font-weight: bold;
}

.SiteMapPathCurrentNodeStyle
{
    color: #333333;
    font-weight: bold;
}

.SiteMapPathNodeStyle
{
    color: #284E98;
    font-weight: bold;
}

.SiteMapPathRootNodeStyle
{
    color: #507CD1;
    font-weight: bold;
}


/***********************************************************************************************************************/
/******************* USER ROLES   ****************************************************************************************/
/***********************************************************************************************************************/



.UserRoles
{
    background-color: #FFFFDD;
    border: 1px solid gray;
    margin-top: 5px;
    display: block;
    
}


.UserRoles ul
{
    margin: 1px;
    text-align: left;
}
