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

ul { 
	list-style-image:url('list_point.png');
	text-align:left;
	margin-left:10px;
}
.clearul { 
	list-style-type: none;
	text-align:left;
	margin-left:10px;
}


li{
	padding-left:2px;
	text-align:justify;
}

img { border: 0px; }

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


a{
	font-size: 14px;
	color: #2626ef;
	text-decoration: none;
}
a:hover 
{
	color: #124f75;
	text-decoration: underline;
}
p{
	text-align:justify;
	padding-top:2px;
	padding-bottom:2px;
}

h1{
	font-size:18px;
	font-weight:bold;
	text-align:center;
	color:#165881;
	background-image:url('navibg.png');
	padding-top:4px;
	height:29px;
}

h2{
	font-size:14px;
	font-weight:bold;
	text-align:left;
	color:#1d9220;
	padding-left:10px;
	margin:5px;
}
h3{
	font-size:14px;
	font-weight:bold;
	text-align:left;
	color:#1d9220;
	border-bottom:1px solid #1d9220;
	margin:5px 0px 5px 0px;

}
h4{
	width:700px;
	margin:0 auto;
	margin-bottom:15px;
	margin-top:15px;

	font-size:14px;
	font-weight:bold;
	text-align:left;
	color:#1d9220;
	border-bottom:1px solid #1d9220;
}
 .button{
	background-image:url('button_150.png');
	font-size:13px;
	font-weight:bold;
	margin-left:25px;
	border:none;
}

.button a{
	color:#7c7c7c;
	padding:0px 30px 0px 5px;
	margin-left:20px;
}

.button a:hover{
	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;
}
.listdata{
	width:150px;
	font-weight:bold;
}
/************************/
#container
{
	text-align:left;
	width:1000px;
	margin:0 auto;
	padding:0;

	border-left:2px solid #636363;
	border-right:2px solid #636363;
}

#header{
	background-image:url('header.png');
	color: #FFF;
	width:100%;
	text-align:center;
	font-size:20px;
	height:75px;
}
#header_bar{
	background-image:url('header_bar.png');
	width:100%;
	height:35px;

}

#logo{
	position:absolute;
	top:0px;
	margin-left:35px;
}



#BodyWrapper{
	background-image:url('pagebg.png');
	background-repeat:repeat-x;

	width:100%;
	padding:0;
	margin:0;

}

#SideBarLeft{
	background-image:url('pagebg.png');
	background-repeat:repeat-x;
	float:left;
	width:195px;
	background-color:#fff;
	padding:0;
	margin-left:5px;
}


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

.content{
	padding:25px;
}

#footer
{
	background-image:url('header_bar.png');
	clear:left;
	width:100%;
	height:35px;
	text-align:center;
	color:#FFF;
}
#footer a{
	color:#FFF;
}

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


*/
.Boxtitle{
	font-size:13px;
	font-weight:bold;
	color:#fff;
	padding-top:2px;
	padding-left:10px;
}
.Boxheader{
	background-image:url('boxheader.png');
	width:190px;
	text-align:left;
}
.Box{
	background-image:url('boxbg.png');
	background-repeat:repeat-x;
	background-color:#fff;
	width:188px;
	border-left:1px solid #7c7c7c;
	border-right:1px solid #7c7c7c;
	text-align:center;
}
.BoxFooter{
	background-image:url('boxfooter.png');
	height:13px;
	width:190px;
	margin-bottom:6px;
}

/*MAIN MENU*/

#PageMenu{
	position:relative;
	top:7px;
}

#PageMenu a{
	color:white;
	font-size:14px;
	font-weight:bold;
	margin-left:13px;
}

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

.MenuButton{
	float:left;
	background-image:url('mainmenu.png');
	width:116px;
	height:37px;
	margin-right:5px;
}
.MenuButtonHigh{
	float:left;
	background-image:url('mainmenu_high.png');
	width:116px;
	height:37px;
	margin-right:5px;
}

.MenuButton .Link,.MenuButtonHigh .Link{
	padding-top:10px;

}
.MenuButton a,.MenuButtonHigh a{
	color:#FFF;
	font-size:14px;
	font-weight:bold;
}
.MenuButton a:hover,.MenuButtonHigh a:hover{
	color:#FFF;
	text-decoration:underline;
}
/***************************
	UserMenu
****************************/
.UserMenu a{
	font-size:12px;
	font-weight:bold;
	color:#165881;
}
.UserMenu a:hover{
	color:#43a0dd;
}
/***************************
		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:#43a0dd;
}
/***************************
	Profile
****************************/
#Profile{
	padding-top:10px;
	margin:0 auto;
	width:750px;
}
.ProfilData{
	background-color:#f2f2f2;
	border-left:#cecece 1px solid;
	border-right:#cecece 1px solid;
	border-bottom:#cecece 1px solid;
}

.ProfilData .SetForm{
	border-bottom:1px dotted #1d6491;
	padding-bottom:15px;
	width:95%;
	margin:0 auto;
}
#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;
	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:#f2f2f2;
	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:5px;
	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 #7c7c7c;
	width:400px;
	color:black;
	padding:0px;
}
.Form textarea,.CommentForm textarea{
	background-color:#e3e3e3;
	border:1px solid #7c7c7c;
	width:400px;
	height:150px;
	color:black;
}

.createnew{
	float:right;
}

 .createnew a{
	background-color:#7c7c7c;
	color:white;
	font-size:14px;
	font-weight:bold;
	margin-left:25px;
	width:150px;
}

.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 button
***************************/
.login_str{
	text-align:left;
	padding-left:2px;
}

/***************************
	Button
***************************/
.linkbutton_100{
	background-image:url('button_100.png');
	display:block;
	width:66px;
	color:#3c3c3c;
	font-size:14px;
	font-weight:bold;
	padding-left:34px;
	padding-top:2px;
	height:18px;
}
.linkbutton_100:hover{
	background-image:url('button_100_hover.png');
	color:#3c3c3c;
	text-decoration:none;
	cursor:pointer;
}

.linkbutton_150{
	background-image:url('button_150.png');
	display:block;
	width:120px;
	color:#3c3c3c;
	font-size:14px;
	font-weight:bold;
	padding-left:30px;
	padding-top:2px;
	height:18px;
}

.linkbutton_150:hover{
	background-image:url('button_150_hover.png');
	color:#3c3c3c;
	text-decoration:none;
	cursor:pointer;
}
.linkbutton_200{
	background-image:url('button_200.png');
	display:block;
	width:170px;
	color:#3c3c3c;
	font-size:14px;
	font-weight:bold;
	padding-left:30px;
	padding-top:2px;
	height:18px;
}
.linkbutton_200:hover{
	background-image:url('button_200_hover.png');
	color:#3c3c3c;
	text-decoration:none;
	cursor:pointer;
}


.button_100{
	background-image:url('button_100.png');
	width:100px;
	height:20px;
	border:0px;
	padding-left:24px;
	font-size:13px;
	font-weight:bold;
	color:#3c3c3c;
	cursor:pointer;
}
.button_100:hover{
	background-image:url('button_100_hover.png');
}

.button_150{
	background-image:url('button_150.png');
	width:150px;
	height:20px;
	border:0px;
	padding-left:24px;
	font-size:13px;
	font-weight:bold;
	color:#3c3c3c;
	cursor:pointer;
}
.button_150:hover{
	background-image:url('button_150_hover.png');
}
.button_200{
	background-image:url('button_200.png');
	width:200px;
	height:20px;
	border:0px;
	padding-left:24px;
	font-size:13px;
	font-weight:bold;
	color:#3c3c3c;
	cursor:pointer;
}
.button_200:hover{
	background-image:url('button_200_hover.png');
}

/***********************
	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;
}
