/*Fix up IE6 PNG Support
img, #logo, #block_feature img, #logo img { behavior: url(scripts/iepngfix.htc); }*/

body { font-size: 62.5%; }
label, input { display:block; }
input.text { margin-bottom:12px; width:95%; padding: .4em; }
fieldset { padding:0; border:0; margin-top:25px; }
h1 { font-size: 1.2em; margin: .6em 0; }
div#users-contain { width: 350px; margin: 20px 0; }
div#users-contain table { margin: 1em 0; border-collapse: collapse; width: 100%; }
div#users-contain table td, div#users-contain table th { border: 1px solid #eee; padding: .6em 10px; text-align: left; }
.ui-dialog .ui-state-error { padding: .3em; }
.validateTips { border: 1px solid transparent; padding: 0.3em; }
.fg-button { outline: 0; margin:0 4px 0 0; padding: .4em 1em; text-decoration:none !important; cursor:pointer; position: relative; text-align: center; zoom: 1; }
.fg-button .ui-icon { position: absolute; top: 50%; margin-top: -8px; left: 50%; margin-left: -8px; }
body { font-size: 62.5%; }
label, input { display:block; }
input.text { margin-bottom:12px; width:95%; padding: .4em; }
fieldset { padding:0; border:0; margin-top:25px; }
h1 { font-size: 1.2em; margin: .6em 0; }
div#users-contain { width: 350px; margin: 20px 0; }
div#users-contain table { margin: 1em 0; border-collapse: collapse; width: 100%; }
div#users-contain table td, div#users-contain table th { border: 1px solid #eee; padding: .6em 10px; text-align: left; }
.ui-dialog .ui-state-error { padding: .3em; }
.validateTips { border: 1px solid transparent; padding: 0.3em; }


#triggers {
		text-align:center;
	}
	
#triggers img {
	cursor:pointer;
	margin:0 5px;
	background-color:#fff;
	border:1px solid #ccc;
	padding:2px;

	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	
}



/* styling for elements inside overlay */
.details {
	position:absolute;
	top:15px;
	right:15px;
	font-size:11px;
	color:#fff;
	width:150px;
}

.details h3 {
	color:#aba;
	font-size:15px;
	margin:0 0 -10px 0;
}


body {
	/*background: #033967 url('/images/bg_body.png') repeat-x center top;*/
	background: #fff url('/images/bg_body2.png') repeat-x center top;
	font-size: 62.5%; /*resets default to 10px=1em*/
	font-family: Helvetica, Arial, "Nimbus Sans L", sans-serif;
	line-height: 1.5;
	color: #424453; /*dark blue-grey*/
}


#main {
	width: 990px;
	margin: 0 auto;
	background: #fff url('/images/bg_grey.png') repeat-x center top;/*#dfe1e3*/
	/*background: #dfe1e3;*/
	font-size: 1.3em;
}

#content {
	padding: 8px 50px 20px 50px;
	background: #fff url('/images/bg_grey.png') repeat-x center top;
	border :1px solid lightgrey;

-moz-border-radius-bottomright: 5px; border-radius-bottomright: 5px; -webkit-border-radius-bottomright: 5px; -khtml-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px; border-radius-bottomleft: 5px; -webkit-border-radius-bottomleft: 5px; -khtml-border-radius-bottomleft: 5px;
}


#panelplugind {
  	height: 260px;
    	width: 98%;
	border: 3px solid #145c97;
	padding-top: 10px;  
	padding-right: 10px;  
	padding-bottom: 10px;  
	padding-left: 10px;  
	margin-right:10px;
	margin-leftt:10px;
	margin-bottom:10px;
	color: white;
	float:right;
}

/*TYPOGRAPHY
-------------------------------------------------------------------------------------------------------------------------------------------------------*/
p {margin-bottom: 20px;}

h1 { font-size: 23px; margin-bottom: 15px; clear: both; font-family:Verdana; }
h2 { font-size: 21px; margin-bottom: 15px; clear: both; letter-spacing: .03em;  }
h3 { font-size: 17px; margin-bottom: 15px; clear: both; letter-spacing: .05em; }
h4 { font-size: 15px; margin-bottom: 10px; clear: both; font-family:Verdana; }
h5 { font-size: 13px; margin-bottom: 10px; clear: both; font-family:Verdana; }
h6 { font-size: 11px; margin-bottom: 10px; clear: both; font-family:Verdana; }


a:link,a:visited {color:#4898CA; text-decoration:none; }
a:hover,a:active {color:grey; text-decoration:none;}

#headline {
	text-align: center;
	margin-top: 20px;
}

#headline h3 {
	font-size: 19px;
}

.uppercase {text-transform: uppercase;}
.bold {font-weight: bold;}

/*HEADER
-------------------------------------------------------------------------------------------------------------------------------------------------------*/
#logo h1, #logo small {
	margin:0px;
	display:block;
	text-indent:-9999px;
}

#header {
	background:  #dfe1e3 url('/images/bg_header.png') repeat-x left top;
	height: 160px;
	position: relative; /*to enable absolute positioning*/
	/*width: 990px;*/
}

#logo img {	
	position: absolute;
	top:40px;
	left: 50px;
}


/*MENU
-------------------------------------------------------------------------------------------------------------------------------------------------------*/

#menuhead {
	position: absolute;
	top:20px;
	right: 30px;
	width: 600px;
}

#menu {
	position: absolute;
	top:70px;
	right: 30px;
	width: 600px;
}


#menu li  {
	text-align: center;
	display: inline;
	background: url('/images/button.png') no-repeat center top;
	width: 127px;
	height: 35px;
	float: right;
	margin-left: 20px;
}

#menu li a:link, #menu a:visited {
	height: 15px;
	display: block;
	padding:8px 5px;
	font-family: Verdana; font-weight: bold;
	color: #fff4d8;
	text-decoration: none;
}

#menu a:hover, #menu a:active {
	color: #fff;
}


/*
#menuhead li  {
	text-align: center;
	display: inline;
	background: url('/images/button.png') no-repeat center top;
	width: 127px;
	height: 35px;
	float: right;
	margin-left: 20px;
}

#menuhead li a:link, #menu a:visited {
	height: 15px;
	display: block;
	padding:8px 5px;
	font-family: Verdana; font-weight: bold;
	color: #fff4d8;
	text-decoration: none;
}

#menuhead a:hover, #menu a:active {
	color: #fff;
}
*/

/*QUICK LINKS
-------------------------------------------------------------------------------------------------------------------------------------------------------*/
#quick_links_block {
	text-align: center;
}

#quick_links_block h3   {
	font-size: 1.6em;
	color: #fe7821; /*orange*/
}

.quick_link_item {
	/*background: #f2f2f4 url('/images/bg_quick_links.gif') repeat-x center top;
	/*border-top: 1px solid #f2f2f4; 
	border-right: 1px solid #fff; border-left: 1px solid #d3d2d0; 
	border-bottom: 1px solid #e3e4e6; */
	background: #fff url('/images/bg_form.png');
	border: 1px solid lightgrey;
	width: 234px; 
	height: 55px;
	padding: 5px 30px;
	float: left;
	text-align: left;
	margin-bottom: 20px;

	-moz-border-radius-topright: 5px; border-radius-topright: 5px; -webkit-border-radius-topright: 5px; -khtml-border-radius-topright: 5px;
		-moz-border-radius-topleft: 5px; border-radius-topleft: 5px; -webkit-border-radius-topleft: 5px; -khtml-border-radius-topleft: 5px;
		-moz-border-radius-bottomright: 5px; border-radius-bottomright: 5px; -webkit-border-radius-bottomright: 5px; -khtml-border-radius-bottomright: 5px;
		-moz-border-radius-bottomleft: 5px; border-radius-bottomleft: 5px; -webkit-border-radius-bottomleft: 5px; -khtml-border-radius-bottomleft: 5px;
}

.quick_link_itemg {
	background: #f2f2f4 url('/images/bg_quick_links.gif') repeat-x center top;
	border-top: 1px solid #f2f2f4; 
	border-right: 1px solid #fff; border-left: 1px solid #d3d2d0; 
	border-bottom: 1px solid #e3e4e6; 
	width: 234px; 
	height: 55px;
	padding: 5px 30px;
	float: left;
	text-align: left;
	margin-bottom: 20px;


}

.quick_link_item p {
	padding: 8px;
}

.quick_link_itemg p {
	padding: 8px;
}

p.number  {
	color: #fe7821; /*orange*/
	float: left;
	width: 40px;
	font-size: 35px;
	font-weight: bold;
	font-family: Verdana;
	clear: both;
	padding: 0px;
}


p.numberg  {
	color: #808080; /*grey*/
	float: left;
	width: 40px;
	font-size: 35px;
	font-weight: bold;
	font-family: Verdana;
	clear: both;
	padding: 0px;
}

.quick_link_item a:link, .quick_link_item a:visited {
	color: #fe7821; /*orange*/
	font-weight: bold;
}

.quick_link_itemg a:link, .quick_link_itemg a:visited {
	color: #808080; /*grey*/
	font-weight: bold;
}

.quick_link_item a:hover, .quick_link_item a:active {
	color: #000;
}


/*FOOTER
-------------------------------------------------------------------------------------------------------------------------------------------------------*/
.spacer {
	width: 890px;
	float: left;
	clear: both;
	height: 15px;
}

#footer {
	/*width: 830px;*/
	/*background: url('/images/bg_header.png') repeat-x;*/
	text-align: center;
	clear: both;
	padding: 10px 30px 30px 30px;
	
	letter-spacing: .05em;
	
}

#footer_nav li {
	color: #4898ca;
	display: inline;
margin-left: 5px;
}

#footer_nav li a {
	color: #4898CA;
	text-decoration: none;
}

#footer_nav li a:hover {
	color: #16419a;
}

#footer p {
	margin-top: 15px;
}



/*CONTENT PAGES
-------------------------------------------------------------------------------------------------------------------------------------------------------*/

#content_header {
	background: url('/images/bg_contentheader.png') no-repeat center top;
	height: 37px;
	color: #fff;
	padding: 25px 30px;
}

#partners_header {
	background: url('/images/bg_partnersheader.png') no-repeat center top;
	height: 37px;
	color: #fff;
	padding: 25px 30px;
}

#content_content {
	background-color: #f2f2f4;
	background: #fff url('/images/bg_grey.png') repeat-x center top;
	padding: 30px;	
	border-left: solid 1px lightgrey; 
	border-right: solid 1px lightgrey; 
	/*border-top: solid 1px #d3d2d0;*/
	border-bottom: solid 1px lightgrey;
	-moz-border-radius-bottomright: 5px; border-radius-bottomright: 5px; -webkit-border-radius-bottomright: 5px; -khtml-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px; border-radius-bottomleft: 5px; -webkit-border-radius-bottomleft: 5px; -khtml-border-radius-bottomleft: 5px;
}

.alignleft {
	float: left;
	clear: both;
	border: 1px solid #C7C7C7;
	margin-right: 15px;
}

#partners p {
	float: left;
}

/*FOOTNOTE
-------------------------------------------------------------------------------------------------------------------------------------------------------*/
#footnote {
	background: url('/images/bg_footnote.png') repeat-x center top;
	height: 20px;
	padding: 20px 0px;
	border-top: solid 1px #fff; border-bottom: solid 1px #fff;
	text-align: center;
	text-transform: uppercase;
}

.orange-headline {
	font-size: 1.4em;
	color: #fe7821; /*orange*/
	text-align: center;
}


/*SHOWCASE (HOME)
-------------------------------------------------------------------------------------------------------------------------------------------------------*/

#block_feature {
	margin-left:auto;
	margin-right:auto;
	margin-top: 5px;
	margin-bottom: 10px;
	height: 290px;
	background: url('/images/bg_feature.png') no-repeat center top;
	padding: 25px 15px;
	color: #fff;
}

#feature_left {
	width: 649px;
	height:274px;
	float: left;
	padding-top: 0px;
	
/*background-color: yellow;*/
}

#feature_right {
	width: 145px;
	height:274px;
	float: left;
	margin-left: 14px;
	padding-top: 10px;
	padding-left: 5px;
/*background-color: pink;*/
}

#showcase_bullet  {
	line-height: 1.3;
	margin-top: 15px;
	font-size: 18px;
	
	list-style-position: inside;
	list-style-type:none; 
}

#feature_left p.small  {
	margin-top: 17px;
	font-size: 12px;
	line-height: 1.7;
	color: #8dc5f4;
	font-weight: bold;
}

#feature_left p.small a:link, #feature_left p.small a:visited {
	color: #ddebf6;
	font-weight: normal;
}

#feature_left p.small a:hover, #feature_left p.small a:active {
	color:#fff;
}

#feature_right h2 {
	font-size: 18px;
	margin-top: 29px;
	margin-left:7px;
	margin-bottom: 5px;
}

#feature_right p {
	font-size: 13px;
	line-height: 1.5;
	/*font-weight: bold;*/
	padding: 8px;
}







/*EXTRA - TO INDICATE POSITION: NOT FROM      http://stilbuero.de/jquery/tabs/#fragment-1
-------------------------------------------------------------------------------------------------------------------------------------------------------*/

#container-1 { float: left; height: 60px; width: 210px; background: url('/images/tab_active.png') repeat-x center top;}
#container-1 li {	display: inline; }





.subdued{

	color:lightgrey;
	font-style:italic;
}




/* tab pane styling */
.panes div {
	display:none;		
	padding:15px 10px;
	border:1px solid #999;
	border-top:0;
	height:100px;
	font-size:14px;
	background-color:#fff;
}

	
	div.panes div {
		background:#fff url(http://static.flowplayer.org/img/global/gradient/h300.png) repeat-x 0 5px;
		-background:#fff;
		height:172px;
	}
	
	div.panes label {
		margin-bottom:15px;
		display:block;
	}
	
	label.error {
		color:red;
	}







