/***********************************************************************/
/************************** Default styles  ****************************/
/***********************************************************************/

body, td {
    font-family:arial;
    font-size:10pt;
    color:#000000;
}
.margin{
    margin-top:0px;
    margin-left:0px;
    margin-right:0px;
}
H1 {
    font-family:arial;
    font-size:14pt;
    font-weight:bold;
    color:#000000;
}

H2 {
    font-family:arial;
    font-size:12pt;
    font-weight:bold;
    color:#000000;
}

HR {
    size: 1px;
    color:#000000;
}


/***********************************************************************/
/***************************** Link styles  ****************************/
/***********************************************************************/

A, A:visited, A:link, A:active {
    color: #000000;
    font-weight: bold;
    text-decoration: none; 
    font-size: 10px;
}

A:hover {
    color: #000000;
    font-weight: bold;
    text-decoration: underline; 
    font-size: 10px;
}

.search-text-box {
    vertical-align : bottom;
    width:100px;
    border: 1px solid #B0B0B0;
}

/***********************************************************************/
/************************ Content area styles  *************************/
/***********************************************************************/

.content-pane-home {
    padding-left: 17px;
    padding-top: 10px;
    vertical-align:top;
                background: #ffffff;
                color: #000000;
}

/***************************************************************/
/********************** TOP MENU style *************************/
/***************************************************************/

.top-menu-cell {
    width:200px;
    text-align:center;
    border-right: 1px dashed #B0B0B0;
}

.top-menu-cell-selected {
    width:200px;
    text-align:center;
    border-right: 1px dashed #B0B0B0;
}

.header-menu {
    font-family:arial;
    font-size:11px;
}

A.header-menu {
    color: #ffedb2;
    font-weight: none;
    text-decoration: none; 
    font-size: 10px;
}

A.header-menu:link, A.header-menu:visited {
    color: #666666;
    font-weight: normal;
    text-decoration: none; 
    font-size: 11px;
}

A.header-menu:active {
    color: #9545A4;
    font-weight: normal;
    text-decoration: underline; 
    font-size: 11px;
}

A.header-menu:hover {
    color: #9545A4;
    font-weight: normal;
    text-decoration: underline; 
    font-size: 11px;
}

A.header-selected-menu, A.header-selected-menu:visited {
    color: #9545A4;
    font-weight: normal;
    text-decoration: underline; 
    font-size: 11px;
}

A.header-selected-menu:link {
    color: #9545A4;
    font-weight: normal;
    text-decoration: none; 
    font-size: 11px;
}

A.header-selected-menu:active {
    color: #9545A4;
    font-weight: normal;
    text-decoration: underline; 
    font-size: 11px;
}

A.header-selected-menu:hover {
    color: #9545A4;
    font-weight: normal;
    text-decoration: underline;
    font-size: 11px;
}

.bottom-bar {
    height:20px;
    background:#C0C0C0;
}

/***************************************************************/
/********************** SIDE MENU style *************************/
/***************************************************************/

.menu-link {
   /* margin-left: 10px;
    font-size: 12px !important;
    line-height : 25px;*/
}

.menu-link:link, .menu-link:visited {
    color: #FFF6C1;
    font-family : Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: none;
    font-weight : normal;
}

.menu-link: selected {
    color: #666666;
    font-family : Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight : normal;
    text-decoration: underline;
}

.menu-link: hover {
    color:#666666;    
    font-family : Arial, Helvetica, sans-serif;
    font-weight : normal;
    text-decoration:none;
}

.menu-link: active {
    color:#000000;    
    font-family : Arial, Helvetica, sans-serif;
    font-weight : normal;
    text-decoration: underline;
}


.menu-sub-link{
   /* padding-left: 20px;
    margin-left: 10px;
    font-size: 10px !important;
    line-height : 25px;*/
}

.menu-sub-link:link, .menu-sub-link:visited {
    color:#ffffff;
    font-family : Arial, Helvetica, sans-serif;
    font-weight : normal;
}

.menu-sub-link:hover, .menu-sub-link:active {
    color:#FF8135;    
    font-family : Arial, Helvetica, sans-serif;
    font-weight : normal;
    text-decoration:none;
}

/************************************************************/
/******************* NEWSFEED styles ************************/
/************************************************************/
.news{
    font-size: 12px;
}
.news-main{
    font-size: 12px;
}
.news-content{
    font-size: 12px;
    font-family : Arial, Helvetica, sans-serif;
    color:#666666;
}
.news:menu {
    color: #666666;
    font-weight: none;
    text-decoration: none; 
    font-size: 12px;
}
.news:link {
    color: #666666;
    font-weight: bold;
    text-decoration: none;
    font-size: 13px !important;
}
.news:visited {
    color: #9545A4;
    font-weight: bold;
    text-decoration: none;
    font-size: 13px !important;
}
.news:active {
    color: #9545A4;
    font-weight: bold;
    text-decoration: none; 
    font-size: 12px;
}
.news:hover {
    color: #9545A4;
    font-weight: bold;
    text-decoration: underline; 
    font-size: 12px;
}