

body {
    font: normal normal 12px Verdana, Arial, Helvetica;
    color: #2f2f2f;
  }


img {
    border: 0px;
  }

p {
	margin: 2px 0px;
	padding: 0px;
	}

td, th {
	font-size: 12px;
    text-align: left;
  }

fieldset {

	border: 1px solid  #82adcf;
	padding: 10px;
	margin: 20px 0px;
	}

form {
	margin: 0px;
	padding: 0px;
	}

legend {
	color:  #82adcf;
	font-size: 13px;
	font-weight: bold;
	padding: 0px 5px;
	}

button, input, textarea, select,
	.wideButton, a.wideButton:link, a.wideButton:visited, a.wideButton:hover  {

	padding: 2px 3px;
	font: normal normal 11px Verdana, Arial, Helvetica;
	color: #666;
	text-decoration: none;
	background-color: #bee3fe;
	border: 1px solid #82adcf;
  }

select { padding: 0px;}

option {
	background-color: #bee3fe;
	margin: 0px;
	padding: 0px 5px;
	border: none;
	}

input:focus, textarea:focus {
	border: solid 1px #080d45;
	color: #080d45;
}

a:link, a:visited, a:hover  {
    color: #080d45;
    text-decoration: none;
  }

a:hover {
    color: #555a92;
  }

ul {
    /*color: navy;*/
    font-size: 9pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: left;
    list-style-type: square;
    margin: 0px 0px 0px 25px;
    padding: 0px;
  }


#mainContent {
    margin: 20px 20px;
  }

#toplogin {
	padding-top: 3px;
	}

#webzone, #webzone a  {
	text-align: center;
	color: #A0A0A0;
	text-decoration: none;
	}

#dynamic_content {
	margin: 10px 20px 80px 20px;
	text-align: left;
	}

.info {
	font-weight: normal;
	font-size: 10px;
	}

.act {
	width: 30px;
	text-align: center;
	}

.tableForm, .tableView {
    width: 100%;
  }

.tableForm caption {
	padding: 10px 0px;
	font-size: 11px;
	}

.tableForm td, .tableForm th {
	vertical-align: top;
	padding: 1px 2px;
	}

.error {
	margin: 2px 0px;
	padding: 3px;
	border: 1px solid #080d45;
	color: #080d45;
}

/**
 * Table view
 */
.tableView th, #products_images th {
	background: #8eaabe;
	}

.tableView .darkRow td, #products_images .darkRow td {
	background: #bee3fe;
	}


/* ~end */
.menu_text {
    color: #2f2f2f;
    font-size: 9pt;
    font-family: Verdana, Arial, Helvetica;
    text-align: center;
  }


.small_text {
    color: navy;
    font-size: 8pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
  }


.lang_text {
    color: navy;
    font-size: 9pt;
    font-family: Verdana, Tahoma, Helvetica;
    text-align: center;
  }

.lang_text a:link, .lang_text a:hover, .lang_text a:visited { text-decoration: none; padding-right: 5px;}

.table_border {
    border-top: 1pt solid white;
    border-right: #3a4caf;
    border-bottom: 1pt solid #f2f2f2;
    border-left: 1pt solid white;
  }


.menu_text1 {
    color: navy;
    font-size: 9pt;
    font-family: Verdana, Arial, Helvetica;
    font-weight: normal;
    text-align: left;
    text-indent: 2pt;
  }


.no_repeat_back {
    background-repeat: no-repeat;
    background-position: center top;
  }


.no_repeat_right_align {
    background-repeat: no-repeat;
    background-position: right bottom;
  }


.no_repeat_back1 {
    background-repeat: repeat-y;
    background-position: left top;
  }

.wideButton, a.wideButton {

	font-size: 12px;
	margin: 1px;
    padding: 1px 3px;
    cursor: pointer;
    text-decoration: none;
  }

/***********************************************
 * LANGUAGE MENU
 ***********************************************/

.language {
	border-bottom: 1px solid #0066CC;
	margin: 20px 0px;
	padding: 0px;
	padding-left: 20px;
	}

.language li {
	display: inline;
	padding: 0px;
	margin: 0px;
	}

.language button  {

	margin: 0px;
	padding: 3px 5px 0px 5px;

	border: 1px solid #0066CC;
    background: #0066CC;

	font: normal normal 12px Verdana, Arial, Helvetica;
	text-decoration: none;
	color: white;
	cursor: pointer;
    }

.activetab button  {

	border-bottom: 1px solid #acd7fa;
	background: #acd7fa;
	color: #0066CC;
	cursor: default;
}