/*
 * This file is part of the YateAdmin Project http://yateadmin.null.ro
 * A free web interface to set up a server based on the Yate telephony engine.
 * Copyright (C) 2006 Null Team
 *
 * Yet Another Telephony Engine - a fully featured software PBX and IVR
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 */


#li-box
{
    position: relative;
    top: -270px;
//-160px;
    left: 240px;
    background: url("images/li_bgd.gif")  no-repeat;
    width: 260px;
    height: 400px;
}


#li-box2
{
    position: static;
    background: url("images/li_bgd.gif") no-repeat;
    width: 260px;
    height: 400px;
}



table
{
}
table.gtop
{
	background-color: #cccccc;
	background-image: url("images/blue-100-top.jpg");
	border-spacing: 0;
}
table.in
{
	border-spacing:2px;
	background-color: #5380F9;

}
table.users
{
	border-spacing:0px;
}

table.first
{
	background-color: #5350B9;

}
table.li_first
{

}
td.body
{
	border-spacing:0px;
	font-size:9px;
	border-left:1px solid #000000;
	border-bottom:1px solid #000000;
	padding: 2px;
}
td.head
{
	border-spacing:0px;
	border-bottom:1px solid #000000;
	padding: 2px;
}

h1
{
	font-size: 15px;
	color:white;
	margin-bottom:0px;
}
h1.gtop
{
	font-size: 20px;
	color:navy;
	margin-bottom:0px;
}

h2,h3
{
	font-size: 15px;
	color: #AAAAAA;
}
h3
{
	color: #FF0000;
}
td.header,td.trailer
{
	text-align:right;
}
td.name
{
	width:160px;
	text-align:left;
}
td.desc
{
	text-align: left;
	font-weight: bold;
	color:white;
	padding: 2px;
}
table.menu
{
	text-align: center;
	border-spacing: 0px;
}


/*

td.title
{
	background-color: #5350B9;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
td.content
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: small;
	text-align: left;
}
*/
td.normal
{
	width:100px;
	padding:5 px;
}


.submit
{
	font-size:13px;
	font-weight: bold;
	line-height: 15px;
	color: #FFFFFF;
	background: #AAAAAA;
	padding: 2px;
}
img
{
border:0px;
}

table.options
{

}

td.divbutton
{
    background-color:#104a73;
    padding-left:5px;
    padding-right:5px;
    vertical-align:center;
}

td.separator
{
}

a.llink
{
    text-decoration:none;
    color:white;
}

a.lnk
{
    text-decoration:none;
    color:white;
}

