/* main css: styles for header & footer + general page settings*/

/* Header & footer*/
div.header
{
	text-align:left;	
	font-style: normal;
	font-family: Verdana;
	font-size: 28pt;
	color: White;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	border-style:none;
	background-image:url(header-gradient.png),url(header-bg1.png);
	background-repeat:no-repeat,repeat;
	background-color:black;
	width:100%;
}
div.header_top
{
	height:140px;
	width:100%;
}

div.header_top img
{
	max-width:100%;
	height:auto;
}

div.header_title
{
	width:100%;
	background-color:rgba(0,0,0,.3);
}
div.header_title_text
{
	font-size: 22pt;
	text-align:left;
	padding:5px;
	background-color:rgba(0,0,0,.5);
	overflow:auto;
}
div.footer, div.footer p
{
	text-align:center;	
	font-size:12px;
	color:#aaaaaa;
}
div.footer p
{
	margin-bottom:4px;
	margin-top:4px;
}
div.footer a:link, div.footer a:visited
{
	text-decoration: underline;
	font-weight:normal;
	color:#aaaaaa;
}

div.footer a:hover, div.footer a:active
{
	text-decoration: underline;
	font-weight:normal;
	color:#444444;
}


/* main table to contain header / page & footer */
table.main
{
	width:90%;
	min-width:300px;
	max-width:1100px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	margin-left:auto;
	margin-right:auto;
	border-style:none;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center 50px;
	background-color:#e9eaed; /*#dfe0e3;*/
}

table.main tr
{
	width:100%;
}

table.main td
{
	vertical-align:top;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

@media only screen and (max-width: 992px)
{
  table.main td.left_pane
  {
    display:none;
  }
}

@media only screen and (max-width: 768px)
{
  table.main
  {
    width:100%;
	 }
  table.main td.right_pane
  {
    display:none;
  }
  body
  {
  	padding:0px;
    margin:0px;
  }
}

@media only screen and (min-width: 769px)
{
  .tiny_display
  {
      display:none !important
  }
}

/* basic styles */
body
{
	background-color:#222222;
	background-image:url(bg-pattern.png);
	background-repeat:repeat;
	color: black;
	font-style: normal;
	font-family: Verdana;
	text-decoration: none;
}

h1
{
}

h2
{
}

h3
{
}

h4
{
}

h5
{
}

p
{
	color: black;
}

ul
{
	margin-top:8px;
	margin-bottom:8px;
	list-style-type:disc;
}

ul ul
{
	margin-top:2px;
	margin-bottom:2px;
	list-style-type:disc;
}

a:link, a:visited
{
	text-decoration: underline;
	color: #0062A2;
	font-weight:normal;
}

a:hover, a:active
{
	text-decoration: underline;
	color:#999999;
	font-weight:normal;
}

legend
{

}

fieldset
{
	border-color:black;
	background-color:#eeeeee;
}

.centered
{
	text-align:center;
}

img
{
	border-style:none;
}

form
{
	margin:2px 2px 2px 2px;
}

select
{
	margin:4px 2px 4px 2px;
}

div.text
{
	font-size:10px;
	margin:1px 0px 8px 1px;
}

div.text select
{
	margin:1px 0px 1px 0px;
}

/**/