﻿.grey
{
    color: #7B7D85;
}

.specText
{
    color: #6E4343;
}

.headerTextBox
{
    background-color: #EDEDED;
    border: Solid 1px #A6A7A8;
}

a:link
{
    color: #132F63;
    text-decoration: none;
}

a:visited
{
    color: #132F63;
    text-decoration: none;
}

a:hover
{
    color: #132F63;
    text-decoration: underline;
}

a.Bright:link
{
    color: #95CFF4;
    text-decoration: none;
}

a.Bright:visited
{
    color: #95CFF4;
    text-decoration: none;
}

a.Bright:hover
{
    color: #95CFF4;
    text-decoration: underline;
}

a.White:link
{
    color: white;
    text-decoration: none;
}

a.White:visited
{
    color: white;
    text-decoration: none;
}

a.White:hover
{
    color: white;
    text-decoration: underline;
}

a.Title:link
{
    color: #505050;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
}

a.Title:visited
{
    color: #505050;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
}

a.Title:hover
{
    color: #505050;
    font-size: 17px;
    font-weight: bold;
    text-decoration: underline;
}

.BoxTitle
{
    color: #505050;
    font-size: 17px;
    font-weight: bold;
    direction:rtl;
}

.BigTitle
{
    font-size: 20px;
    font-weight: bold;
}

.SubTitle
{
    font-size: 14px;
}

a.menu_links:link
{
    color: white;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
}

a.menu_links:visited
{
    color: white;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
}

a.menu_links:hover
{
    color: white;
    text-decoration: underline;
    font-size: 13px;
    font-weight: bold;
}

.VerticalTabs
{
    background-color: #7385A3;
    cursor: pointer;
    width: 150px;
}

.VerticalTabs_On
{
    background-image: url('images/tabGradient.jpg');
    cursor: pointer;
    width: 150px;
}

.dirRTL
{
    direction: rtl;
    text-align: right;
}

.Button
{
    background-color: #DBDBDB;
    color: #363636;
    border: Solid 1px #363636;
    font-size: 14px;
    font-family: Arial;
    cursor:pointer;
}

.DarkButton
{
    background-color: #000F28;
    color: #95CFF4;
    border: Solid 1px #929292;
    font-size: 14px;
    font-family: Arial;
    cursor:pointer;
}

.DarkTextBox
{
    background-color: Transparent;
    border: Solid 1px #929292;
    color: #929292;
    direction: rtl;
}

.contentBoxTab
{
    text-align: center;
    width: 25%;
    background-color: #09152B;
    cursor: pointer;
    color: white;
    float:right;
}

.contentBoxContainer
{
    clear: both;
    width: 310px;
    overflow: hidden;
}

.contentBoxContent
{
 width: 1240px;
 float:right;   
}

.contentBoxContentType
{
 float: right;
 width: 310px;   
}

.contentBoxNumber
{
 float: right;
 width: 30px;   
}

.contentBoxRowName
{
    float: right;
    text-align: right;
    width: 210px;
}

.contentBoxRowValue
{
 float: right;
 text-align: left;   
}

.BoxSubTitle
{
    text-align: center;
    background-color: #09152B;
    color: white;
}

textarea
{
    font-family: Arial;
}

.seperator
{
    height:1px;
    border-bottom:dashed 1px #09152B; 
}

.bottomSeperator
{
    border-bottom:dashed 1px #09152B; 
}

.seperatorFull
{
    height:1px;
    border-bottom:solid 2px #09152B; 
    margin-bottom:3px;
}

.barColor
{
    background-color:#09152B; 
}

.TableHeaderRow
{
    background-color:#09152B;
    font-weight:bold;
    color:White;
}

.DetailsBoxTitleBackground
{
    background-color: #E1E1E1;   
}

.TableRow
{
    background-color:#F1F1F1;   
}

.AlternativeTableRow
{
    background-color:#E1E1E1;   
}