/* HTML Standard ---------------------------------------- */body,td,th,input,textarea {	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	color: #333333;	text-align: left;}body {	background-color: #F5F5F5;	margin: 20px 0 0 0px;}form {	margin: 0;}hr {  border: 0px;  border-bottom: 1px dotted #CC3300;  text-align:center;  height: 0px;}h1,h2,h3,h4,h5,h6 {	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 	font-weight: bold;	margin:0;	padding: 0 0 5px 0;}h1 {	font-size: 20px;	color: #666666;	font-weight: normal;}h2 {	font-size: 16px;	color: #333333;	margin: 5px 0px 5px 0px;}a:link, a:visited, a:active {	color: #CC3300;	text-decoration: none;}a:hover {	text-decoration: none;	color: #FF3300;}label {	cursor: pointer;}iframe {	border: 1px solid #999999;}/* Forms ----------------------------------------------- */label { font-weight: bold; }input, button, select {	background-color:#fff;	color: #555;	padding: 1px;	font-size: x-small;}button, input[type="button"], input[type="submit"], input[type="reset"] {	background-color: #efefef;	color: #666;	border: 1px solid #999;	border-top: 1px solid #ddd;	border-left: 1px solid #ddd;	font-weight: normal;	margin-left: 2px;	margin-right: 2px;}button:hover, input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover   {	background-color: #CC3300;	color: #fff;}button:active, input[type="button"]:active, input[type="submit"]:active, input[type="reset"]:active  {	background-color: #fff;	color: #000;	border: 1px solid #CC3300;}table.tableform td.button { text-align: center; }input[type="text"], input[type="password"], input[type="file"], textarea, select { 	color: #333;	background-color: #fff;	border: 1px solid #ddd;	border-top: 1px solid #999;	border-left: 1px solid #999;	padding:2px;	font: 90%/150% 'Lucida Grande', Verdana, Arial, Sans-Serif;}input[type="text"]:focus, input[type="password"]:focus, textarea:focus	{ 	color: #000;	background-color: #fff; 	border: 1px solid #CC3300;}textarea { width: inherit; }fieldset {	border: 1px solid #ddd;	padding: 3px;}fieldset td {	padding: 1px;}legend {	font-weight: bold;	font-size: 110%;	padding: 3px;}input[type="checkbox"], select {	padding: 1px;	font-size: x-small; }/* Layout ----------------------------------------------- */.main {	width: 730px;	margin: auto;}.left {  width: 49%;  float: left;  margin: 0;}.right {  width: 49%;  float: right;  margin: 0;}.left20 {  width: 19%;  float: left;  margin: 0;}.right80 {  width: 79%;  float: right;  margin: 0;}.clear {  clear: both;        /* extend height of .main to longest column */  height: 1px;  overflow: hidden;   /* prevent IE expanding the container */  margin: 0;          /* keep flush with surrounding blocks */}.header {	width: 100%;}.header span {	float: right;}.menu {	width: 100%;	margin: 0;	padding: 0;	padding-top: 10px;	padding-bottom: 4px;	padding-left: 8px;}.menu li {	list-style-type: none;	display: inline;	padding-right: 1px;}.menu a, .menu a:link, .menu a:active, .menu a:visited {	border-bottom: 0;	padding: 4px 3px 4px 3px;	color: #CC3300;}.menu a:hover {	text-decoration: none;	color: #FF3300;}.current a, .current a:link, .current a:active, .current a:visited {	background-color: #FFFFFF;	color: #333333;}.content {	padding: 20px;	background-color: #FFFFFF;	width: 100%;	min-height: 300px;	text-align: left;	vertical-align: top;}.media {	background-color: #FFFFFF;}.footer {	width: 100%;}.note, .note a {	margin-top: 10px;	color: #666666;	font-size: 10px;}.row_a {	background-color: #EEEEEE;}.row_b {	background-color: #DDDDDD;}.hide {	display: none;}.warning {	color: #FF0000; font-weight: bold;}.section {	margin-top: 10px;	padding: 5px;	border: 1px solid #999999;	height: 60px;	width: 100%;	background-color: #FDFDFD;	vertical-align: middle;}.section:hover {	//border: 1px solid #CC3300;	//background-color: #CC3300;	//color: #FFFFFF;}.section:hover a{	//color: #FFFFFF;}.section img {	width: 50px;	height: 50px;	vertical-align: middle;	padding: 5px;}.title {	font-size: 16px;}/* Settings page ----------------------------------------------- */.settings_table td {	vertical-align: top;	text-align: left;}.setting_name {	width: 180px;}.setting_value input, .setting_value select, .setting_value textarea {	width: 100%;}.setting_value textarea {	height: 50px;}#file_mode input {	width: 12px;	height: 12px;}#dir_mode input {	width: 12px;	height: 12px;}.advanced {	display: {DISPLAY_ADVANCED};}.save, .reset {	width: 100px;}#hide2 {	display: none;}.required {	color: #CC3300;	font-size: 12px;	font-weight: normal;}.bad {	color: #FF0000;	font-weight: bold;}.good {	color: #009900;	font-weight: bold;}.note {	color: #666666;	font-size: 10px;}.hide {	display: none;}
