﻿html, body 
{
    height: 100%;
}

body 
{
    margin: 0;
    padding: 0;
    background: #999999;
    font: 0.8em Arial;
}

div.Container 
{
    direction: rtl;
    min-height: 100%;
    _height: 100%;
    margin: auto;
    width: 705px;
}

div.Header 
{
    height: 112px;
    background: url(images/top-banner.jpg) no-repeat;
    margin-bottom: 14px;
}

div.Header a 
{
    display: block;
    height: 100%;
}

div.Main-Content 
{
    background: #fffff3;
    width: 700px;
    min-height: 200px;
}

div.Menu 
{
    position: relative;
    height: 26px;
    background: url(images/menu-bottom-background.jpg) repeat-x bottom;
    padding: 3px 20px 0 0;
    z-index: 1000;
}

div.Menu ul 
{
    font-size: 12px;
}

div.Right-Column 
{
    width: 530px;
    float: right;
}

div.Right-Column div.Content 
{
    margin: 20px 20px 10px 70px;
    color: #191659;
}

div.Content h1
{
    font: bold 1.5em Arial;
}

div.Content h3 
{
    font: bold 1.2em Arial;
    margin: 0;
}

div.Content ul
{
    margin: 0 15px 0 0;
    padding: 0;
}

div.Content ol
{
    margin: 0 20px 0 0;
    padding: 0;
}

div.Content a 
{
    border-bottom: 1px dotted #669933;
    text-decoration: none;
    color: #191659;
}

div.Content a:hover 
{
    border-bottom: 1px dotted #669933;
    background: #ffffcc;
}

div.Content table.Table 
{
    width: 310px;
}

div.Content table.Table td 
{
    padding: 4px 5px;
}

table.Table tr.even 
{
    background: #e0e0e0;
}

table.Table tr.Header
{
    font-weight: bold;
}

/* new for profile info */
table.Table td.Header
{
    font-weight: bold;
}
/***************/

table.Table tr
{
    background: #acb7d7;
}

div.Content div.Form 
{
    width: 310px;
    background: #e0e0e0;
}

div.Content div.Form form 
{
    display: block;
    width: 270px;
    margin: 0 auto;
    padding: 10px 0;
}

div.Content div.Form form input.Input 
{
    width: 137px;
    border: 0;
    background: white;
    font: 12px Arial;
    padding: 3px 0px;
    margin-bottom: 10px;
}


/* new form input for subject */

div.Content div.Form input.subject
{
    width: 100%;
    border: 0;
    background: white;
    font: 12px Arial;
    margin-bottom: 10px;
	padding: 3px 0px;
}

/****************************/



div.Content div.Form form textarea 
{
    border: 0;
    background: white;
    font: 12px Arial;
    width: 100%;
    height: 80px;
    margin-bottom: 10px;
    overflow: auto;
}


div.Content div.Form form input.Submit 
{
    float: left;
    background: #3953a0;
    font: bold 11px Arial;
    color: White;
    padding: 2px 4px;
    border: 0;
}


div.Content div.Form form h3 
{
    width: 129px;
    margin: 0 0 10px 0;
    font: bold 11px Arial;
    color: White;
    background: #3953a0;
    padding: 4px;
}

div.Content div.Form form label
{
    display: block;
    color: #3953a0;
    font: bold 12px Arial;
}

div.Content div.Comments ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

div.Content div.Comments ul li 
{
    background: #ededc7;
    margin-bottom: 40px;
    padding: 20px 10px;
    position: relative;
}

div.Content div.Comments ul li span 
{
    display: block;
    position: absolute;
    top: -20px;
    left: 35px;
    width: 30px;
    height: 26px;
    padding-top: 10px;
    font: bold 16px Arial;
    color: White;
    background: #3953a0;
    text-align: center;
}

div.Left-Column 
{
    width: 170px;
    float: right;
    padding-top: 15px;
}

div.Box 
{
    background: #e0e0e0;
    margin-bottom: 15px;
}

div.Box div.Form 
{
    width: 137px;
    margin: 0 auto;
    padding: 10px 0;
}

div.Box div.Form form 
{
    margin: 0;
    padding: 0;
}

div.Box div.Form form input.Input 
{
    width: 137px;
    border: 0;
    background: white;
    font: 12px Arial;
    padding: 3px 0px;
    margin-bottom: 10px;
}

div.Box div.Form form input.Submit 
{
    float: left;
    background: #3953a0;
    font: bold 11px Arial;
    color: White;
    padding: 2px 4px;
    border: 0;
}


div.Box div.Form form h3 
{
    width: 129px;
    margin: 0 0 10px 0;
    font: bold 11px Arial;
    color: White;
    background: #3953a0;
    padding: 4px;
}

div.Box div.Form form label
{
    display: block;
    color: #3953a0;
    font: bold 12px Arial;
}

div.Box div.News 
{
    overflow: hidden;
    height: 130px;
    padding-top: 5px;
}

div.Box div.News ul 
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    font: 11px Arial;
    color: Black;
}

div.Box div.News ul li 
{
    background: url(images/bullet.jpg) no-repeat center right;
    padding-right: 20px;
    margin-bottom: 5px;
}

div.Box div.News ul li a 
{
    color: Black;
    text-decoration: none;
}

div.Box div.News ul li a:hover 
{
    color: #3953A0;
}

div.Footer 
{
    padding: 10px;
    text-align: center;
}

div.Footer a 
{
    color: #FFFFF3;
    text-decoration : none;
}

div.Footer a:hover
{
    color: #999999;
    background: #FFFFF3;
}

div.Clear 
{
    clear: both;
}

/* you can add your own classes for content here */

div.Content span.bold 
{
    font-weight: bold;
}


div.Content div.space 
{
	height: 2em;
}


/*  start buy book button */
/*
div.Content div.Form2 form 
{
    display: block;
    width: 270px;
    margin: 0 auto;
    padding: 0px 0px 10px 150px;
}


div.Content div.Form2 
{
   width: 310px;
     background: #e0e0e0; 
}
*/

div.Content div.Form2 form input.buy 
{
	background: #3953a0;
	font: bold 14px Arial;
	color: White;
	padding: 2px 4px;
	border: 0;
	margin-bottom: 5px;
	margin-top: 0px;
}

div.Content div.Form2 form input.buy2 
{
	background: #3953a0;
	font: bold 11px Arial;
	color: White;
	padding: 2px 4px;
	border: 0;
	margin-bottom: 0px;
	margin-top: 0px;
}


/* end buy book button */