/*
 *
 * User Control Panel Stylesheet
 * Copyright (C) 2007-2009, AllWorldIT
 * 
 * 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 Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */


td.section {
	border-style: solid;
	border-width: 2px;

	color: #ffffff;

	background-color: #000066;
 
	text-align: center;
}


td.top {
	vertical-align: top;
}


td.middle {
	vertical-align: middle;
}


td.right {
	text-align: right;
}


td.title,div.title {
	border-style: solid;
	border-width: 1px;

	background-color: #ffffdd; 
}


div.pagetitle {
	border-style: solid;
	border-width: 1px; 
	border-color: #000000; 

	font-size: larger;

	text-align: center;
}


div.smallinfo {
	font-size: 10px;

	text-align: center;
}


div.copyright {
	border-style: solid;
	border-width: 1px;

	font-size: 10px;

	text-align: center;
}


td.pinfo {
	border-style: dotted;
	border-width: 1px;

	font-size: smaller;
}


td.info {
	border-style: dotted;
	border-width: 1px;

	font-size: smaller;

	text-align: center;
}


td.value,div.value {
}


td.desc,div.desc {
	background-color: #eeeeee; 
}


.blockcenter {
	margin-left: auto;
	margin-right: auto;
}


.center {
	text-align: center;
}

.important {
	font-style: italic;
}

body { font-family: verdana; text-align: center; }

a, a:visited {
	text-decoration: none;
	color: #004D91;
}

a:hover {
	text-decoration: underline;
}


.loginform table {
	width: 400;
	margin-left: auto;
	margin-right: auto;
}

.loginformt td {
	text-align: center;
}

.loginforms {
	text-align: center;
}

.loginformud, .loginformpd {
	text-align: right;
}

.mtlisttable {
	border: 1px solid #000000;
	font-size: 12px;
	margin-left: auto; margin-right: auto;
}

.mtlisttabletitle {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

.mtlisttablehead {
	
}

.mtlisttabledata {
	
}

mtsearchtable {
	border: 1px solid #000;
	margin-left: auto;
	margin-right: auto;
}

mtsearchtabletitle {
	font-weight: bold;
}

mtsearchtablehead {

}

mtsearchtabledata {

}

mtsearchtableorder {

}

mtsearchtablesubmit {
	font-weight: bold;
}