/* 
    Document   : small_ads
    Created on : 2009/07/22, 09:34:04
    Author     : colam
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
*{
    padding: 0;
    margin: 0;
}
root { 
    display: block;    
}
.hidden_div{
	display: none;
	background-color:blue;
}
form {
    margin: 0;
    padding: 15px 20px 0 0;
}
.label{color: white; font-size: 15px;}
/*input ., .label {
    font: 12px Georgia, 'Arial', Times, serif;
    border: none; background-color:#c5d0bc;
}*/
#tt tr td{}
#form-text, #username, #password , #name, #country, #city, #surbub, #price, #contact, #security_code{
    width: 200px;
    height: 25px;
    /*padding: 3px 0 0 5px;*/
    background: #c5d0bc;
    /*color: #658453;*/
	color: green;
    font-weight: 600;
	/*border: solid 2px white;*/
}
#courses, #course, #category{background: #c5d0bc;height: 25px; color: green; font-weight:600;}
#description{ background: #ECF9E4;
    color: #658453;}
#login-submit {
    height: 21px;
    margin-left: 12px;
    color: #39561D;
}
#login_table{
    color: #39561D;
}
#one{
    text-align: left;
    /*background-color: red;*/
}
#two{
    /*background-color: gray;*/
    text-align:left;
}
#one ul
{
    list-style: none;

}
#one ul li{
    display: inline;
}
#pop a
{
    cursor:progress;
}
#pop a:hover
{
    cursor:progress;
}
