body {
	background: #FFF;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;     /* web safe fonts */
	font-weight: normal;
	font-size: 12px;
	color: #444;		
}

h1 {
  margin: 0px;
  font-size: 2.5em;
  font-weight: normal;
}

h2 {
  margin: 0px;
  font-size: 1.75em;
  font-weight: normal;
}

h3 {
  margin: 0px;
  font-size: 1.25em;
  font-weight: bold;
}

h4 {
  font-size: 1.1em;
  font-weight: bold;
  color: #444444;	
}

h5 {
  font-size: 1em;
  font-weight: bold;
}

h6 {
  font-size: 0.8em;
  font-weight: bold;
}

a {
	color: #b6121b;
}

a:link,
a:visited {
  color: #b6121b;
}  

a:hover,
a:active {
  text-decoration: underline;
}

a img { 
  border:none; 
} 


li {
	list-style-type: none;
}

td {
	vertical-align: top; 
}

input {
	text-align: left;
}

input.inputlong {
	text-align: left;
	width: 300px;
}

input:disabled {
	background: #e8e8e8; 
}

input.button_collapse{
	background: url('/images/collapse.png') no-repeat;
    border: none;
}

input.button_expand{
	background: url('/images/expand.png') no-repeat;
    border: none;
}

#bysy_overlay {
  position: fixed;
  display: none;
  background-color: #e1e1e1;
  z-index: 999;
  height: 100%;
  width: 100%;
  filter: alpha(opacity=20); /* internet explorer */
  opacity: 0.2;           /* fx, safari, opera, chrome */
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=20)"; /*IE8*/  
}

#bysy_container {
  position: fixed;
  display: none;
  background:none transparent;
  z-index: 1000;
  height: 100%;
  width: 100%;
}

#bysy_content {
  position: fixed;
  background:none transparent;
  width: 100%;
  top: 25%;
  left: 50%;
  overflow: auto;
  margin-left: -70px;    
}

#bysy_dialog {
	width: 155px;
	height: 50px;
	background: #FFFFFF;
}

/* basic website layout */
#container {
	margin: 0 auto;
}

#header {
	height: 95px;
 	border-bottom: 1px solid #e1e1e1;
}

#logo {
	float: left;
}

#mainMenu,#mainOrganization {
	position: relative;
	right: 10px;
	float: right;
}

#mainOrganization{
	margin-right:20px;
	margin-top:6px;
}

#mainTitle {
	text-align: right;
	padding-top: 50px;
}

#content {
	margin-top: 10px;
	min-height: 600px;
}

#footer {
	margin-top: 10px;
	border-top: 2px solid #e1e1e1;
	text-align: right;
	align: right;
	color: #b6121b;	
}

#forgotPassword {
	margin-left: 100px;	
}

li.feedbackPanelERROR {
	color: #b6121b;
	padding-left: 20px;
	list-style: url("/images/exclamationmark_16.png");
}

div.message {
	color: #74a1d0;
}


div.consoleMenu {
	float: left;
	width: 200px;
}

div.consoleContent {
	margin-left: 200px;
	padding-top: 10px;
}

div.horizontalSubMenu {
	position: relative;
	height: 35px;
}

div.contentPanel {
	//background: #e1e1e1;
}

div.scroll {
	height:150px;
	overflow-x:scroll;
	overflow-y:scroll;
	border: 1px solid #e1e1e1;
}

div.scrollMedium {
	height:250px;
	overflow-x:scroll;
	overflow-y:scroll;
	border: 1px solid #e1e1e1;
}

div.scrollLong {
	height:400px;
	overflow-x:scroll;
	overflow-y:scroll;
	border: 1px solid #e1e1e1;
}

div.scrollMediumPlus{
	height:300px;
	overflow-x:scroll;
	overflow-y:scroll;
	border: 1px solid #e1e1e1;
}

ul.videolist {
	list-style: url("/images/video_16.png");	
}

ul.scriptlist {
	list-style: url("/images/script_16.png");	
}

ul.numericlist li {
	list-style-type: decimal;
	font-weight: 	bold;
}

ul.alphalist li {
	list-style-type: lower-alpha;
	font-weight: 	normal;
}

table.subscriptionsDataView {
	width: 450px;
}

ul.downloadablesDataView {
	width: 			100%;
	margin-bottom: 	10px;
	text-align: 	left; 
}

ul.downloadablesDataView li { 
	text-align: 	left; 
	list-style:		circle;
}

li.downloadablesDataViewCaption { 
	list-style:		none;
	font-weight: 	bold; 
	font-size: 		1.2em;
}

fieldset {
	border: 1px solid #e1e1e1;
}

fieldset legend {
	font-size: 1.1em;
	font-weight: bold;
}

div.searchDataView {
	margin-bottom: 10px;	
}

table.dataView {
	margin-bottom: 10px;
	//border: 1px solid #e1e1e1;
}
	
table.dataView caption { font-weight:bold; font-size: 1.5em; text-align: left; }
table.dataView tr { padding-top: 2px; padding-bottom: 2px; }
table.dataView tr:nth-child(even) { background-color: #e8e8e8; }
table.dataView tr:nth-child(odd) { background-color: #ffffff; }
table.dataView tr td { padding-left: 8px; padding-right: 10px; }
table.dataView tr th { 
	color: #444444;
	font-weight: bold; 
	padding-top: 3px; 
	padding-bottom: 3px; 
	padding-left: 8px; 
	padding-right: 10px; 
	background-color: ffffff;
	//border-bottom: 1px solid #0079d6; 
	//border-top: 1px solid #0079d6; 
	text-align: left; 
	white-space: nowrap; 
	vertical-align: middle;}

table.dataView tr th { background-position: right; background-repeat:no-repeat; }
table.dataView tr th.wicket_orderDown {background-color: #87cbff; background-image: url(displaytag/img/arrow_down.png); }
table.dataView tr th.wicket_orderUp {background-color: #87cbff; background-image: url(displaytag/img/arrow_up.png); }
table.dataView tr th.wicket_orderNone {background-image: url(displaytag/img/arrow_off.png);}
table.dataView tr th a { font-weight: normal; }

table.dataView #message { padding-left: 3px; }
table.dataView caption { padding-bottom: 2px; }
