
html,body
{
	margin:0;
	padding:0
}
body
{
	font: 13px  arial, sans-serif;
	color: #393938;
	text-align:center;
	padding:0px;
}

ul { 
	list-style-image: url('arrow.gif');
	text-align:left;
}
li{
	padding-left:2px;

}

img { border: 0px; }

.clear{ clear:both; }
.left { float:left;}
.right { float:right;}


a{
	font-size: 14px;
	color: #4422bb;
	text-decoration: none;
}
a:hover 
{
	color: #a81700;
	text-decoration: underline;
}

h1{
	font-size:18px;
	font-weight:bold;
	text-align:center;
	color:#b33301;
	padding:4px;
	border-top:1px solid #b33300;
	border-bottom:1px solid #b33300;
	background-color:#eeeeee;
}

h2{
	font-size:14px;
	font-weight:bold;
	text-align:left;
	color:#b33301;
	padding-left:10px;
}
h3{
	font-size:14px;
	font-weight:bold;
	text-align:left;
	color:#b33301;
	border-bottom:1px solid #b33300;
}
h4{
	width:700px;
	margin:0 auto;
	margin-bottom:15px;
	margin-top:15px;

	font-size:14px;
	font-weight:bold;
	text-align:left;
	color:#b33301;
	border-bottom:1px solid #b33300;
}
 .button{
	background-color:#b33300;
	color:white;
	padding:0px 10px 0px 10px;
	font-size:13px;
	font-weight:bold;
	margin-right:25px;
	border:none;
}

.button:hover{
	background-color:#e68300;
	text-decoration:none;
	cursor:pointer;

}

.ButtonLink , .ButtonLink a{
	background-color:#b33300;
	color:white;
	padding:0px 10px 0px 10px;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	height:18px;
	padding-top:2px;
}
.ButtonLink:hover{
	background-color:#e68300;
	color:white;
	text-decoration:none;
}
.LinkButton{
	border:none;
	background-color:white;
	color:#b33300;
	font-weight:bold;
	height:20px;
}
.LinkButton:hover{
	background-color:#b33300;
	color:white;
	cursor:pointer;
}
.listdata{
	width:150px;
	font-weight:bold;
}
/************************/
#container
{
	text-align:left;
	width:1000px;
	margin:0 auto;
	padding:0;
}

#header{
	background-image:url('header.png');
	color: #FFF;
	width:100%;
	text-align:center;
	font-size:20px;
	height:75px;
}
#logo{
	padding:20px 0px 0px 30px;
	float:left;
	text-align:left;
}



#BodyWrapper{
	width:100%;
	padding:0;
	margin:0;

}

#SideBarLeft{
	float:left;
	width:200px;
	background-color:#fff;
	padding:0;
	margin:0;
}


#PageMidle{
	float:left;
	width:790px;
	margin-left:5px;
	padding:0;
}

.content{
	padding:25px;
}

#footer
{
	background:#cecece;
	clear:left;
	width:990px;
	height:25px;
	margin:0 auto;
	margin-top:5px;
	text-align:center;
	padding-top:3px;
}

.error{
	color:red;
}
/******************
	boxes
******************/
/*
	color:#bd2d00;


*/
.Boxtitle{
	font-size:14px;
	font-weight:bold;
	color:#fff;
	padding-top:3px;
	padding-left:10px;
}
.Boxheader{
	/*background-image:url('boxheader.png');*/
	background-color:#4422bb;
	border-bottom:1px solid #221364;
	text-align:left;
}
.Box{
	text-align:center;
	padding:0px 2px 5px 2px;
	background-color:#eeeeee;
	border:1px solid #cecece;
}


.Boxheader2{
	background-image:url('boxheader.png');
	text-align:left;
	height:25px;
	width:190px;
	margin:0 auto;
}


.Box2{
	text-align:center;
	background-color:#dcdbd9;

	border-top:0px;
	border-bottom:1px;
	border-left:1px;
	border-right:1px;
	border-color:#a81a00;
	border-style:solid;
	width:188px;
	overflow:hidden;

	margin:0 auto;

}


/*MAIN MENU*/

#PageMenu{
	background-image:url('pagemenubg.png');
}

#PageMenu li{
	padding:2px;
}
#PageMenu a{
	color:white;
	font-size:13px;
}

/*********************
	Main menu
*********************/
#language{
	height:24px;
	text-align:right;
	border:0px solid black;
	margin-right:10px;
	margin-top:4px;
}
.MainMenu{
	margin:6px 5px 0px 0px;
	border:0px solid black;
	height:40px;
	float:right;
}

.MenuButton{
	float:left;
	background-image:url('menu.png');
	width:124px;
	height:41px;
}

.MenuButton .Link{
	margin-top:14px;

}
.MenuButton a{
	color:#b33301;
	font-size:14px;
	font-weight:bold;
}
.MenuButton a:hover{
	text-decoration:underline;
}
/***************************
	UserMenu
****************************/
.UserMenu a{
	font-size:12px;
	font-weight:bold;
}
/***************************
		Pager
***************************/
.Pager{
	width:700px;
	padding:7px;
	padding-bottom:10px;
	clear:both;
	margin:0 auto;
	height:10px;
}
.Pager a{
	font-size:12px;
	font-weight:bold;
}
.Pager .Prev{
	float:left;
	width:160px;
	text-align:center;

}
.Pager .Next{ 
	float:right;
	width:160px;
	text-align:center;
}
.Pager .Quick
{
	width:318px;
	float:left;
	text-align:center;
}
.Pager .Quick .active{
	letter-spacing: 2px;
	font-weight:bold;
	color:#b33301;
}
/***************************
	Profile
****************************/
#Profile{
	padding-top:10px;
	margin:0 auto;
	width:750px;
}
.ProfilData{
	background-color:#eeeeee;
	border-left:#cecece 1px solid;
	border-right:#cecece 1px solid;
	border-bottom:#cecece 1px solid;
}

.ProfilData .SetForm{
	border-bottom:1px dotted #b33301;
	padding-bottom:15px;
}
#Profile .ProfileMain{
	color:#1b1b1b;
	background-color:#ababab;
	border-left:#1b1b1b 1px solid;
	border-right:#1b1b1b 1px solid;
}

.ProfilData .Prop{
	height:700px; /*min=height trick*/
	float:right;
	width:1px;
}
/* profile */
.ProfileMenu
{
	float:left;
	font-size:14px;
	font-weight:bold;
	background-color:#fff;
	width:120px;
	text-align:center;
	border-bottom: 1px  solid #cecece;
	height:17px;
}
.ProfileMenuFillin{
	float:left;
	width:268px;
	border-bottom: 1px  solid #cecece;
	height:17px;

}

.ProfileMenu a{
	font-weight:bold;
	font-size:14px;
}
.ProfileMenuActive{
	font-weight:bold;
	float:left;
	color:#1b1b1b;
	font-size:14px;
	background-color:#eeeeee;
	width:120px;
	text-align:center;
	border-top: 1px  solid #cecece;
	border-left: 1px  solid #cecece;
	border-right: 1px  solid #cecece;
	border-bottom: 1px  solid #eeeeee;

}
.ProfileMenuActive a{
	font-size:14px;
}

#Profile .Str{
	float:left;
	font-weight:bold;
	width:150px;
	font-size:15px;
	padding-top:10px;

}
#Profile .Data{
	font-size:15px;
	padding-top:10px;
	width:150px;
	float:left;
}

#Profile .imagelist{
	padding:5px;
	width:95%;
	float:left;
}

#Profile img{
	border:2px solid #cecece;
	margin:2px;
}
#Profile .imagedit{
	margin:0 auto;
	margin-top:10px;
	width:580px;
}

#Profile .imagedit.img{
	margin:0 auto;
}

#Profile .wantadlist{
	padding:5px;
	width:440px;
	margin:0 auto;
}

#Profile .postcardlink{
	background-color:#b33300;
	color:white;
	padding:3px 10px 3px 10px;
	font-size:14px;
	font-weight:bold;
	margin-left:620px;
}
#Profile .postcardlink:hover{
	background-color:#e68300;
	text-decoration:none;
}

/********************
		Forms
********************/
.boxform{
	margin: auto;
	padding:0;
}

.Form{
	margin:0 auto;
	width:650px;
}
.CommentForm{
	margin:0 auto;
	margin-top:15px;
	width:400px;
}
.FormRow{
	font-size:15px;
	padding:15px;
	clear:both;
}
.FormRow .str{
	float:left;
	width:120px;
}
.FormRow .strmedium{
	float:left;
	width:180px;
}

.FormRow .strlarge{
	float:left;
	width:250px;
}
.FormRow .justfield{
	float:left;
	margin-left:180px;
}
.FormRow .field{
	float:left;
}
.input{
	background-color:#e3e3e3;
	border:1px solid #b33300;
	width:400px;
	color:black;
	padding:0px;
}
.Form textarea,.CommentForm textarea{
	background-color:#e3e3e3;
	border:1px solid #b33300;
	width:400px;
	height:150px;
	color:black;
}

.createnew{
	float:right;
}

 .createnew a{
	background-color:#b33300;
	color:white;
	padding:3px 10px 3px 10px;
	font-size:14px;
	font-weight:bold;
	margin-right:25px;
}

.createnew a:hover{
	background-color:#e68300;
	text-decoration:none;
}
/***********************
	records
*************************/

#ShowRecord{
	font-size:15px;
	margin:0 auto;
	width:600px;
}
#ShowRecord .Fields{
	font-size:14px;
	font-weight:bold;
	float:left;
	color:#a50413;
}
#ShowRecord ul, .unstyledul {
	list-style-type:none;
	list-style-image:none;

}

#ShowRecord .RecordImage{
	float:left;
	padding:3px;
	margin:10px 8px 10px 8px;
	background-color:#cecece;
}
/***************************/
.login_str{
	text-align:left;
	padding-left:10px;
	padding-top:2px;
}

/***********************
	banner
*************************/
#topbanner{
	text-align:center;
	padding:10px 0px 15px 0px;
	margin:0 auto;
	width:100%;
}
/**********************
postcard
***********************/
#postcard{
	margin:0 auto;
	border:1px solid #b33300;
}

#postcard .message{
	padding:2px;
	min-height:250px;
}
