/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    font-size: 11px;
    text-transform: none;
    color: #0c2342;
    font-family: tahoma,Verdana, Helvetica, sans-serif;
    text-align: right;
}

A:link
{
    text-decoration: none;
    color: #0c2342;
}

A:visited
{
    text-decoration: none;
    color: #0c2342;
}

A:active
{
    text-decoration: none;
    color: #0c2342;
}

A:hover
{
    text-decoration: none;
    color: #0c2342;
}


.buttons
{
    background-color: #CFDAED;
    border-color: #6986b0;
    border-style: double;
    height: 22px;
    width: 150px;
    direction: rtl;
    font-family: Tahoma;
    font-size: x-small;
}


TABLE
{
    font-size: x-small;
    font-family: Tahoma;
}

.menu
{
    direction: rtl;
    font-family: Tahoma;
    font-size: x-small;
    font-weight: bold;
}
.titr
{
    direction: rtl;
    font-family: Courier New;
    font-size: x-large;
    font-weight: bold;
}
.content
{
    direction: rtl;
    font-family: tahoma;
    font-size: x-small;
    font-weight: bold;
}

HR
{
    color: #094BAD;
}

.datagrid
{
    background-color: White;
    border: 0;
    font-size: xx-small;
}
.contents
{
    font-size: small;
}
.MsoNormalTable
{
    direction: ltr;
    align: left;
}

.mytbl
{
    border-right: #000000 1px solid;
    table-layout: fixed;
    padding-right: 0px;
    border-top: #000000 1px solid;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    border-left: #000000 1px solid;
    width: 90%;
    direction: ltr;
    padding-top: 0px;
    border-bottom: #000000 1px solid;
    border-collapse: collapse;
    background-color: #ffffcc;
    text-align: left;
}
.topArticle
{
    border-right: black 1px solid;
    padding-right: 0px;
    border-top: black 1px solid;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    border-left: black 1px solid;
    width: 100%;
    padding-top: 0px;
    border-bottom: black 1px solid;
    border-collapse: collapse;
    height: 300px;
}
.topContent
{
    width: 100%;
    height: 100%;
    background-position: center center;
    background-image: url(images/samples_bg.gif);
    background-repeat: no-repeat;
    background-color: #ffffff;
    text-align: center;
    vertical-align: top;
    direction: rtl;
}
.lastArticle
{
    border-right: black 1px solid;
    padding-right: 0px;
    border-top: black 1px solid;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    border-left: black 1px solid;
    width: 100%;
    padding-top: 0px;
    border-bottom: black 1px solid;
    border-collapse: collapse;
    height: 256px;
}
.lastContent
{
    width: 100%;
    height: 100%;
    background-position: center center;
    background-image: url(images/walkthrough_bg.gif);
    background-repeat: no-repeat;
    background-color: #ffffff;
    text-align: right;
    direction: rtl;
    vertical-align: top;
}



.social_icons
{
    clear: both;
    float: right;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0 0 14px;
    padding: 0;
}
.social_icons li
{
    float: left;
    height: 16px;
    padding-left: 3px;
    text-indent: -999em;
    width: 16px;
}
.social_icons li a
{
    background-image: url(http://squidcdn.s3.amazonaws.com/imgs/icons/social.png);
    background-repeat: no-repeat;
    display: block;
    height: 16px;
    width: 16px;
}
li.icon_stumbleupon a
{
    background-position: -16px -15px;
}
li.icon_rss a
{
    background-position: -96px -15px;
}
li.icon_facebook a
{
    background-position: -48px -15px;
}
li.icon_email a
{
    background-position: -112px -15px;
}
li.icon_myspace a
{
    background-position: -64px -15px;
}
li.icon_twitter a
{
    background-position: 0 -15px;
}
li.icon_digg a
{
    background-position: -32px -15px;
}
li.icon_delicious a
{
    background-position: -80px -15px;
}
li.icon_lensroll a
{
    background-position: -128px -15px;
}
li.icon_favorite a
{
    background-position: -144px -15px;
}


.txt
{
    font-family: Tahoma;
    font-size: 11px;
    color: #000;
    text-decoration: none;
    background-color: #ecf3f4;
    border: 1px solid #1c8dae;
    height: 14px;
}

.headitem
{
    font-weight: bold;
    font-size: 11px;
    vertical-align: middle;
    color: #1A3155;
    height: 32px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    text-align: right;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    direction: rtl;
    background-color: #9FB4CE;
}
.headitem a, .headitem a:link, .headitem a:visited, .headitem a:active
{
    color: #1A3155;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
}
.headitem a:hover
{
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
}
.contentitem
{
    width: 100%;
    direction: rtl;
    font-size: 11px;
}

