/* Common */
BODY, TD, DIV {
	color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style: normal;
	vertical-align: top;

}

DIV.Content {
	color : Black;
	background: White;
	font-size : 10pt;
	margin-left: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 0.25em;
}

TD.Header {
	background: #6E94B7;
}

h3 {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #2B37CE;
	border-bottom: 1px solid #808080;
}

a { font: Verdana, Arial; color: #003366; font-weight: normal; font-style: normal; text-decoration: none; }
a:hover { font: Verdana, Arial; color: #036CB9; font-weight: normal; font-style: normal; text-decoration: underline; }

/* Menu */
td.menu {
	vertical-align: middle;
}

a.MenuInc {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight: bold;	
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	padding: 0 1em 0 1em;
}

a.MenuInc:hover {
	color: #C0C0C0;
}

a.MenuSel {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight: bold;
	color: #C0C0C0;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	padding: 0 1em 0 1em;

}

.MenuInc2, .MenuSel2  {
	line-height: 15px;
} 

.MenuSel2 a {
	color:#C0C0C0;
} 


/* Feedback */
.FeedbackBase {
	background: #6E94B7;
}

.FeedbackHeader {
	background: #AFC6DB;
	font-weight: Bold;
}

/* Update */
table.UpdateTable { 
  border-collapse: collapse;
}

td.UpdateTab {
  padding: 0.5em;  
  width: 134px;
  height: 30px;
  background: url(images/design/top_button.jpg) no-repeat;
  text-align: center;
}

td.UpdateTab a {
  text-decoration: none;
  color: #000000;
  font-size: 8pt;
}

td.UpdateTabSelected {
  padding: 0.5em;  
  width: 134px;
  height: 30px;
  background: url(images/design/top_button.jpg) no-repeat;
  text-align: center;
}

td.UpdateTabSelected a {
  text-decoration: none;
  color: #000000;
  font-weight: bold;  
}

td.UpdateTabEmpty {
  /*border-top: 1px solid black;
  border-bottom: 2px solid silver;
  border-left: 1px solid black;
  border-right: 1px solid black;
  background: rgb(236,233,216);
  border-collapse: collapse;
  height: 1em;*/
  padding: 0.5em;  
  width: 135px;
  height: 30px;
  background: url(images/design/close_button.jpg) no-repeat;
  text-align: center;
}

td.UpdateTabEmpty a {
  text-decoration: none;
  color: #000000;
	display: block;
  text-align: center;
  height: 20px;
}

td.UpdateTabEmpty a:hover {
	color: #FF0000;
}

td.UpdateContent {
  border-top: 1px solid black;
  border-bottom: 0px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
  background: #F6F5F1;
  padding: 1em;
  border-collapse: collapse;
  vertical-align: top;
}

div.UpdateListItem {
  background: transparent;
  border-bottom: 1px solid gray;
}

td.UpdateNodeHead {
  background: rgb(236,233,216);
  font-weight: bold;
  border-left: 1px solid black;
  vertical-align: bottom
}

td.UpdateNodesBase {
  vertical-align: top;
  background: white;
  padding-right: 0.5em;
  padding-bottom: 0.5em;
  border-top: 1px solid black;
  border-bottom: 0px solid black;
  border-left: 1px solid black;
  border-right: 0px solid black;
}

td.UpdateDomainsBase {
  background: rgb(236,233,216);
  vertical-align: top;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  border-left: 0px solid black;
  border-right: 1px solid black;
  padding-left: 0.5em;
}

td.UpdateLanguageBase {
  background: rgb(236,233,216);
  vertical-align: top;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  border-right: 0px solid black;
  padding-left: 0.5em;
}


div.UpdateNodeName {
  font-size: 1.5em;
  background: transparent;
  border-bottom: 2px solid gray;
  vertical-align: top;
}

div.UpdateMessage {
  font-weight: bold;
  text-decoration: underline;
  background: rgb(208,208,208);
  border: 1px dashed rgb(153,204,255);
  padding: 0.5em; 
}


td.UpdateForm {
  background: transparent;
}

a.UpdateSubmit, input.UpdateSubmit, button.UpdateSubmit {
  background-color: rgb(244,244,240);
  border-top: 2px solid rgb(223,223,223);
  border-bottom: 2px solid rgb(191,191,191);
  border-left: 2px solid rgb(223,223,223);
  border-right: 2px solid rgb(191,191,191); 
  text-decoration: none;
  padding: 3px;
  color: black
}

a.UpdateNodeLink {
  text-decoration: none;
  color: blue;
}

a.UpdateNodeLink:link {
}

a.UpdateNodeLink:visited {
}

a.UpdateNodeLink:hover {
  color: red;
}

a.UpdateNodeLink:active {
}

td.UpdateVersionNotSelected {
  background-color: rgb(236,233,216);
  border: 2px solid gray;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

div.UpdateVersionNotActive {
  color: black;
  background: transparent;
  padding-left: 2px;
  padding-right: 2px;
  text-decoration: none;
}

td.UpdateVersionSelected {
  background: rgb(191,191,191);
  border: 2px solid gray;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  
}
div.UpdateVersionActive {
  font-weight: bold;
  background: transparent;
  border-left: 1px solid black;
  border-right: 1px solid black;
  padding-left: 2px;
  padding-right: 2px;
  text-decoration: none;
}
