/*
*
* $Id: style.php,v 1.9 2009/10/20 11:50:31 tleen Exp $


























*/


body{
    font-family:        arial,helvetica;
    font-weight:        normal; 
    font-size:          1em;  
    text-align:         left; 
    margin-left:        5px;
    margin-top:         0px;
    color:              #000000; 
    background-color:   #FFFFFF;
}

a{
    color:              #333300; 
    text-decoration:    none;
    
}

a:hover{
    color:              #996600;
    text-decoration:    underline;
}

td{
    vertical-align:     top;
    font-size:          1em;
    color:              #000000; 
}

img{
    border:             0px;
    margin:             0em;
}

input{
    color:              #444444; 
    background-color:   #F2F2F2;
    border:             #000000 1px solid;
    padding:            0em .1em 0em .2em;
    margin:             .1em .2em .1em .2em;
    font-size:          .9em;
}

select{
    color:              444444; 
    background-color:   #F2F2F2;
    border:             #000000 1px solid;
    padding:            0em;
    margin:             .1em .2em .1em .2em;
    font-size:          .9em;
    overflow:           auto;
}

input.submit{
    padding:            0em .1em 0em .1em;
}

input.manditory{
    border:             #009900 1px solid;
}

textarea{
    font-family:                arial,helvetica;
    font-weight:                normal;
    color:                      #444444; 
    background-color:           #F2F2F2;
    border:                     #000000 1px solid;
    overflow:                   auto;
    padding-left:               2px;
}


hr{
    height:             1px;
    color:              #996600;
    background-color:   #996600;
    border:             0px;
}

.inactive{
    text-decoration:    line-through
}

.menu{
    color:              #000000;
    background-color:   #F8F8F8;
    border:             solid #996600 1px;
    padding-left:       2px;
    padding-right:      1px; 
}

.menu a{
    color:              #000000;
}

table img.icon{
	margin-left:					5px;
} td#menu img.icon{
	margin-left: 0;
}

.supertable_row0{
    background-color:   #66CC66;
}

.supertable_row1{
    background-color:   #999966;
}

.supertable_row_hilighted{
    background-color:   #f2e9e6;
}

/**
* Fieldset
**/


fieldset {
	border: 1px solid #996600;
	padding: .1em .1em .1em .3em;

}

fieldset legend {
	font-weight: bold;
	padding: .5em .5em .5em .2em;
	color: #996600;
}

fieldset label {
    width:          6em;
    float:          left;
    text-align:     right;
    margin:         .1em .2em .1em .1em;
    clear:          both;

}


ul#messages{
	list-style-type:	none;
	text-align:				left;
	width:						700px;
} ul#messages li{
	background-color: #FFE3D0;
	border:						1px solid #606039;
	margin:						10px 0;
	padding:					5px;
} ul#messages li.to{
	background-color:	#F0F0C0;
} ul#messages div.date{
	display:					inline;
	margin-right:			20px;
	width:						120px;
} ul#messages div.from{
	display:					inline;
	width:						300px;
} ul#messages div.from img{
	margin:						0 10px;
} ul#messages div.re{
	margin:						10px 0;
} ul#messages div.contents{
	margin:						10px 0;
} ul#messages ul{
	text-align:				right;
} ul#messages ul li{
	border:						0;
	display:					inline;
	list-style-type:	none;
} ul#messages li.to ul li{
	background-color:	#F0F0C0;
}

ol{
	list-style-type: none;
} ol li{
	margin:						0.3em 0;
}

