*{
	margin:0;
	padding:0;

}
body{
	background:url(/images/topBackground.gif) repeat-x;
        font-size: 12px;
	color:#444;
}

hr{
	border-width:0;
	border:1px solid #ccc;
	height:1px;
}
a {
	color:#2C629E;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a img {
	border:medium none;
}

img{
	border:0;
}


h1{
	font-size:16px;
	padding-bottom:10px;
	line-height:120%;
}
h2{
	font-size:14px;
	margin:10px 0;
}
h3{
	font-size:14px;
}

h4{
	font-size:12px;
}
ul{
	list-style:none;
}
/*
table{
	border-collapse:collapse;
	border-top:1px  solid #ccc;
	border-left:1px  solid #ccc;
	width:100%;

}
td,th{
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	font-size:12px;

}
td img{
width:60px;
}
*/
code{
	border:2px solid #ccc;
	display:block;
	padding:7px;
	text-indent:0;
	overflow:hidden;
	margin:10px 0 10px 24px;
	background:url(/images/code.gif) no-repeat right bottom;
	line-height:150% !important;

}
.php{
	background:url(/images/php.gif) no-repeat right bottom;
}
.mysql{
	background:url(/images/sql.gif) no-repeat right bottom;
}

blockquote{
	border:2px solid red;
	padding:10px ;
	margin:15px 0 15px 24px;
	background:#eee url(/images/leftQuotation.gif) no-repeat top left;
}
blockquote p{
	text-indent:0;
	background:#eee url(/images/rightQuotation.gif) no-repeat right bottom;
	padding-bottom:15px;
}
textarea{
	width:100%;
	height:100px;
	border-width:0;
}
input{
	border-width:0;
	border:1px solid #ccc;


}
fieldset{
	padding:10px;
	border:1px solid #ccc;
}
legend{
	margin-left:30px;
	padding:5px;
}
ol{
	margin-left:24px;
}
li ol{
	margin-left:96px;
}
li ol li{
 list-style:decimal !important;
}


/* border radius */
.listCon,#nav li a{

	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;

}


/* header */
#header{
	height:100px;
	overflow:hidden;
	background:#2f8bbd;
	color:#fff;
}
#header a{
	color:#fff;
}
#logo{
	float:left;
	width:220px;
	margin-top:10px;
	height:100px;
}
#logo img{
	margin-top:40px;
}
#login{
	height:55px;
	float:right;
}

#login li{
	float:left;
	margin-left:5px;
}
#nav{
	float:right;
	width:740px;
}



#nav li{
	float:left;
	font-size:14px;
	margin-right:10px;
	font-weight: bold;
}
#nav #navSearch {
	float:right;
	padding-left: 3px;
	margin-right:0;
/*	width:100px; */
	overflow:hidden;
	background: url(/images/search_02.png) no-repeat;
	height:30px;
}
#navSearch input {
	border:none;
	float:left;
}
#navSearch span input{
	padding:7px;
}
#nav li a{
	
	display: block;
	background: #4ccdf0;
	padding:5px 10px;
}
#nav li a:hover,#nav #active a{
	background: #eee;
	color:#2F8BBD;
}
#nav li a span{
	font-size:11px;
	color:#999;
}
#headBrowser{
	border:5px solid #FF8E00;
	padding:5px;
	text-align:center;
	margin-bottom:10px;
	display:none;
}

#container{
	min-width:960px;
	padding:0 10px;
	margin:auto;
	font-size:12px;
	line-height:150%;
        width:980px;
}

#content{
	margin-left:180px;
	overflow:hidden;
	min-height:800px;
}

#sidebar{
	width:150px;
	float:left;
	overflow:hidden;
}
#sidebar h2{
	margin:0 0 5px 0;
        background: url(/images/h2Left.gif) no-repeat top left;
        color:#fff;
        height:23px;
        padding-left: 4px;
	/*
	color:#fff;
	background:#aacded;
	*/
}
#sidebar h2 span{
    background: url(/images/h2.gif) right;
    display: block;
    float:left;
    height:23px;
    line-height:23px;
    padding-right: 4px;
}
#sidebarOwnerName{
	font-size:18px;
}
#sidebar dl,#sidebar ul{
	margin-bottom:10px;
}
/*
#sidebarNav li{
	height:50px;
	line-height:50px;
	padding-left:55px;
	border-bottom:1px dashed #ddd;font-size:15px;
	font-weight:bold;
}
#sidebarNav li a{
	color:#444;
}

#sidebarNav li a:hover{
	border-bottom:1px solid #fff;
}

#sidebarArticle {
	background:url(/images/note.gif) no-repeat ;
}

#sidebarAlbum {
	background:url(/images/album.gif) no-repeat ;
}

#sidebarGroup {
	background:url(/images/group.gif) no-repeat ;
}

#sidebarMail {
	background:url(/images/mail.gif) no-repeat ;
}

#sidebarMessageBoard {
	background:url(/images/phone2.gif) no-repeat ;
	border:none !important;
}

#sidebarComment {
	background:url(/images/comment.gif) no-repeat ;
}

#sidebarArticle a:hover{
	background:#eee url(/images/note.gif) no-repeat ;
}
#sidebarAlbum a:hover{
	background:#eee url(/images/album.gif) no-repeat ;
}
#sidebarGroup a:hover{
	background:#eee url(/images/group.gif) no-repeat ;
}
#sidebarMail a:hover{
	background:#eee url(/images/mail.gif) no-repeat ;
}
#sidebarMessageBoard a:hover{
	background:#eee url(/images/phone2.gif) no-repeat ;
}
#sidebarComment a:hover{
	background:#eee url(/images/comment.gif) no-repeat ;
}

#sidebarIcon{
	text-align:center;
	background:#f5f5f5;
	margin-bottom:10px;
	border:1px solid #ccc;
	padding:5px;
	overflow:hidden;
}
#sidebarIcon img{
	width:100%;
}
#sidebarFriends{
	text-align:center;
}
#sidebarFriends a{
	height:49px;
}

#sidebarFriends a img{
	padding:1px;
	width:45px;
	height:45px;
	border:1px solid #fff;
	padding:1px;
	display:block;
	float:left;
	backgrond:#eee;
}
#sidebarFriends a:hover img{
	background:#bbb;
}
*/
/* article */
.articleInfo{
	height:20px;
	line-height:20px;
	margin-bottom:10px;
}
.articleInfo p{
	text-indent:0;
}
.articleAddTime{
	float:left;
	color:#999;
}
.articleComment{
	float:right;
	background:url(/images/comment_16.gif) no-repeat left center;
	padding-left:20px;
}
.articleComment a{
	color:#999;
}

#articleCon{
	line-height:180%;
	margin-bottom:5px;
	font-size:14px;
}
#articleCon p {
	text-indent:24px;
}

#articleCon p img{
    margin:10px 0;

}
#albumList{
	margin:20px 0;
}
#albumList img {
	border:1px solid #ccc;
	padding:5px;
	width:150px;
	height:150px;
	margin:5px;
}

/* urlHere */
#urlHere{
	margin-bottom:20px;
	height:25px;
	line-height:25px;
	color:#fff;
	background:#4ccdf0;
	padding-left:180px;
}
#urlHere a{
	color:#fff;
}


/* face img */
#faceCon{
	width:620px;
	text-align:center;
	margin:auto;
}
#faceCon img {
	height:50px;
	width:50px;
	padding:1px;
	border:1px solid #ccc;
	margin:3px;
}
#facePage{
	text-align:center;
}
#facePage a{
	margin:0 5px;
}

#commentTitle,#commentListTitle{
	background:url(/images/comment_24.gif) no-repeat left center;
	padding-left:28px;
	line-height:34px;
	border-bottom:1px solid #ccc;
	clear:both;
	margin:0;
}
#commentFace{
	text-align:right;
}
#comments-form p{
	margin:5px 0;
}
#commentListTitle{
	background:url(/images/comment_24.gif) no-repeat left center;
	margin-bottom:30px;
}
#commentListTitle span{

	font-weight:normal;
}
#commentList li{
	float:left;
	clear:both;
	width:100%;
	margin-bottom:1%;
}
.comL{
	float:left;
	width:10%;
	max-width:80px;
	overflow:hidden;
	background:url('/images/NavigationLeft.gif') no-repeat right  7px;
}
.commentListEven .comL{
	background:url('/images/NavigationLeft2.gif') no-repeat right 7px;
}
.comL img{
	padding:1px;
	border:1px solid #ccc;
	width:46px;
	height:46px;
}
.commentListEven .comR{
	border:2px solid #fafafa;
}
.comR{
	border:2px solid #eee;
	float:left;
	width:89%;

	line-height:160%;
}

.comRDate {
	margin-bottom:10px;
	line-height:30px;
	background:#eee;
	padding:0 10px;
}
.commentListEven .comRDate{
	background:#fafafa;
}
.comRDate span{
	float:right;
}
.comRDate a{
	color:#336699;
	font-weight:bold;
}
.comRDate  span a{
	font-weight:normal;
}
.comRDate  span a:hover{
	color:#999;
}
.comRcon{
	padding: 0 10px 10px 10px ;
}
.comTitle{
	padding: 0 10px 10px 10px ;

}
.comTitle a{
	color:#999;
}

/* form format */
.forms li {
	margin-bottom:1%;
}
.forms li label{
	float:left;
	display:block;
	min-width:70px;
	text-align:right;
	padding-right:10px;
}
.forms li textarea{
	width:500px;
}
.forms #title{
	width:500px;
	padding:5px;
}
.forms #contents{
	min-height:300px;
	min-width:500px;
	width:90%;
	padding:5px;
}
.submitButtonP{
	padding-left:80px;
}
.submitButtonP *{
	margin-right:10px;
}
.hidden{
	height:0;
	width:0;
	overflow:hidden;
}
/* mail */
#mailTitleList{
	height:20px;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
}
#mailTitleList li{
	float:left;
	margin-right:10px;
}

/* group */
#groupList{
	margin-top:10px;
}
#groupList li{
	background:#fafafa;
	float:left;
	width:100%;
	overflow:hidden;
	margin-bottom:10px;
}
#groupList li p a{
color:#3B5998;
}
#groupList h2{
	margin:0 0 5px 0;
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
}
#groupList h2 span{
	float:right;

}
#groupList h2 span{
	font-weight:normal;
}
#groupList h3{
	margin:10px 0 5px 0;
}
.groupListDate{
	margin:0 0 10px 0;
}
.groupListLeft{
	float:left;
	padding:1%;

}
.groupListRight{
	float:left;
	width:92%;
	padding:1% 0;
}
.groupAlbum img{
	margin-right:5px;
	border:1px solid #ccc;
	padding:1px;
	background:#fff;
}


/* recordsList  */
#list{
	line-height:200%;
}
#list li{
	margin:0 0 20px 0;
	background:url(/images/navigation_left_10.gif) 55px 15px  no-repeat;
}
#list li h2{
	font-weight:normal;
	margin:0;
	height:30px;
	font-size:14px;
}

.listAlbum{
	background:url(/images/picture_24.gif)  no-repeat;
}
.listUser{
	float:left;
}
.listUser img{
	padding:1px;
	border:2px solid #ccc;
	width:45px;
	height: 45px;
}
.listCon{
	margin-left:65px;
	border:2px solid #eee;
	padding:5px;
}
.listCon div{
	text-indent:24px;
}
.listBottom {
	height:30px;
	line-height:30px;

}
.listBottom *{
	display:block;
	padding:0 10px 0 30px;

	float:right;
	_width:200px;
}
.listDate{
	background:url(/images/date_24.gif) no-repeat left center;
}
.listEdit{
	background:url(/images/edit.gif) no-repeat left center;
}
.listComment{
	background:url(/images/comment_24.gif) no-repeat left center;
}


#footer{
    /*
	border:1px solid #ccc;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-topleft: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
    */
	clear:both;
        background:#2F8BBD;
        height:200px;
        margin-top:50px;
}
#footerTop{
	background: #EFF7FD;
	height:30px;
}
#footerContent{
	width:980px;
	margin:auto;
	overflow:hidden;
}
#copy{
	float:right;
}
/* only_content */
#only_content{
	margin:30px 0;
}
#only_content h1{
	margin-bottom:30px;
}
/*user*/
#thumbnail{
	float: left;
	margin-right: 10px;


}

#userIconSmall{
	float:left;
	position:relative;
	overflow:hidden;
	width:100px;
	height:100px;
}

#userIconSmall img{
	position: relative;
}
#userIconCon{
	text-align:center;
	margin-top:10px;
}
#userIconCon form{
	clear:both;
	padding:20px 0;
	width:500px;
}


/* -------------------------------------------------------------------
// markItUp! Universal MarkUp Engine, JQuery plugin
// By Jay Salvat - http://markitup.jaysalvat.com/
// ------------------------------------------------------------------*/
.markItUp * {
	margin:0px; padding:0px;
	outline:none;
}

#markItUpContents{
	margin-left:80px;
	overflow:hidden;
}
.markItUpEditor {
	font:12px 'Courier New', Courier, monospace;
	background-repeat:no-repeat;
	clear:both; display:block;
	line-height:18px;
	overflow:auto;
	width:100%;

}
.markItUpPreviewFrame{
	overflow:auto;
	background-color:#FFFFFF;
	border:1px solid #3C769D;
	width:500px;
	height:200px;
    padding:5px;
	margin:5px 0;
}
.markItUpFooter {
	width:100%;
	cursor:n-resize;
}
.markItUpResizeHandle {
	overflow:hidden;
	width:22px; height:5px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/handle.png);
	cursor:n-resize;
}
/***************************************************************************************/
/* first row of buttons */
.markItUpHeader ul li	{
	list-style:none;
	float:left;
	position:relative;
}
.markItUpHeader ul li ul{
	display:none;
}
.markItUpHeader ul li:hover > ul{
	display:block;
}
.markItUpHeader ul .markItUpDropMenu {
	background:transparent url(images/menu.png) no-repeat 115% 50%;
	margin-right:5px;
}
.markItUpHeader ul .markItUpDropMenu li {
	margin-right:0px;
}
.markItUpHeader ul .markItUpSeparator {
	margin:0 10px;
	width:1px;
	height:16px;
	overflow:hidden;
	background-color:#CCC;
}
.markItUpHeader ul ul .markItUpSeparator {
	width:auto; height:1px;
	margin:0px;
}
/* next rows of buttons */
.markItUpHeader ul ul {
	display:none;
	position:absolute;
	top:18px; left:0px;
	background:#F5F5F5;
	border:1px solid #3C769D;
	height:inherit;
}
.markItUpHeader ul ul li {
	float:none;
	border-bottom:1px solid #3C769D;
}
.markItUpHeader ul ul .markItUpDropMenu {
	background:#F5F5F5 url(images/submenu.png) no-repeat 100% 50%;
}
/* next rows of buttons */
.markItUpHeader ul ul ul {
	position:absolute;
	top:-1px; left:150px;
}
.markItUpHeader ul ul ul li {
	float:none;
}
.markItUpHeader ul a {
	display:block;
	width:16px; height:16px;
	text-indent:-10000px;
	background-repeat:no-repeat;
	padding:3px;
	margin:0px;
}
.markItUpHeader ul ul a {
	display:block;
	padding-left:0px;
	text-indent:0;
	width:120px;
	padding:5px 5px 5px 25px;
	background-position:2px 50%;
}
.markItUpHeader ul ul a:hover  {
	color:#FFF;
	background-color:#3C769D;
}

/* pages */
.pager{
    margin:30px 0;
    text-align:center;
}
.pager a,.current{
	padding: 5px 10px;
}


.current,#pageSelect,.pager a:hover{
	
	
}
.summary{
    text-align: right;
    margin-bottom:5px;
}

/* slide */
.jcarousel-item-1{
	background: url(/images/travel_slide_01.jpg);
}

.jcarousel-item-2{
	background: url(/images/travel_slide_02.jpg);
}
#slider {
	height: 327px;
	/*background: url(/images/slider.gif);*/
	position: relative;
	margin-top:40px;
}
#slider .slider-nav a { 
	display: block;
	width: 18px;
	height: 49px;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
	position: absolute;
	top: 120px;
}
#slider .slider-nav .prev { 
	left: 0; background: url(/images/button-prev.gif);
}
#slider .slider-nav .next { 
	right: 0; background: url(/images/button-next.gif);
}

#slider-holder { 
	height: 327px;
}
#slider-holder .jcarousel-clip { 
	height: 327px;
	width: 980px;
	position: relative;
	overflow: hidden;
}
#slider-holder .slide-image {
	float: right;
	display: inline;
}
#slider-holder .slide-info {
	float: left;
	display: inline;
	width: 324px;
	padding-top: 23px;
}
#slider-holder .slide-info p { 
	padding-bottom: 8px;
}
#slider-holder ul {
	width: 980px;
	height: 327px;
	position: relative;
	overflow: hidden;
}
#slider-holder ul li {
	list-style-type: none;
	float: left;
	display: inline;
	height: 267px;
	width: 830px;
	padding: 56px 100px 4px 50px;
	position: relative;
	overflow: hidden;
	
}

/* travel */
#travelCols{
	margin-top:20px;
	float:left;
	margin-bottom: 30px;
	width:100%;
}
#travelCols h2{
	padding-left:35px;
}
#travelCols h2 span{
	font-size: 12px;
	display: block;
	color:#666;
}
#travelCols h3{
	margin:5px 0;
}
#travelCols h3 span{
	display:none;
}
#travelColsContact{
	float:right;

	width:300px;
}
#travelColsNews{
	width: 320px;
	overflow: hidden;
	float:left;
}
#travelColsNews h2{
	background: url(/images/Document_48.png) no-repeat;
}

#travelColsContact li{
	margin-bottom:10px;
	height:100px;
}
#travelColsContact h2{
	background: url(/images/user_26.png) no-repeat;
}
#travelColsContact #travelColsCTitle{
	background: url(/images/phone.png) no-repeat;
}
#travelColsContact h3{
	float:left;
	width:95px;
}
#travelColsContact li p{
	float:right;
	width:180px;
}
#travelColsSite{
	margin-left:30px;
	width:300px;
	float:left;
}
#travelColsSite li{
	margin-bottom:10px;
	height:100px;
}
#travelColsSite h2{
	background:url(/images/company_26.png) no-repeat;
}
#travelColsSite h3{
	float:left;
	width:80px;
}
#travelColsSite h3 img{
	border:1px solid #ccc;
	padding:1px ;
	width:65px;
	height:65px;

}
#travelColsSite div{
	float:right;
	width:220px;
}
#travelColsSite p{
}
#travelColsCTitle{
	background:url('images/');
}