/***********************************************/
/* Stylesheet Dedato                          */
/* By Hoppinger.com                            */
/***********************************************/

/* START template style */
html {
	height: 100%;
}

body {
	height: 100%;
}


p
{
	padding: 5px 0 5px 0;
}

img {
	border: 0;
	behavior: url(/javascript/pngbehavior.htc);
}

#spacer {
	height: 20px;
}

#menu {
    position: absolute;
    width: 206px;
    height: 100%;    
    z-index: 1000;
    overflow:auto;
}

#rightContent {
    right: 0px;
    top: 0;   
    padding-left: 206px;
    height: 100%;
	line-height: 16px;
}

#resizeImage {
    width: 100%;
	height: 100%;
    /*float: left;*/
}

#flashfile {
	display: block;
	position: absolute;
	top: 25%;
	margin-top: -75px;
}

#footer {
    position: fixed; 
    width:550px;
    left:130px;
    bottom:0;
    padding-bottom:24px;    
}

* html #footer { /* FOR IE6 */
    position: absolute;
}

#contenttext {
	position: relative;
	top: 50px;
	width: 350px;	
	font-size: 13px;
	height: 100%;
}

#title {
	position: relative;	
	font-size: 13px;
	padding: 0px;
	margin: 0px;
	left: 0px;
	font-weight: bold;
}

#language {
	color: #8C8C8C;
	position: relative;
	top: 20px;
	height: 200px;
}

#dedatologo {
	position: absolute;
	bottom: 20px;
	left: 137px;
}

#logo {
	height: 31px;
	width: 56px;
}

#buttons {
	position: absolute;
	bottom: 24px;
	right: 50px;
	z-index: 10;
	text-align: right;
	width: 200px;
}

#previous {
	height: 29px;
	width: 29px;
}

#next {
	width: 29px; 
	height: 29px;
}

#infobutton {
	width: 29px; 
	height: 29px;
	cursor: pointer;
}

#info_popup {
	background-color: #FFFFFF;
	filter:alpha(opacity=90);
	opacity: 0.9;	
    padding:5px;
	border: 1px solid #CCCCCC;
	position: absolute;
	right: 50px;
	bottom: 60px;
}

#text_popup {	
	font-size: 12px;
	position: relative;
	top: 5px;
	left: 5px;
    width: 239px;
	height: 70px;
    vertical-align:top;
}

#dedatoslogan {
	position: absolute;
	left: 240px;
	bottom: 17px;
}

#slogan {
	 width: 198px;
	 height: 14px;
}

/* menu style */

#menu ul {
	list-style-type: none;
	padding-left: 22px;
    line-height:18px;
}
#menu a {
	text-decoration: none;
    outline:none;
}
.menuimg{
	border: 0px;
	margin-left: 2px;
}

a:link {color: #000}     /* unvisited link */
a:visited {color: #000}  /* visited link */
a:hover {color: #2aa85e}   /* mouse over link */
a:active {color: #2aa85e}   /* selected link */

a.secondMenuItem:link, a.secondMenuItem:visited, a.secondMenuItem:active
{
	color: #666666;
}

a.secondMenuItem:hover
{
	color: #2AA85E;
}

h2 {
    font-weight: bold;
    font-size:13px;
}

.sub {
	height: 0px;
	overflow: hidden;
	display: none;
	font-weight: normal;
}
ul.subopen {
	height: auto;
	overflow: hidden;
	font-weight: normal;
}

a.navMenuItemActive:link, a.navMenuItemActive:visited, a.navMenuItemActive:active, a.navMenuItemActive:hover
{
	font-weight: bold;
	color: #2AA85E;
    padding-right: 15px;
    background-image: url(/images/menu_arrow.gif);
    background-position: center right;
    background-repeat: no-repeat;
}

a.subopen {
	padding-right: 15px;
	font-weight: bold;
	color: #2AA85E;
    padding-right: 15px;
    background-image: url(/images/menu_arrow.gif);
    background-position: center right;
    background-repeat: no-repeat;
}
a.subopen_childless {
	padding-right: 15px;
	font-weight: bold;
	color: #2AA85E;
}
a.subopenSM {
	padding-right: 15px;
	font-weight: bold;
	color: #2AA85E;
}
.subclosed {
}

#secondMenuWrapper
{
	padding:20px 0 0 15px;
}
/* END template style */

#pageHeaderWrapper
{
	padding-left: 206px;
}

#textContentWrapper
{
	width: 450px; 
	padding-top: 57px;    
}

#moduleLinkContent
{
	padding-bottom: 20px;
}

.download_area_table
{
	width: 100%;
}

.download_area_header_cell
{
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

.download_area_item_cell
{
	text-align: left;
	vertical-align: top;
}





/* BEGIN Buttons */
a.button:link, a.button:active, a.button:visited {	
	color: #0d903e;
	line-height: 25px;
    background-color: #fff;
	border: 1px solid #0d903e;	
	font-size: 9px;
	padding: 2px 8px;
	text-decoration: none;
	letter-spacing: 1px;
    cursor: pointer;
}

a.button:hover, a.button_active {
    color: #fff;
	line-height: 25px;
    background-color: #0d903e;
	border: 1px solid #0d903e;	
	font-size: 9px;
	padding: 2px 8px;
	text-decoration: none;
	letter-spacing: 1px;
}

input.button {
	color: #0d903e;
    background-color: #fff;
	border: 1px solid #0d903e;	
	font-size: 9px;
	padding: 0 8px;
	text-decoration: none;
	letter-spacing: 1px;
    cursor:pointer;
	height: 17px;		/* Same height as input.inputField */
}
a.tabMenuText {
	display: block;
	padding-left: 12px;
}
/* END Buttons */

#moduleLinkContent a:link, #moduleLinkContent a:visited, #moduleLinkContent a:active, #moduleLinkContent a:hover
{
	cursor: pointer;
	text-decoration: underline;
	color: #2aa85e;
}

#moduleLinkContent a:hover {
	color: #000;
}

#flashcontent, #flashcontentHomepage 
{
	float: left;
	background-color: #fff;
	width: 100%;
	height: 100%;
}