/*  Base Style VT-MultiSite
-----------------------------------------------
policy   : 2008.11.01
site  	 : multisite
version  : 2008.12.18
----------------------------------------------- */

/* ~Tags Common
----------------------------------------------- */

html, body, div,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, code,
dl, dt, dd, ol, ul, li,
fieldset, form {margin:0;padding:0;}

body		{line-height:1.5em;font-size:75%;font-family: Arial, Verdana, Helvetica, sans-serif;
			/*background:url(../st/grid.png) -20px 0;*/}
body table	{font-size:1em;line-height:1.5em;}
textarea, input, select, button
			{font-size:1em;font-family: Arial, Helvetica, sans-serif;}
img			{border:0em;}
hr			{height:0.1em;border:0;margin-bottom:1.4em;}

p	{margin-bottom:1.5em;}
blockquote 	{margin-left: 1.5em;}
dl		{margin: 0 0 1.5em 0;}
dd		{margin-left: 1.5em;}
li ul,
li ol	{ margin:0 1.5em; }
ul, ol	{ margin: 0 0 1.5em 1.5em; }
* html ol {margin-left:3em;} /*IE fix*/
* html ul {margin-left:2em;} /*IE fix*/

h1 {font-size:1.667em; line-height:0.9em;   margin-bottom:0.9em; }
h2 {font-size:1.5em;   line-height:1em;     margin-bottom:1em;}
h3 {font-size:1.333em; line-height:1.125em; margin-bottom:1.125em; }
h4 {font-size:1.167em; line-height:1.286;   margin-bottom:1.286em;}
h5 {font-size:1em;     line-height:1.5em;   margin-bottom: 1.5em; }
h6 {font-size:0.917em; line-height:1.636em; margin-bottom:1.636em;}


/* ~Classes Common
----------------------------------------------- */

.Smallest	{font-size:0.833em;font-weight:bold;}
.Small		{font-size:0.917em;}
.Normal		{font-size:1em;}
.Large		{font-size:1.167em;}
.Largest	{font-size:1.333em;}

.Deleted	{text-decoration:line-through;}
.AlignLeft	{float:left;margin-right:0.75em;margin-bottom:0.75em;}
.AlignRight {float:right;margin-left:0.75em;margin-bottom:0.75em;}

.ErrorBox, .WarningBox,  .SuccessBox
			{padding:0.75em;margin-bottom:1.5em;border:1px solid #ddd;}
.ErrorBox		{background:#FBE3E4;color:#D12F19;border-color:#FBC2C4;}
.WarningBox		{background:#FFF6BF;color:#817134;border-color:#FFD324;}
.SuccessBox     {background:#E6EFC2;color:#529214;border-color:#C6D880;}
.ErrorBox 	a	{color:#D12F19;}
.WarningBox a	{color:#817134;}
.SuccessBox a	{color:#529214;}
.Error		{color:#D12F19;}
.Warning	{color:#817134;}
.Success    {color:#529214;}
.Error a	{color:#D12F19;}
.Warning a	{color:#817134;}
.Success a	{color:#529214;}


/* Table classes for VTEditor */
table.tabB		{border-collapse:collapse;empty-cells:show;margin:0.75em 0;}
table.tabB	td,
table.tabB	th	{padding:0.25em;border-style:solid;border-width:1px;}
tr.tabHead	td,
tr.tabHead	th,
td.tabHead,
th.tabHead		{font-weight:bold;}

/* ~Component Common
----------------------------------------------- */

/* ~Actions */
div.Actions		{padding:0.75em 0;text-align:right;}
div.Actions a	{border-width:1px;border-style:solid;padding:0.25em 0.5em;text-decoration:none;}

/* ~Navigation -------------------------------- */
#scMenuMain a, #scMenuAlter a, #scTrace a
			{white-space:nowrap;}
/* ~Paging */
div.scPaging	{margin:1.5em 0;}
div.scPaging .Active 	{font-weight:bold;border-width:1px;border-style:solid;padding:0.25em 0.5em;}
div.scPaging a 	{border-width:1px;border-style:solid;padding:0.25em 0.5em;text-decoration:none;}

/* ~Lists */
div.List div.Item {margin-bottom:1.5em;}

/* ~Forms Common
----------------------------------------------- */
form fieldset {border:none;}
form button {margin-right:0.5em;cursor:hand;cursor:pointer;}
form button.BtnS {font-weight:bold;}
form sup.Strong {color:#f00;font-weight:bold;line-height:0.917em;}
table.FormTab {border-collapse:collapse;empty-cells:show;border-spacing:0;margin-bottom:1.5em;}
table.FormTab th {vertical-align:top;padding:1.5em 0;text-align:left;}
table.FormTab td {vertical-align:top;padding:0;}
table.FormTab td label {display:block;margin:0 0.75em 1.5em 0;white-space:nowrap;}
table.FormTab textarea {margin-bottom:1.5em;line-height:1.5em;}
table.FormTab input, table.FormTab select, table.FormTab textarea {width:100%;}
tr.FrmCode td {padding-bottom:1.5em;}
tr.FrmCode input {width:4em;text-align:center;}
tr.FrmCode b.selected {font-size:1.5em;line-height:1em;font-family: Times, serif;}


