@charset "utf-8";
/* CSS Document */

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0px;
	padding: 0;
	color: #000;
	font-size:14px;
}

a:link {
	color:#414958;
	text-decoration: none;
	font-weight:bold;
}

a:visited {
	color: #4E5869;
	text-decoration: none;
	font-weight:bold;
}

.content {
	padding: 0px;
	clear:both;
	width:720px;
	margin-top: 20px;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}

.tc {
	width:700px;
	font-size: 12px;
}
.tc_title {
	height:20px;-color:#FFF;
	border-style:solid solid none;
	border-width:thin;
	font-weight: bold;
	color: #000;
	border-color: #009933;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: -1px;
	cursor: pointer;
}
.names_title
{
	border: 1px solid #009933;
        margin: 5px 5px 0px 5px;
        padding: 5px;

}

.tc_body {
	clear: both;
	border: thin solid #009933;
	padding: 15px;
	text-indent: 20px;
}

ul#login_st {
	width: 210px;
	margin-top: 6px;
	font-size: 10px;
	font-weight:normal;
	list-style: none;
}

ul#login_st ul {
	list-style: none;
}

#login_st a {
	text-decoration: underline;
	font-weight:normal;
	margin-left: 12px;
}

.loginform p
{
/*	width: 200px;*/
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
/*	padding-left: 155px;*/
	border-bottom: 1px dotted #808080;
}

.loginform label
{
	font-weight: bold;
	float: left;
	margin-left: 0;
	margin-top: 2px;
	width: 70px;
}

.loginform input.user
{
	width: 100px;
	/*margin-left: 100px;*/
	background-image: url(/images/user_16.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px center;
	padding-left: 18px;
	margin-top: 1px;
	border: 1px #CCC solid;
}
.loginform input.pass
{
	width: 100px;
	/*margin-left: 100px;*/
	background-image: url(/images/user_lock_16.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px center;
	padding-left: 18px;
	margin-top: 1px;
	border: 1px #CCC solid;
}

.loginform textarea
{
/*	width:100px;*/
/*	height:150px;*/
}

.loginform input.submit
{
	/*	margin-top: 10px;*/
	margin-left: 0px;
	width:58px;
	margin-right: 0px;
	float: left;
}
.loginform input.checkbox {
	margin-left: 12px;
}
.loginform input.checkbox label {
	margin-top: 0px;
	width: 100px;
}

td.login_table_color {
  border-right: 1px dotted #093;
  }
div.login_text
{
    font-size:12px;
    font-weight: bold;
    color: #093;
}

input[type="button"]
{
    border:solid 1px #000;
    color: #FFF;
    background-color: #093;
    width: 120px;
}

input[type="button"]:hover {
	font-weight: bold;
}

input[type="button"]:active {
	position: relative;
	top: 1px;
}

input[type="submit"]
{
    border:solid 1px #000;
    color: #FFF;
    background-color: #093;
    width: 120px;
}

input[type="submit"]:hover {
	font-weight: bold;
}

input[type="submit"]:active {
	position: relative;
	top: 1px;
}

div.lists
{    
    margin-bottom: 1px;
    width: 500px;
    background-color: white;
    border : 2px solid #009933;
    padding-left: 20px;
/*    border-radius: 20px 0px 0px 20px; 
    -webkit-border-radius: 20px 0px 0px 20px;
    -moz-border-radius: 20px 0px 0px 20px;
    -khtml-border-radius: 20px 0px 0px 20px;*/
    
  
}

div.list_name
{
    white-space: pre-wrap;
    white-space: -moz-pre-wrap; 
    white-space: -pre-wrap; 
    white-space: -o-pre-wrap; 
    word-wrap: break-word;  
}

div.addPlan, div.addService
{    
    margin-bottom: 1px;
    width: 500px;
    background-color: white;
    border : 5px solid #009933;
    padding-left: 20px;
    border-radius: 20px 0px 0px 20px; 
    -webkit-border-radius: 20px 0px 0px 20px;
    -moz-border-radius: 20px 0px 0px 20px;
    -khtml-border-radius: 20px 0px 0px 20px;
}

div.container
{
    margin-left: 40px;
}

.popup__overlay {
    position: fixed;
    left:  0;
    top:  0;
    background: #000;
    opacity: .5;
    filter: alpha(opacity=50);
    z-index: 999
    }
.popup {
    position: absolute;
    width: 20%;
    z-index: 1000;
    border: 1px solid #ccc;
    background: #fff
    } 

div#div_add_service,#div_add_type
{    
    display: none;
    margin-left: 1px;
    background-color: white;
    border : 5px solid #009933;
    padding-left: 20px;
    border-radius: 0 20px 20px 20px;
    -webkit-border-radius: 0 20px 20px 20px;
    -moz-border-radius: 0 20px 20px 20px;
    -khtml-border-radius: 0 20px 20px 20px;
    position:absolute; 
    padding-bottom: 10px;
    width: 500px;
}


button
{
    border:solid 1px #000;
    color: #FFF;
    background-color: #093;
    width: 30px;
    height: 20px;
}

button:hover {
	font-weight: bold;
}

button:active {
	position: relative;
	top: 1px;
}
.test
{
    display: none;
    
}