html {
  	margin-top: 30px;
  	margin-bottom: 30px;
	padding: 0;
	width:auto;
	height:auto;
}

body {
  color: #000000;
  font-family: Georgia, Times, "Times New Roman", serif ;
  font-size: 14px;
  background: #E6E6E6;
  text-align:left;
}

form {
  	margin-top: 0px;
  	margin-bottom: 0px;
	padding: 0;
	width:auto;
	height:auto;
}
.clear {
	clear:both;
	height:0px;
}

/* Normal link */
a {
	color: #B3B3B3;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

a:active {
	color: #009DFF;
	text-decoration:line-through;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a:hover {
	color: #333333;
	text-decoration:line-through;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.outer {
	width: 100%;
	height: auto;
}
.inner {
	width: 800px;
	background-color:#FFFFFF;
	padding: 30px;
	height: auto;
}

.lang {
	width: 960px;
	padding: 10px 10px 10px 10px;
	height: 14px;	
	text-align: right;
}

.header {
	width: 100%;
	height: 80px;
	padding: 0px;
	background-color:#FFFFFF;
	border-bottom: #B3B3B3 dashed 2px;
	text-align:left;
}

.header_banner {
	width: 100%;
	height: 80px;	
}

.maintitle a{
	color: #009DFF;
	font-size: 36px;
	font-weight:bold;
	vertical-align: top;
	text-decoration:none;
}

.maintitle a:hover{
	color: #009DFF;
	font-size: 36px;
	font-weight:bold;
	vertical-align: top;
	text-decoration: line-through;
}

.subtitle {
	font-size:22px;
	vertical-align: top;
}

.menu {
	width: 100%;
	height: 80px;
	padding: 0px 0px 7px 0px;
	vertical-align: bottom;
	text-align:right;
}

.menu-main {
    width: 400px;
	margin-left: 20px;
  	list-style:none;
  	padding: 0;
	text-align:right;
}

.menu-main ul {
  list-style:none;
  padding: 0;
  margin: 0;
}

.menu-main li {
  float: right;
  padding-top: 0;
  margin: 0;
  padding-left: 20px;
  list-style:none;
}

.menu-main a {
  float:right;
  text-decoration: none;
  color: #B3B3B3;
  list-style:none;
  font-size:12px;
}

.menu-main a:active{
  list-style:none;
  text-decoration: line-through;
  color: #009DFF;
}

.menu-main a:hover{
  list-style:none;
  text-decoration: line-through;
  color: #009DFF;
}

.menu-main a#active_menu{
  list-style:none;
  text-decoration: line-through;
  color: #009DFF;
}

/* ajax */
.ajaximg{
	float:right;
	width:16px;
	height:18px;
	padding-top:2px;
	padding-right: 8px;
	background-color:#FFFFFF;
}

.mainarea {
	padding: 60px 0px 0px 0px;
	height:100%;
}

.content {
	float:left;
	width: 500px;
	padding: 0px 30px 0px 0px;
	text-align:left;
}

.right {
	float:left;
	text-align:left;
	width: 270px;
}

.right_top {
	text-align:left;
	width: autos;
	background-color: #CCCCCC;
	padding: 10px;
	margin-bottom: 20px;
}

.right_bottom {
	text-align:left;
	width: 270px;
}

.vip_link {
	background-color: #009DFF;
	color: #FFFFFF;
	text-decoration:none;
	display:block;
	text-align:center;
	font-weight:bold;
	font-size:11px;
	padding: 5px;
	margin-top: 10px;
	text-transform:uppercase;
}

.vip_link:hover {
	color: #333333;
	text-decoration: line-through;
}

.moduletable h3 {
	color: #009DFF;
	border-bottom: 1px dashed #B3B3B3;
	text-align:left;
	width: 100%;
	font-weight:bold;
	font-size:12px;
	margin-bottom: 5px;
}	
.moduletable {
	font-size: 12px; 
	font-family: Verdana,Arial,Helvetica,sans-serif;
	list-style:none;
}
.moduletable ul{
	list-style: none;
  	padding: 0;
  	margin: 0;
}
.footer_outer {
	width: 100%;
	height: 25px;
}

.footer_inner {
	width: 960px;
	height: 25px;
	padding: 0px 10px 0px 10px;
	background-color: #4D4D4D;
}

.footer {
	float: left;
  	vertical-align:middle;
  	list-style:none;
  	padding: 0;
}

.footer ul {
  list-style:none;
  padding: 0px;
  margin: 0;
}

.footer li {
  float: left;
  padding: 0;
  margin: 0;
  list-style:none;
}

.footer a {
  float:left;
  display:block;
  height: 20px;
  width: auto;
  padding: 5px 10px 0px 10px;
  color: #FFF;
  text-decoration: none;
  background: #4D4D4D;
  list-style:none;
}

.footer a:hover {
  background: #000;
}

.footer a#active_menu {
  background: #000;
}

.top{
	float: right;
	height: 20px;
	padding-top:5px;
	padding-left: 20px;
	display:block;
	background-image: url('../images/top_white.png');
	background-position: left;
	background-repeat:no-repeat;
	color:#FFFFFF;
}
.top:hover{
	background-image: url('../images/top_grey.png');
	background-position: left;
	background-repeat:no-repeat;
	color:#B2B2B2;
}

.copyright{
	width: 100%;
	height: 20px;
	background-color:#FFFFFF;
	font-weight:bold;
	text-align:left;
	font-size:11px;
	color:#4D4D4D;
}

.copyright a{
	color:#4D4D4D;
}
.copyright a:hover{
	color:#000000;
}


/* Joomla Specifics */

.componentheading{
	font-size:24px;
	text-align:left;
	font-weight:bold;
	color:#000000;
}

fieldset{
	margin:0px;
	padding:0px;
	border:0px;
}

.button{
	border:0px;
	height:21px;
	background-color:#4D4D4D;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	padding:0px 5px 0px 5px;
	cursor:pointer;
}
.inputbox{
	border:1px solid #999999;
	font-size:11px;
	padding-left:3px;
	padding-right:3px;
}


#system-message    { margin-top: 8px; margin-bottom: 8px; padding: 0; width: 960px;}
#system-message dt { font-weight: bold; 	padding: 0;
	margin: 0;
	list-style:none;
}
#system-message dl {
	padding: 0px 0px 0px 0px;
	margin: 0;
	list-style:none;
}
#system-message dd {
	margin: 0;
	list-style:none;
	background-image:url(../images/notice-info.png);
	background-position: 3px;
	background-repeat:no-repeat;
	background-color: #CFCFCF;
	border-top: 3px solid #4D4D4D;
	border-bottom: 3px solid #4D4D4D;
}

#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
	background: none;
	padding:8px 8px 8px 37px;
	margin: 0;
	color: #4D4D4D;
	font-weight:bold;
	font-size:12px;
	text-align:left;
	list-style:none;
}

/* System Standard Messages */
#system-message dd.message ul {
}

/* System Error Messages */
#system-message dd.error ul {
}

/* System Notice Messages */
#system-message dd.notice ul {
}


/* default login */
.mod_login{
	background-color: #FFFFFF;
	padding: 8px;
	border-bottom:1px solid #B2B2B2;
	border-left:1px solid #B2B2B2;
	border-right:1px solid #B2B2B2;
	background-image:url(../../../components/com_seyret/themes/default/images/triangle_small_gf.png);
	background-position:right bottom;
	background-repeat:no-repeat;
}
.mod_login a{
	background-color: none;
	background-image: none;
	padding: 0px;
	border: 0px;
}

#mod_login_usernametext, #mod_login_passwordtext {
	font-weight: bold;
}
#mod_login_username{
	margin-bottom:8px;
	width: 210px;
}
#mod_login_password{
	width: 210px;
	margin-bottom:8px;
}
#mod_login_remembermetext{
	margin-top:8px;
	margin-bottom:8px;
}

/* Pagination */
.pagenav-outer{
	padding-left: 8px;
}
.pagenav{
	color:#B2B2B2;
	text-transform:uppercase;
	font-weight:bolder;
}
.pagenav-inner a{
	color:#B2B2B2;
	text-transform:uppercase;
	font-weight:bolder;
}
.pagenav-inner a:hover{
	color:#4D4D4D;
}
.pagenav-curent{
	color:#4D4D4D;
}

/* User mail */
.usermail-name{
	color:#B2B2B2;
}
.usermail-name:hover{
	color:#FFF;
}
.usermail-outer{
	border-bottom: 1px solid #B2B2B2;
	border-right: 1px solid #B2B2B2;
	border-left: 1px solid #B2B2B2;		
	padding: 8px;
	background-image:url(../../../components/com_seyret/themes/default/images/triangle_small_gf.png) !important;
	background-position:right bottom;
	background-repeat:no-repeat;
}
.usermail-left{
	float:left;
	width:50%;
}
.usermail-right{
	float:left;
	width:50%;
}
.inputbox-sendmail{
	width: 400px !important;
}
.textarea-sendmail{
	width: 400px !important;
	height: 150px !important;
}
.usermail-button{
	margin-top: 8px;
}


.contentheading {
	font-size: 24px;
	line-height:16px;
	font-weight:bold;
	text-align:left;
}

.contentpagetitle {
	font-size: 24px;
	line-height:16px;
	font-weight:bold;
	text-align:left;
	text-decoration: none;
	color:#000000;
}

.contentpagetitle:active {
	text-decoration: line-through;
	color: #009DFF;
}
.contentpagetitle:hover {
	text-decoration: line-through;
	color:#000000;
}

.createdate {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#B3B3B3;
	padding-bottom: 3px;
	border-bottom: 1px dashed #B3B3B3;
}

a.readon {
	float: left;
	margin-top: 5px;
	padding: 0px 0px 0px 25px;
	display: block;
	background: url(../images/arrow.png) no-repeat left;
	color: #B2B2B2;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

a.readon:hover, a.readon:active, a.readon:focus {
	color: #4D4D4D;
}

table.contentpaneopen td, table.contentpane td {
	text-align:justify;
}

table.contentpaneopen, table.contentpane, table.blog {
}


/* Contact */
#component-contact{
}
#component-contact table.contentpaneopen tr td table tr td table tr td div#contactmessage{
}
#component-contact table.contentpaneopen tr td table tr td table tr td div.contentheading{
	color: #000;
}
#component-contact table.contentpaneopen tr td form{
	width:500px;
}
#contact_name, #contact_email, #contact_subject, #contact_text{
	width:500px;
}

.fred {
	color: #4D4D4D;
	font-size:27px;
	font-weight:bold;
	line-height:25px;
}
.fredyear {
	color: #B2B2B2;
	font-size:32px;
	font-weight:bold;
}
.fredvisit {
	font-size:13px;
}

.newsletter_mod {
	margin-bottom: 5px;
}

.newsletter_label {
	width:60px;
	margin-bottom: 5px;
}
#subscriber_name {
	width:190px;
	margin-bottom: 5px;
}
#subscriber_email {
	width:190px;
	margin-bottom: 5px;
}

