* {
	margin: 0;
	padding: 0;
}

html {
     overflow: -moz-scrollbars-vertical !important;
     }
body {
  background-color: #EAEAEA;
  margin: 0px;
 /* min-width: 950px; */
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #666;
}

.clearer {clear: both;}

img {
border: 0;
}

.normalimage {
  border-width:0;
}

.hintimage {
  border-width: 0;
  vertical-align: middle;
}

.WarnHeader {
   padding: 4px 4px 4px 0px;
   margin: 0px auto 0px auto;
	  width: 950px;
	  background-color: #FF0000;
	  color: #FFFFFF;
   border:1px #000000 solid;
}

.header {
   padding: 0px 0px 0px 0px;
   margin: 0px auto 0px auto;
	  width: 950px;
   background: transparent url(../images/top_bg.jpg) top left repeat-x;
}

  .headerLeft{
    float: left;
    padding-bottom: 2px;
  }

  .headerRight{
    float: right;
   	margin-top: 4px;
   	margin-right: 8px;
    padding-bottom: 2px;
  }

  .headerRight a, .headerLeft a {
     color: #fff;
     text-decoration: underline;
     font-weight: bold;
  }

/* old version */
	.header .LogoTable {
  	width: 950px;
  	height: 89px;
  	background-color: #7795BD;
  	text-align: center;
  	background: transparent url(../images/top_bg.jpg) top left repeat-x;

  	margin-left: auto;
  	margin-right: auto;
	}

		.header .LeftTD {
  		text-align: left;
  		width: 200px;
		}

		.header .RightTD {
  		text-align:right;
  		vertical-align:top;

  		font-size: 10px;
  		font-weight: normal;
  		color: #FFFFFF;

  		letter-spacing: 1px;
  		padding-top: 5px;
  		padding-right: 8px;
		}

		.header .RightTD a {
  		font-size: 10px;
  		font-weight: normal;
  		color: #FFFFFF;
		}
/* old version end */

  .header .MenuTable {
    z-index:100;
    text-align: left;
    /*font-size: 12px;*/
   	font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    background: transparent url(../images/menu_bg.jpg) top left repeat-x;
    padding-top:2px;
    padding-left:4px;
    height: 21px;

  }

  .header .LoggedInUser {
    font-weight: normal;
    text-align: right;
    font-size: 10px;
    padding-right: 10px;
  }

		.header h1 {
  		font-size: 14px;
  		font-weight: bold;
  		color: #EAEAEA;

  		letter-spacing: 0px;
   	line-height: normal;
   	margin: 0;
  		padding-top: 5px;
  		padding-right: 8px;
  		text-align:right;
		}

		.header h2 {
  		font-size: 10px;
  		font-weight: bold;
  		color: #EAEAEA;

  		letter-spacing: 0px;
   	line-height: normal;
   	margin: 0;
  		padding-top: 5px;
  		padding-right: 8px;
  		text-align:right;
		}

		.header h3 {
  		font-size: 9px;
  		font-weight: bold;
  		color: #EAEAEA;

  		letter-spacing: 0px;
   	line-height: normal;
   	margin: 0;
  		padding-top: 5px;
  		padding-right: 8px;
  		text-align:right;
		}

  .headerRight h3 {
    margin-top: 10px;
  }


.top {
  padding: 8px 8px 0;
}

.PageContainer {
  background: transparent;
  padding: 0px 0px 0px 0px;
  margin: 0px auto 0px auto;
  width: 950px;
}

.topic {
 border:1px #BABABA solid;
	background-color: #FFFFCC;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: auto;
	margin-right: auto;
	padding: 8px;
	font-weight:bold;
	color: #758079;
}

.errortopic {
 border:1px #BABABA solid;
	background-color: #FFFFCC;
	margin: 8px;
	padding: 8px;
	font-weight:bold;
	color: #FF0033;
}

.container {
 border:1px #BABABA solid;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 4px;
	margin-left: auto;
	margin-right: auto;
	padding: 4px;
}

.container ul {
	margin-top: 8px;
	margin-bottom: 4px;
	margin-left: 28px;
	margin-right: 8px;
	padding: 0px;
}

.container ul li {
	padding: 0px;
	margin: 0px;
	margin-top: 4px;
	margin-bottom: 4px;
 list-style-type: square;
}

.shortcuts {
    background-color: #e4e4e4;
	color: #333300;
	font: normal 8.5pt Verdana, Arial, Helvetica;
	text-align: left;
    letter-spacing: 0px;
    border: 1px #e4e4e4 solid;
    margin-top: 32px;
    margin-bottom: 16px;
    display:inline-block;
    width:100%;
    padding-right: 0px;
    padding-left: 0px;
}

.shortcuts .title {
 font-weight:bold;
 margin-bottom:4pt;
}

.shortcuts ul {
 float: left;
 padding-top: 2px;
 padding-bottom: 5px;
 padding-left: 0px;
 padding-right: 0px;
}

.shortcuts ul li {
  line-height:16px;
  list-style: none;
}

.shortcuts ul a {
 text-decoration: none;
 color: #333300;
}

.shortcuts ul a:hover {
 text-decoration: underline;
 color: #0B2444;
}

.shortcuts ul.col1 {
 width: 310px;
 margin-left: 9px;
}

.shortcuts ul.col2 {
 width: 300px;
}

.shortcuts ul.col3 {
 width: 250px;
}

.footer {
	text-align: left;
	background-color: #7795BD;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	padding: 8px;
}

.footer a {
  color: #FFFFFF;
  text-decoration: none;
  letter-spacing: 1px;
}

.footer a:hover {
  background: #FFD69A;
  color: #000000;
  text-decoration: none;
}

.footer .footer_supportlinks {
  float: right;
}

.Backlink a{
	font-weight:normal;
	font-size: 12px;
	color:#000000;
	background-color: transparent;
	padding:10px;
}

/* ***** dialog wnds START */
.headerDialog {
   padding: 0px 0px 0px 0px;
   margin: 0px auto 0px auto;
	  width: 680px;
	  left:0px;
}

  .headerDialog .MenuTable {
    z-index:100;
    text-align: left;
    font-size: 12px;
    font-weight: normal;
    font-family: 'Segoe UI', Arial;
    color: #FFFFFF;
    letter-spacing: 1px;
    background: transparent url(../images/menu_bg.jpg) top left repeat-x;
    padding-top:3px;
    padding-left:4px;
    height: 21px;

  }

.topDialog {
  padding: 0px 0px 0;
}

.PageContainerDialog {
  background: transparent;
  padding: 0px 0px 0px 0px;
  margin: 0px auto 0px auto;
  width: 680px;
}

.containerDialog {
   padding: 0px 0px 0px 0px;
   margin: 0px auto 0px auto;
	  left:0px;
}

  .containerDialog .MenuTable {
    z-index:100;
    text-align: left;
    font-size: 12px;
    font-weight: normal;
    font-family: 'Segoe UI', Arial;
    color: #FFFFFF;
    letter-spacing: 1px;
    background: transparent url(../images/menu_bg.jpg) top left repeat-x;
    padding-top:3px;
    padding-left:4px;
    height: 21px;

  }

/* ***** dialog wnds END */

fieldset {
  border-color: #BABABA;
  border-width: 1px;
  border-style: dotted;
  padding:10px;
  margin:8px;
}

fieldset label {
  cursor: pointer;
}

fieldset, legend {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight:  bold;
  font-size: 12px;
  color: #7795BD;
  letter-spacing: 2px;
  background-color: #FFFFFF;
  padding-left: 5px;
  padding-right: 5px;
}

.spacerborder {
  padding:8px;
  margin:0px;
}

input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

/* firefox bug */
option {
	padding-right: 0.5em;
}

.missingvaluebackground  {
 background-color:#FF0000;
 color:#000000;
 font-weight: normal;
}

/*  FormTable */
.FormTable {
  width: 100%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight:  normal;
  font-size: 13px;
  color: #666;
}

.FormTable a {
 font-size: 12px;
}

.FormTable .SmallText {
 font-size: 12px;
}

.FormTable tr, td {
  color: #666;
  padding-bottom: 5px; 
  letter-spacing: 0px;
}

.FormTable .LabelColumn {
  width: 180px;
  text-align: left;
  vertical-align: top;
}

.FormTable .StatColumn {
  width: 280px;
  text-align: left;
  vertical-align: top;
}

.FormTable .ImportColumn {
  width: 280px;
  text-align: left;
  vertical-align: top;
}

.FormTable .MessageDescriptionColumn {
  width: 280px;
  text-align: left;
  vertical-align: top;
  padding-bottom: 12px;
  padding-right: 8px;
}

.FormTable .MessageValueColumn {
  text-align: left;
  vertical-align: top;
  padding-bottom: 12px;
}

.FormTable .InnerTable {
  width: 99%;
  margin-top: 8px;
}

.FormTable .InnerTable .LabelColumn {
  vertical-align: middle;
  width: 140px;
}

.FormTable h2 {
  font-size: 12px;
  font-weight:  bold;
  color: #666;
}

.FormTable .InstallDescriptionColumn {
  width: 320px;
  text-align: left;
  vertical-align: top;
  padding-bottom: 12px;
  padding-right: 8px;
}

.FormTable .InstallValueColumn {
  text-align: left;
  vertical-align: top;
  padding-bottom: 12px;
}

/*  FormTable end */

.FormButton {
  padding:2px;
  margin:8px;
}

/*  EditorTable */

.EditorTable {
 width: 100%;
}

.EditorTable td {
  color: #000000;
  padding: 0px; 
  letter-spacing: 0px;
}


/*  EditorTable end */

/*  FixedTable */
	.FixedTable {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight:  normal;
  font-size: 14px;
  letter-spacing: 0px;
		border:1px dotted #BABABA;
		border-collapse: collapse;
		width: 100% ! important;
	}

	.FixedTable thead td{
		font-weight:bold;
		color:#000000;
		background-color: #EAEAEA;
	}

	.FixedTable tbody td{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight:  normal;
  font-size: 14px;
		color:#000000;
  letter-spacing: 0px;
	}

	.FixedTable tfoot td{
		font-weight:bold;
		color:#000000;
		background-color: #EAEAEA;
	}

	.FixedTable thead td a{
		font-weight:normal;
		font-size: 12px;
		color:#000000;
		background-color: #EAEAEA;
	}

	.FixedTable td{
  font-weight:normal;
  padding:2px;
		cursor: default;
		word-break: break-all;
		/*word-wrap:break-word;*/
	}

 .FixedTable .LabelColumn {
   width: 30%;
   text-align: left;
   vertical-align: top;
 }

 .FixedTable .Backlink {
 	font-weight:normal;
 	font-size: 12px;
 	color:#000000;
 	background-color: transparent;
 }

	.FixedTable .tableRollOverEffect{
		background-color:#FFD69A;
		color:#000000;
	}

	.FixedTable .tableRowClickEffect{
		background-color:#7795BD;
		color:#FFFFFF;
	}
	
	.FixedTable .AlignRight {
	  text-align: right;
	  padding-right: 12px;
	}

	.FixedTable .AlignCenter {
	  text-align: center;
	}

	.FixedTable .NoWrap {
	  white-space: nowrap;
	}
	.FixedTable .NoWrapAlignRight {
	  text-align: right;
	  white-space: nowrap;
	  padding-right: 12px;
	}
	.FixedTable .NoWrapAlignCenter {
	  text-align: center;
	  white-space: nowrap;
	}

/*  FixedTable end */

.tableRollOverEffect{
	background-color:#dff1ff;
	color:#000000;
	cursor: default;
}

.tableRowClickEffect{
	background-color:#7795BD;
	color:#FFFFFF;
	cursor: default;
}


/* Filter box */
 #ShowHideFilterBox {
   border:1px #BABABA solid;
  	background-color: #FFFFCC;
  	margin-top: 4px;
  	margin-bottom: 0px;
  	margin-left: auto;
  	margin-right: auto;
  	padding: 8px;
  	font-weight:normal;
  	color: #000000;
 }
/* Filter box end */


div.google_plusone_iframe_widget{display: inline;}

