
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	background: transparent;
}

ol, ul
{
	list-style: none;
}

blockquote, q
{
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after
{
	content: '';
	content: none;
}

ins
{
	text-decoration: none;
}

del
{
	text-decoration: line-through;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}


/* 1.2	Accessibility navigation
-----------------------------------------------------------------------------------------------*/

#accessibility-nav, .structural, #header h2, #header form label, .search label
{
	position: absolute;
	left: -1000em;
	text-align: left;
}


/* 1.3	Default styles
-----------------------------------------------------------------------------------------------*/
.kigg
{
	float: right;
	pading:4px;
	width: 140px;
}
body
{
	background: #f9f1da url(Assets/images/bg_body.png) repeat;
	color: #2a2e32;
	font: 62.5% "Helvetica Neue" , Arial, Helvetica, sans-serif; /* Arial, Helvetica not Helvetica, Arial because of rendering problems on Windows */
	text-align: center;
	min-width: 1185px;
}

hr
{
	display: none;
}

strong
{
	font-weight: bold;
}

em
{
	font-style: italic;
}

input, textarea, select
{
	font: 1em "Helvetica Neue" , Arial, Helvetica, sans-serif;
}

a
{
	color: #61354f;
	text-decoration: none;
}

a:hover, a:active
{
	text-decoration: underline;
}


/* 2. LAYOUT
-----------------------------------------------------------------------------------------------
===============================================================================================*/


.container
{
	width: 100%;
	font-size: 1.2em;
	text-align: left;
	position: relative;
}


#content
{
	width: 610px;
	float: left;
}

#content.wide
{
	width: auto;
	clear: left;
}

#user-info, #aside
{
	width: 289px;
	float: right;
	margin-right: 10px;
}

#footer
{
	clear: both;
}


/* 2.1	Header
-----------------------------------------------------------------------------------------------*/

#header
{
	background: url(Assets/Images/bg_body_top.png) repeat-x top center;
	height: 275px;
	margin-bottom: -110px;
	padding: 15px 10px 0px 10px;
}

.logo, .logo span
{
	width: 210px;
	height: 93px;
	background: url(Assets/Images/logo3.png) no-repeat 0 0;
	position: relative;
	float: left;
	display: inline;
}
.logo span
{
	position: absolute;
	left: 0;
	top: 0;
}


.account-control
{
	position: absolute;
	top: -15px;
	right: 0;
	float: left;
	background: #f1eeee url(Assets/images/bg_accountcontrol.png) no-repeat 0 100%;
	padding: 7px 0 9px 8px;
	font-size: 1.167em;
}
.account-control strong
{
	float: left;
}
.account-control strong a
{
	color: #2a2e32;
	font-weight: bold;
}
.account-control ul
{
	padding: 10px 4px 9px 0;
	margin: -10px 0 -9px 8px;
	float: left;
	overflow: hidden;
	background: url(Assets/images/bg_accountcontrol.png) no-repeat 100% 100%;
}
.account-control li
{
	float: left;
	display: inline;
	padding: 0 13px 0 7px;
	margin: 0 0 0 -7px;
	background: url(Assets/images/brd_account.png) no-repeat 0 2px;
}
.account-control li a
{
	float: left;
	color: #33719e;
	font-weight: bold;
}

#frmSearch fieldset, #frmSearch .searchTextBox, #frmSearch button span
{
	background-image: url(Assets/images/bg_header_form.png);
	background-repeat: no-repeat;
}

#frmSearch
{
	position: absolute;
	right: 0;
	height: 47px;
	width: 296px;
	z-index: 10;
}
#frmSearch input
{
display:none;
}
#frmSearch fieldset
{
	background-color: #615973;
	height: 47px;
	position: relative; /* relative here to position <span/> in <button/> due to strange padding problems in Gecko */
}
#frmSearch .searchTextBox, #frmSearch button
{
	border: 0;
	display: block;
	float: left;
	font-size: 1.25em; /* 12px → 15px */
	margin-top: 5px;
	padding: 0;
}
#frmSearch .searchTextBox
{
	background-color: #fff;
	background-position: -12px -5px;
	height: 16px;
	margin-left: 12px;
	padding: 10px 14px;
	outline: 0;
	width: 200px;
	color: #3f3a4f;
}
#frmSearch button
{
	background-color: #bcb7c9;
	cursor: pointer;
	height: 36px;
	width: 47px;
}
#frmSearch button::-moz-focus-inner
{
	border: 0;
	padding: 0;
}
#frmSearch button span
{
	background-position: -239px -5px;
	height: 36px;
	left: 240px;
	position: absolute;
	top: 5px;
	width: 47px;
}
#frmSearch button:active span
{
	background-position: -239px -52px;
}

#primary-nav, #primary-nav li, #primary-nav a span, #primary-nav li.current span span
{
	background-image: url(Assets/images/bg_nav_sprite.png);
	background-repeat: no-repeat;
}

#primary-nav
{
	background-color: #6d677c;
	background-repeat: repeat-x;
	background-position: 0 -141px;
	float: left;
	margin: 0 0 0 0;
	padding-right: 1px;
	width: 98%;
}
#primary-nav li
{
	background-position: 0 -188px;
	float: left;
	font-family: "georgia";
	font-size: 1.35em; /* 12px → 21px */
}



#primary-nav a, #primary-nav li.current span
{
	-moz-outline: 0;
	color: #241e34;
	display: block;
	height: 47px;
	line-height: 47px;
	margin-right: -1px;
	position: relative;
	text-align: center;
	text-shadow: #857e96 0 1px 0;
	padding: 0px 5px 0px 5px;
}
#primary-nav a:active, #primary-nav a:focus
{
	background-color: #5e334c;
	color: #fff;
	text-decoration: none;
	text-shadow: #462436 0 1px 0;
}
#primary-nav a:hover
{
	color: #fff;
}
#nav-home a, #nav-home.current span
{
	width: 39px;
}
#nav-Politics a, #nav-Politics.current span
{
	width: 84px;
}
#nav-World a, #nav-World.current span
{
	width: 42px;
}
#nav-Incidents a, #nav-Incidents.current span
{
	width: 127px;
}
#nav-Business a, #nav-Business.current span
{
	width: 64px;
}
#nav-Society a, #nav-Society.current span
{
	width: 84px;
}
#nav-Tech a, #nav-Tech.current span
{
	width: 58px;
}
#nav-Showbusiness a, #nav-Showbusiness.current span
{
	width: 104px;
}
#nav-Sport a, #nav-Sport.current span
{
	width: 54px;
}
#nav-Leisure a, #nav-Leisure.current span
{
	width: 51px;
}
#nav-Other a, #nav-Other.current span
{
	width: 60px;
}
#primary-nav a span, #primary-nav .current span span
{
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}


#nav-home a span
{
	background-position: 0 0;
}
#nav-Politics a span
{
	background-position: -49px 0;
}
#nav-World a span
{
	background-position: -142px 0;
}
#nav-Incidents a span
{
	background-position: -193px 0;
}
#nav-Business a span
{
	background-position: -328px 0;
}
#nav-Society a span
{
	background-position: -401px 0;
}
#nav-Tech a span
{
	background-position: -494px 0;
}
#nav-Showbusiness a span
{
	background-position: -561px 0;
}
#nav-Sport a span
{
	background-position: -674px 0;
}
#nav-Leisure a span
{
	background-position: -738px 0;
}
#nav-Other a span
{
	background-position: -798px 0;
}



#nav-home a:active span, #nav-home a:focus span
{
	background-position: 0 -47px;
}
#nav-Politics a:active span, #nav-Politics a:focus span
{
	background-position: -49px -47px;
}
#nav-World a:active span, #nav-World a:focus span
{
	background-position: -142px -47px;
}
#nav-Incidents a:active span, #nav-Incidents a:focus span
{
	background-position: -193px -47px;
}
#nav-Business a:active span, #nav-Business a:focus span
{
	background-position: -328px -47px;
}
#nav-Society a:active span, #nav-Society a:focus span
{
	background-position: -401px -47px;
}
#nav-Tech a:active span, #nav-Tech a:focus span
{
	background-position: -494px -47px;
}
#nav-Showbusiness a:active span, #nav-Showbusiness a:focus span
{
	background-position: -561px -47px;
}
#nav-Sport a:active span, #nav-Sport a:focus span
{
	background-position: -674px -47px;
}
#nav-Leisure a:active span, #nav-Leisure a:focus span
{
	background-position: -738px -47px;
}
#nav-Other a:active span, #nav-Other a:focus span
{
	background-position: -798px -47px;
}


#nav-home.selected a span, #nav-home.current span span
{
	background-position: 0 -94px !important;
}
#nav-Politics.selected a span, #nav-Politics.current span span
{
	background-position: -49px -94px !important;
}
#nav-World.selected a span, #nav-World.current span span
{
	background-position: -142px -94px !important;
}
#nav-Incidents.selected a span, #nav-Incidents.current span span
{
	background-position: -193px -94px !important;
}
#nav-Business.selected a span, #nav-Business.current span span
{
	background-position: -328px -94px !important;
}
#nav-Society.selected a span, #nav-Society.current span span
{
	background-position: -401px -94px !important;
}
#nav-Tech.selected a span, #nav-Tech.current span span
{
	background-position: -494px -94px !important;
}
#nav-Showbusiness.selected a span, #nav-Showbusiness.current span span
{
	background-position: -561px -94px !important;
}
#nav-Sport.selected a span, #nav-Sport.current span span
{
	background-position: -674px -94px !important;
}
#nav-Leisure.selected a span, #nav-Leisure.current span span
{
	background-position: -738px -94px !important;
}
#nav-Other.selected a span, #nav-Other.current span span
{
	background-position: -798px -94px !important;
}


/* !important added for IE6 #id.class issue */



/* 2.2	Content
-----------------------------------------------------------------------------------------------*/

#content
{
	background: #fdf9ef;
	border: 1px solid #cec7b5;
	padding: 0px 24px 0px 24px;
	position: relative;
	margin: 0 0 0 15px;
	width: 100%;
}

#content .t, #content .b
{
	position: absolute;
	overflow: hidden;
	top: -1px;
	left: -1px;
	width: 663px;
	height: 8px;
	background: url(Assets/images/brd_content_corners.png) no-repeat 0 -8px;
}
#content .t
{
	background-position: 0 0;
}
#content .b
{
	top: auto;
	bottom: -1px;
	background-position: 0 -24px;
	height: 6px;
}

#content.wide .t
{
	width: 967px;
	background-position: 0 -30px;
}
#content.wide .b
{
	width: 967px;
	background-position: 0 -54px;
}


.tl, .tr, .bl, .br
{
	position: absolute;
	background-image: url(Assets/images/corners_sprite.png);
	width: 6px;
	height: 6px;
	overflow: hidden;
}

.tl
{
	left: -1px;
	top: -1px;
}
.tr
{
	background-position: -6px 0px;
	right: -1px;
	top: -1px;
}
.bl
{
	background-position: -12px 0px;
	left: -1px;
	bottom: -1px;
}
.br
{
	background-position: -18px 0px;
	right: -1px;
	bottom: -1px;
}



.content-footer
{
	height: auto !important;
	min-height: 20px;
	height: 20px;
	padding: 16px 0;
	border-top: 1px solid #e3ddcd;
	position: relative;
	margin: 0 -24px 0px;
	background: #f0e7d7 url(Assets/images/bg_content_bottom.png) repeat-x 0 0;
}
.content-footer ul
{
	float: right;
	padding: 0 28px;
}
.content-footer ul a, .content-footer.pagination .prev, .content-footer.pagination .next
{
	float: left;
	font-size: 1.167em;
	color: #33719e;
	font-weight: bold;
	text-shadow: #fff 0 1px 0;
	padding: 0 9px 0 0;
	background: url(Assets/images/btn_sprite.png) no-repeat 100% -199px;
}
.content-footer ul a span, .content-footer.pagination .prev span, .content-footer.pagination .next span
{
	display: block;
	line-height: 24px;
	padding: 0 0 0 9px;
	background: url(Assets/images/btn_sprite.png) no-repeat 0 -199px;
}

.content-footer.pagination ol
{
	text-align: center;
	font-weight: bold;
	font-size: 1.167em;
}
.content-footer.pagination ol li
{
	display: inline;
	line-height: 1.0;
}
.content-footer.pagination ol li.current
{
	padding: 5px;
	background: #fff;
	border: 1px solid #ece8f0;
	color: #382d53;
}
.content-footer.pagination ol a
{
	padding: 6px;
	color: #343434;
}
.content-footer.pagination ol a:hover
{
	background: #fff;
	border: 1px solid #ece8f0;
	color: #382d53;
	padding: 5px;
	text-decoration: none;
}

.content-footer .prev, .content-footer.pagination .prev
{
	position: absolute;
	left: 22px;
	top: 16px;
}
.content-footer .next, .content-footer.pagination .next
{
	position: absolute;
	right: 22px;
	top: 16px;
}


div.avatar36x36 a
{
	display: block;
	width: 44px;
	height: 47px;
	background: url(Assets/images/bg_thumbs_sprite.png) no-repeat -283px -141px;
}

div.avatar36x36 img
{
	margin: 4px 4px 7px 4px;
}






.hidden
{
	display: none;
}
.clearboth
{
	clear: both;
}







/* 2.4	Footer
-----------------------------------------------------------------------------------------------*/

#footer
{
	background: url(Assets/images/brd_footer.png) repeat-x 0 0;
	float: left;
	clear: both;
	width: 100%;
	margin: 36px 0 36px;
	padding: 10px 0 36px;
	color: #565162;
	overflow: hidden;
}
#footer ul
{
	float: left;
	margin: 0 0 0 -12px;
}
#footer li
{
	float: left;
	padding: 0 0 0 12px;
	
}
#footer li a
{
	color: #565162;
	font-weight: bold;
}
#footer p
{
	float: right;
}


#title
{
	background: #e1e0e4 url(Assets/images/bg_content_featured_2.png) repeat-x 0 0;
	border: 1px solid #fff;
	text-shadow: #fff 0 1px 0;
	border-top: 0;
	margin: 0 -24px;
	padding: 12px 18px 0;
	height: 55px;
}
#title h2
{
	overflow: hidden;
	width: 305px;
	height: 47px;
	margin: 0 0 6px;
	background: url(Assets/images/banner_upcoming_events.png) no-repeat 0 0;
	position: absolute;
	left: -9px;
	top: 14px;
	padding-top: 5px;
}
#title h2 span
{
	color: #F9F7FE;
	font-family: georgia;
	font-size: 181%;
	font-weight: normal;
	padding-left: 50px;
}
#title .tool
{
	display: block;
	position: absolute;
	right: 22px;
	top: 17px;
	width: 185px;
	height: 36px;
	background: url(Assets/images/btn_add.png) 0 1px no-repeat;
	overflow: hidden;
	padding-top: 5px;
}
#title .tool span
{
	color: #F9F7FE;
	font-family: georgia;
	font-size: 145%;
	font-weight: normal;
	padding-left: 13px;
}
#title .tool:hover
{
}
#title .tool:active
{
	background-position: 0 2px;
}
#title a:hover
{
	text-decoration: none;
}
#title a:active
{
	text-decoration: none;
}
#filter
{
	border-bottom: 1px solid #E5E0F1;
	border-top: 1px solid #B5B0B1;
	margin: 0 -24px 10px;
	padding: 6px;
}
#filter .sorting
{
}
#filter table
{
	display: block;
	width: 100%;
}
#filter td
{
	vertical-align: middle;
	clear: left;
	font-size: 13px;
	white-space: nowrap;
}
#filter td input, #filter td select
{
	font-size: 12px;
}
#filter td b
{
	margin-right: 12px;
}









#eventlist
{
	margin: 0 -24px;
	background: #FFF;
}



#eventlist .mainimage
{
	border: 1px solid #b9b9b9;
}


#eventlist .vevent
{
	display: block;
	position: relative;
	border-bottom: 1px solid #e5e0f1;
	width: 100%;
	height: 100%;
}
#eventlist .vevent a
{
	text-decoration: none;
}
#eventlist .vevent a.eventlink
{
	color: #382d53;
}
#eventlist .vevent .attach
{
	position: absolute;
	left: 14px;
	top: 24px;
	padding: 4px;
	border: 1px solid #b9b9b9;
}
#eventlist .vevent .summary
{
	font-size: 18px;
	display: block;
	position: absolute;
	left: 186px;
	top: 22px;
	width: 450px;
	overflow: hidden;
	border-bottom: 1px solid #c5c1d0;
	padding: 0 0 5px;
	white-space: nowrap;
}

#eventlist .vevent .dtsummary
{
	display: block;
	position: absolute;
	left: 13px;
	top: 140px;
	background: url(Assets/images/bg_events_date.png) no-repeat;
	width: 154px;
	height: 30px;
	padding: 10px 0 0 0;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	text-shadow: #fff 0 1px 0;
	color: #382d53;
}
#eventlist .eventitem
{
	font-size: 11px;
	position: relative;
	font-weight: bold;
}
#eventlist .eventitem span, #eventlist .eventitem abbr
{
	font-weight: normal;
	position: absolute;
	top: 1px;
	left: 60px;
	width: 300px;
	overflow: hidden;
	white-space: nowrap;
}
#eventlist .eventstarting
{
	position: absolute;
	top: 60px;
	left: 186px;
}
#eventlist .eventending
{
	position: absolute;
	top: 76px;
	left: 186px;
}
#eventlist .eventlocation
{
	position: absolute;
	top: 90px;
	left: 186px;
}
#eventlist .eventlink .url
{
	display: none;
}
#eventlist .description
{
	position: absolute;
	top: 115px;
	left: 186px;
	width: 450px;
}

#eventlist .linktext
{
	position: absolute;
	bottom: 12px;
	right: 22px;
	display: block;
	float: left;
	padding: 4px 10px 4px;
	background: #F7F7F7;
	border: 1px solid #e5e0f1;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	font-size: 11px;
	color: #08578f;
	font-weight: bold;
	text-shadow: #FFF 0 0 3px;
}
#eventlist .vevent a.eventlink:hover .linktext
{
	background: #F0F0F0;
}
#eventlist .vevent a.eventlink:active .linktext
{
	bottom: 11px;
}






#aside .section
{
	background: url(Assets/images/bg_aside_about.png) no-repeat 0 100%;
	position: relative;
	margin-bottom: 10px;
}

#aside .section div
{
	padding: 5px;
}
#aside .section h2
{
	padding: 12px 15px 8px 15px;
	border-bottom: 1px solid #d0cabe;
	font-size: 14px;
	text-shadow: #fff 0 1px 0;
	background: url(Assets/images/bg_aside_about.png) no-repeat 0 0;
}
#aside .section h2 span
{
	color: #70695f;
}
#aside .section .nothing
{
	padding: 13px;
}
#aside .section .nothing a
{
	display: block;
	padding: 13px;
	margin: -13px;
	text-align: center;
	font-weight: bold;
}
#aside .section .nothing a:hover
{
	text-decoration: underline;
}


#rsvpd
{
	padding: 20px 16px 0 23px;
}
#rsvpd h2
{
	background: url(Assets/images/btn_sprite.png) no-repeat 100% -350px;
	line-height: 28px;
	color: #382d53;
	font-size: 1.167em;
	margin: 0 0 21px;
	position: relative;
	padding: 0 0 1px 60px;
}
#rsvpd h2 em
{
	color: #70695f;
	font-style: normal;
	font-size: .857em;
}


.story
{
	background: #FFFFFe;
	margin: 0 -17px 6px;
	display: block;
	padding: 10px;
	border: 1px solid #cec7b5;
}

.smoothImage
{
	border: 1px solid #B9B9B9;
	margin-top: 10px;
	padding: 4px;
	margin-left: 1px;
}
.userImage
{
	border: 1px solid #B9B9B9;
	margin: 2px;
	padding: 2px;
}
.content
{
}
.content table
{
	margin: 10px;
}
.title
{
	border-bottom: 1px solid #C5C1D0;
	padding-bottom: 10px;
}
.entry-title
{
	color: #382D53;
	font-size: 160%;
	text-decoration: none !important;
}
.hide
{
	display: none;
}
.pageTitle
{
	color: white;
	font-family: georgia;
	font-size: 218%;
	font-weight: normal;
	padding-left: 62px;
	padding-top: 4px;
}
.activity-filter
{
	background: url(Assets/images/bg_content_activities.png) repeat-x 0 0;
	border-top: 1px solid #ddd6c5;
	border-bottom: 1px solid #cbc5b0;
	margin: -7px -17px -14px;
	padding: 7px 10px;
	overflow: hidden;
}
.activity-filter li
{
	float: left;
	display: inline;
	margin: 0 5px 0 0;
	font-size: 1.167em;
}
.activity-filter li a
{
	display: block;
	color: #70695f;
	background: url(Assets/images/btn_sprite.png) no-repeat 100% -149px;
	padding: 0 12px 0 0;
	text-decoration: none;
}
.activity-filter li a span
{
	display: block;
	line-height: 26px;
	padding: 0 2px 1px 14px;
	background: url(Assets/images/btn_sprite.png) no-repeat 0 -149px;
}
.activity-filter li.sidebar-tabs-selected a
{
	background-position: 100% -49px;
	font-weight: bold;
	color: #383d43;
}
.activity-filter li a:hover
{
	background-position: 100% -49px;
}
.activity-filter li a:active
{
	margin-top: 1px;
	margin-bottom: -1px;
}
.activity-filter li.sidebar-tabs-selected a span, .activity-filter li a:hover span
{
	background-position: 0 -49px;
}

.sidebar-tabs-hide
{
	display: none;
}

.tag1
{
	font-size: 14px;
}
.tag2
{
	font-size: 16px;
}
.tag3
{
	font-size: 18px;
}
.tag4
{
	font-size: 20px;
}
.tag5
{
	font-size: 22px;
}
.tag6
{
	font-size: 24px;
}
.tag7
{
	font-size: 26px;
}
.tagCloud
{
	text-align: justify;
	line-height: 26px;
}


.count
{
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: transparent url(Assets/images/vote.png) no-repeat scroll 0 0;
	color: #382D53;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 37px;
	text-align: center;
	text-shadow: 0 1px 0 #FFFFFF;
	width: 132px;
	font-weight: bold;
}
.description
{
	text-align: justify;
}
.story .content .summary
{
	padding-top: 4px;
	font-size: .85em;
}
.story .content .summary span
{
	padding-top: 3px;
}
.story .content .summary .category
{
	background: transparent url(Assets/Images/icons.png) no-repeat scroll 0 -384px;
	padding-left: 18px;
}
.story .content .summary .view
{
	background: transparent url(Assets/Images/icons.png) no-repeat scroll 0 -138px;
	padding-left: 18px;
}
.story .content .summary .addComment
{
	background: transparent url(Assets/Images/icons.png) no-repeat scroll 0 -10px;
	padding-left: 18px;
}
.story .content .summary .share
{
	background: transparent url(Assets/Images/icons.png) no-repeat scroll 0 -238px;
	padding-left: 18px;
}
.story .content .summary .share a
{
	height: 16px;
	width: 16px;
	padding-left: 16px;
}
.story .content .summary .share a span
{
	letter-spacing: -4px;
}
.story .content .summary .share .msdn
{
	background: transparent url(Assets/Images/icons.png) no-repeat scroll 0 -163px;
}
.story .content .summary .share .delicious
{
	background: transparent url(Assets/Images/icons.png) no-repeat scroll 0 -62px;
}
.story .content .summary .share .facebook
{
	background: transparent url(Assets/Images/icons.png) no-repeat scroll 0 -358px;
}
.story .content .summary .share .twitter
{
	background: transparent url(Assets/Images/icons.png) no-repeat scroll 0 -36px;
}
.story .content .summary .imageCode
{
	background: transparent url(Assets/Images/icons.png) no-repeat scroll 0 -88px;
	padding-left: 18px;
}
.story .content .summary .markSpam
{
	background: transparent url(Assets/Images/icons.png) no-repeat scroll 0 -213px;
	padding-left: 18px;
}
.story .content .summary .source
{
	background: transparent url(Assets/Images/icons.png) no-repeat scroll 0 -332px;
	padding-left: 18px;
}
.story .content .summary .edit
{
	background: transparent url(Assets/Images/modarate.png) no-repeat scroll 0 -62px;
	padding-left: 18px;
}
.story .content .summary .spam
{
	background: transparent url(Assets/Images/modarate.png) no-repeat scroll 0 -88px;
	padding-left: 18px;
}
.story .content .summary .delete
{
	background: transparent url(Assets/Images/modarate.png) no-repeat scroll 0 -36px;
	padding-left: 18px;
}
.story .content .summary .approve
{
	background: transparent url(Assets/Images/modarate.png) no-repeat scroll 0 -10px;
	padding-left: 18px;
}
.story .content .tags
{
	float: right;
	font-size: .85em;
}
.story .content .tags .text
{
	background: transparent url(Assets/Images/icons.png) no-repeat 0 -410px;
	padding-left: 18px;
}
.story .content .tags a
{
	padding: 4px 0 4px 4px;
}
.modalBox
{
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: #FCF9EE none repeat scroll 0 0;
	border: 1px solid #C5C1B6;
	position: absolute;
	display: none;
	z-index: 1001;
	font-size: 12px;
}
.modalBox .titleContainer
{
	height: 36px;
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: transparent url(Assets/images/bg_content_activities.png) repeat-x scroll 0 0;
	border-bottom: 1px solid #CBC5B0;
	font-size: 18px;
	font-weight: bold;
	padding-left: 15px;
}
.modalBox .title
{
	float: left;
	padding-top: 5px;
}
.modalBox .closeButton
{
	float: right;
	background: transparent url(Assets/Images/icons.png) no-repeat scroll 0 -189px;
	cursor: pointer;
	width: 14px;
	height: 14px;
	margin: 7px;
}
.modalBox .contentContainer
{
	padding: 10px;
	text-align: left;
}
.tl, .tr, .bl, .br
{
	position: absolute;
	background-image: url(Assets/images/corners_sprite.png);
	width: 6px;
	height: 6px;
	overflow: hidden;
}

.tl
{
	left: -1px;
	top: -1px;
}
.tr
{
	background-position: -6px 0px;
	right: -1px;
	top: -1px;
}
.bl
{
	background-position: -12px 0px;
	left: -1px;
	bottom: -1px;
}
.br
{
	background-position: -18px 0px;
	right: -1px;
	bottom: -1px;
}


#membershipBox
{
	width: 440px;
	display: none;
}
.dimBackground
{
	background-color: #999;
	z-index: 999;
	display: none;
}


.inline
{
	display: inline;
}
.clear
{
	clear: both;
	padding: 0;
	margin: 0;
}
.clearLeft
{
	clear: left;
	padding: 0;
	margin: 0;
}

.openIDTextBox
{
	background: #fff url(Assets/Images/openid.png) no-repeat scroll 3px 4px;
	border: 1px solid #CEC7B5;
	width: 240px;
	font-size: 11px;
	padding: 3px 3px 3px 17px;
}


#storyEditorBox
{
	width: 640px;
	display: none;
}
.progressSmall
{
	background: transparent url(Assets/Images/ajaxSmall.gif) no-repeat scroll 0;
	margin: 5px 25px;
	padding: 5px 25px;
	font-size: 1.1em;
}

.time
{
	background: transparent url(Assets/Images/icons.png) no-repeat scroll 0 -113px;
	padding-left: 18px;
}
.divider
{
	height: 10px;
}
.form h3
{
	padding-bottom: 5px;
	margin: 0;
	font-size: 14px;
}
.form p
{
	margin: 5px 0;
}
.form label
{
	font-size: 18px;
}
.form .smallLabel
{
	padding: 2px 0;
	font-size: 14px;
}
.form .label
{
	padding-bottom: 2px;
	display: block;
}
.form .checkbox
{
	float:left;
	
}
.form .textBox
{
	width: 280px;
	border: 1px solid #ddd;
	background: #fff url(Assets/Images/inputBG.png) repeat-x scroll 0 0;
	font-size: 11px;
	padding: 3px;
}
.form .largeTextBox
{
	width: 100%;
	border: 1px solid #ddd;
	background: #fff url(Assets/Images/inputBG.png) repeat-x scroll 0 0;
	font-size: 18px;
	padding: 3px;
}
.form .largeTextArea
{
	width: 100%;
	height: 192px;
	border: 1px solid #ddd;
	background: #fff url(Assets/Images/inputBG.png) repeat-x scroll 0 0;
	font-size: 18px;
	padding: 3px;
}
.form .error
{
	color: #f00;
	display: block;
}
.form .info
{
	color: #555;
	display: block;
	font-size: 11px;
}
.form .message
{
	display: block;
	padding: 2px 0;
}
.form .button
{
	background: #f2f2f2 url(Assets/Images/buttonBG.png) repeat-x scroll 0;
	border: 1px solid #999;
	padding: 2px 4px;
}
.form .largeButton
{
	background: #f2f2f2 url(Assets/Images/buttonBG.png) repeat-x scroll 0;
	border: 1px solid #999;
	padding: 3px 8px;
	font-size: 18px;
}
.categoryRadioList
{
	width: 40em;
	display: inline-block;
}
.categoryRadioList label
{
	float: left;
	width: 10em;
}

.box
{
	border: 1px solid #CEC7B5;
	padding: 8px;
}
.box h3
{
	border-bottom: 1px solid #CEC7B5;
	margin-top: 5px;
	font-size: 12px;
	font-weight: bold;
}
.box p
{
	margin: 5px 0;
}
.box .label
{
	width: 70px;
	padding: 2px 2px 0 0;
	float: left;
	clear: left;
}
.box .textBox
{
	width: 280px;
	border: 1px solid #CEC7B5;
	font-size: 11px;
	padding: 3px;
}
.box .largeTextBox
{
	width: 480px;
	border: 1px solid #CEC7B5;
	font-size: 11px;
	padding: 3px;
}
.box .textArea
{
	width: 280px;
	height: 128px;
	border: 1px solid #CEC7B5;
	font-size: 11px;
	padding: 3px;
}
.box .largeTextArea
{
	width: 480px;
	height: 128px;
	border: 1px solid #CEC7B5;
	font-size: 11px;
	padding: 3px;
}
.box .button
{
	background: #f2f2f2 url(Assets/Images/buttonBG.png) repeat-x scroll 0;
	border: 1px solid #999;
	padding: 2px 4px;
}
.box .largeButton
{
	background: #f2f2f2 url(Assets/Images/buttonBG.png) repeat-x scroll 0;
	border: 1px solid #999;
	padding: 3px 8px;
	font-size: 18px;
}
.box .info
{
	padding-left: 72px;
	color: #555;
	display: block;
	font-size: 11px;
}
.box .error
{
	padding-left: 72px;
	color: #f00;
	display: block;
}
.box .message
{
	padding-left: 72px;
	display: none;
}

.pageMessage
{
	font-size: 1.2em;
	color: #5a5a5a;
}
.confirmMessage
{
	background: transparent url(Assets/Images/icons.png) no-repeat scroll 0 -298px;
	padding: 0 5px 5px 28px;
}
.errorMessage
{
	background: transparent url(Assets/Images/icons.png) no-repeat scroll 0 -435px;
	padding: 0 5px 5px 28px;
}
.notifyMessage
{
	background: transparent url(Assets/Images/icons.png) no-repeat scroll 0 -264px;
	padding: 0 5px 5px 28px;
}

#imageCode
{
	margin-left: 4px;
	display: none;
}
#imageCode textarea
{
	font-family: 'Courier New' ,Courier,monospace !important;
}
#imageCode div
{
	float: left;
	padding-right: 20px;
}
#imageCode p
{
	margin: 5px 0;
}
#imageCode label
{
	width: 130px;
	padding: 2px 2px 0 0;
	float: left;
	clear: left;
}
#imageCode input
{
	width: 50px;
	border: 1px solid #ddd;
	background: #fff url(Assets/Images/inputBG.png) repeat-x scroll 0 0;
	font-size: 11px;
	padding: 3px;
}
#imageCode textarea
{
	width: 540px;
	height: 80px;
	border: 1px solid #ddd;
	background: #fff url(Assets/Images/inputBG.png) repeat-x scroll 0 0;
	font-size: 11px;
	padding: 3px;
}
#imageCode .color
{
	display: inline-block;
	border: 1px solid #000;
	height: 18px;
	width: 18px;
	text-align: center;
	vertical-align: top;
	cursor: default;
	margin-top: 2px;
}
#commentList ul
{
	list-style: none none outside;
	margin: 0;
	padding: 0;
}
#commentList ul li
{
	margin: 0 0 20px;
	width: 540px;
	overflow: hidden;
}
#commentList .meta
{
	padding: 0 0 33px;
	position: relative;
	margin: 0;
}
#commentList .metaVisitor
{
	background: transparent url(Assets/Images/comments.png) no-repeat scroll 0 100%;
}
#commentList .visitorBody
{
	background: #ececec url(Assets/Images/comments.png) no-repeat scroll -1100px 100%;
}
#commentList .metaOwner
{
	background: transparent url(Assets/Images/comments.png) no-repeat scroll -551px 100%;
}
#commentList .ownerBody
{
	background: #fffab8 url(Assets/Images/comments.png) no-repeat scroll -1653px 100%;
}
#commentList .meta .no
{
	display: inline-block;
	padding: 0 4px 0 0;
}
#commentList .meta .postedBy
{
	font-weight: bold;
}
#commentList .meta .postedBy img
{
	padding-right: 4px;
}
#commentList .body
{
	padding: 0 20px 5px;
}
#commentList .body div
{
	margin: 0 0 3px;
}
#commentList .body p
{
	margin: 0;
	padding: 0;
}
#commentList .summary
{
	padding-top: 4px;
	font-size: .85em;
	text-align: right;
}
#commentList .summary .spam
{
	background: transparent url(Assets/Images/modarate.png) no-repeat scroll 0 -62px;
	padding-left: 18px;
}
#commentList .summary .flagOffended
{
	background: transparent url(Assets/Images/icons.png) no-repeat scroll 0 -213px;
	padding-left: 18px;
}
.commentMessage
{
	margin: 8px 0;
}
.commentMessage h2
{
	margin: 0;
	padding: 0;
}
.livePreview
{
	background-color: #ececec;
	padding: 8px;
	margin: 4px 0;
	width: 100%;
}
.livePreview img
{

margin-bottom:10px;
margin-left:10px;
margin-right:10px;
margin-top:10px;
width:300px;
}
#userList
{
	clear: left;
}
#userList table, #userList td
{
	border: 1px solid #ccc;
	border-collapse: collapse;
}
#userList table
{
	border: none;
	border: 1px solid #ccc;
	width: 100%;
}
#userList thead th, #userList tbody th
{
	background: #fff url(Assets/Images/th_bck.gif) repeat-x;
	color: #666;
	padding: 5px 10px;
	border-left: 1px solid #ccc;
}
#userList tbody th
{
	background: #fafafb;
	border-top: 1px solid #ccc;
	text-align: left;
	font-weight: normal;
}
#userList tbody tr td
{
	padding: 5px 10px;
	color: #666;
	vertical-align: top;
}
#userList tfoot td, #userList tfoot th
{
	border-left: none;
	border-top: 1px solid #ccc;
	padding: 4px;
	background: #fff url(Assets/Images/foot_bck.gif) repeat;
	color: #666;
	text-align: right;
}
#userList table img
{
	padding-right: 8px;
}
#faq
{
	clear: left;
}
#faq > li
{
	padding: 4px 0 4px 0;
}
#faq .q
{
	padding-top: 2px;
	font-size: 1.2em;
}
#faq .ans
{
	padding-top: 4px;
	font-size: 1.2em;
}

.content-footer
{
	height: auto !important;
	min-height: 20px;
	height: 20px;
	padding: 16px 0;
	border-top: 1px solid #e3ddcd;
	position: relative;
	margin: 0 -24px 0px;
	background: #f0e7d7 url(Assets/images/bg_content_bottom.png) repeat-x 0 0;
}
.content-footer.pagination .prev, .content-footer.pagination .next
{
	float: left;
	font-size: 1.167em;
	color: #33719e;
	font-weight: bold;
	text-shadow: #fff 0 1px 0;
	padding: 0 9px 0 0;
	background: url(Assets/images/btn_sprite.png) no-repeat 100% -199px;
}

.content-footer.pagination .prev a, .content-footer.pagination .next a
{
	display: block;
	line-height: 24px;
	padding: 0 0 0 9px;
	background: url(Assets/images/btn_sprite.png) no-repeat 0 -199px;
}


.content-footer.pagination ol
{
	text-align: center;
	font-weight: bold;
	font-size: 1.167em;
}
.content-footer.pagination ol li
{
	display: inline;
	line-height: 1.0;
}
.content-footer.pagination ol li.current
{
	padding: 5px;
	background: #fff;
	border: 1px solid #ece8f0;
	color: #382d53;
}
.content-footer.pagination ol a
{
	padding: 6px;
	color: #343434;
}
.content-footer.pagination ol a:hover
{
	background: #fff;
	border: 1px solid #ece8f0;
	color: #382d53;
	padding: 5px;
	text-decoration: none;
}

.content-footer .prev
{
	position: absolute;
	left: 22px;
	top: 16px;
}
.content-footer .next
{
	position: absolute;
	right: 22px;
	top: 16px;
}
.kigg .action
{
	font-size: 16px;
	font-weight: bold;
	width: 121px;
	border: 1px solid #C0C0C0;
	margin: 4px 5px 0 1px;
	padding: 4px;
	text-align: center;
}
.kigg .action span
{
	font-weight: bold;
}
.kigg .do
{
	background-color: #FFFFFF;
}
.kigg .do span
{
	color: #4B72A9;
}
.kigg .undo
{
	background-color:#6C3F5A;
}
.kigg .undo a
{
	color: #FFFFFF;
	font-weight: normal;
}
.kigg .undo span
{
	color: #FFFFFF;
	font-weight: normal;
}
.kigg .none span
{
	color: #C0C0C0;
}
.feed
{float:right;
width:100px;
}
.h1top
{
	position:absolute;
	top:-1000px;
	left:-1000px;
}
.adv
{
	width:728px;
	height:90px;
	overflow:hidden;
}

.newsContent img
{

margin-bottom:10px;
margin-left:10px;
margin-right:10px;
margin-top:10px;
}

.ui-autocomplete-results{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none;font-size:1.1em;z-index:9999;}.ui-autocomplete-results ul,.ui-autocomplete-results li{margin:0;padding:0;list-style:none;}.ui-autocomplete-results ul{border:1px solid #d3d3d3;background:#fff url(Assets/Images/ui.jquery/ffffff_40x100_textures_01_flat_0.png) 0 0 repeat-x;color:#222;margin-bottom:-1px;}.ui-autocomplete-results li{padding:.4em .5em;color:#555;font-size:1em;font-weight:normal;position:relative;border-left:0;border-right:0;margin:1px 0;}.ui-autocomplete-results li.ui-hover-state,.ui-autocomplete-results li.ui-active-state{margin:0;}.ui-autocomplete-results li.ui-autocomplete-over{border:1px solid #999;background:#dadada url(Assets/Images/ui.jquery/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;color:#212121!important;}.ui-autocomplete-results li.ui-autocomplete-active{border:1px solid #ddd;background:#fff url(Assets/Images/ui.jquery/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;color:#222!important;outline:none;}.ui-tabs-nav{margin:0;padding:0 0 0 30px;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none;font-size:1.1em;float:left;position:relative;z-index:1;border-right:1px solid #d3d3d3;bottom:-1px;}.ui-tabs-nav-item{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none;float:left;border:1px solid #d3d3d3;border-right:none;}.ui-tabs-nav-item a{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none;float:left;font-size:1em;font-weight:normal;text-decoration:none;padding:.5em 1.7em;color:#555;background:#e6e6e6 url(Assets/Images/ui.jquery/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;}.ui-tabs-nav-item a:hover{background:#dadada url(Assets/Images/ui.jquery/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;color:#212121;}.ui-tabs-selected{border-bottom-color:#fff;}.ui-tabs-selected a,.ui-tabs-selected a:hover{background:#fff url(Assets/Images/ui.jquery/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;color:#222;}.ui-tabs-panel{margin:0;border:0;outline:0;line-height:1.3;text-decoration:none;list-style:none;clear:left;border-top:1px solid #d3d3d3;background:#fff url(Assets/Images/ui.jquery/ffffff_40x100_textures_01_flat_0.png) 0 0 repeat-x;color:#222;padding:8px 8px 0 0;}.ui-tabs-hide{display:none;}.ui-dialog{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none;font-size:1.1em;background:#fff url(Assets/Images/ui.jquery/ffffff_40x100_textures_01_flat_0.png) 0 0 repeat-x;color:#222;border:4px solid #ddd;position:relative;}.ui-resizable-handle{position:absolute;font-size:.1px;z-index:99999;}.ui-resizable .ui-resizable-handle{display:block;}body .ui-resizable-disabled .ui-resizable-handle{display:none;}body .ui-resizable-autohide .ui-resizable-handle{display:none;}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0;}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0;}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%;}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%;}.ui-resizable-se{cursor:se-resize;width:13px;height:13px;right:0;bottom:0;background:url(Assets/Images/ui.jquery/222222_11x11_icon_resize_se.gif) no-repeat 0 0;}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:0;bottom:0;}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:0;top:0;}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:0;top:0;}.ui-dialog-titlebar{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none;padding:.5em 1.5em .5em 1em;color:#555;background:#e6e6e6 url(Assets/Images/ui.jquery/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;border-bottom:1px solid #d3d3d3;font-size:1em;font-weight:normal;position:relative;}.ui-dialog-titlebar-close{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none;background:url(Assets/Images/ui.jquery/888888_11x11_icon_close.gif) 0 0 no-repeat;position:absolute;right:8px;top:.7em;width:11px;height:11px;z-index:100;}.ui-dialog-titlebar-close-hover,.ui-dialog-titlebar-close:hover{background:url(Assets/Images/ui.jquery/454545_11x11_icon_close.gif) 0 0 no-repeat;}.ui-dialog-titlebar-close:active{background:url(Assets/Images/ui.jquery/222222_11x11_icon_close.gif) 0 0 no-repeat;}.ui-dialog-titlebar-close span{display:none;}.ui-dialog-content{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none;color:#222;padding:1.5em 1.7em;}.ui-dialog-buttonpane{position:absolute;bottom:0;width:100%;text-align:left;border-top:1px solid #ddd;background:#fff;}.ui-dialog-buttonpane button{margin:.5em 0 .5em 8px;color:#555;background:#e6e6e6 url(Assets/Images/ui.jquery/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;font-size:1em;border:1px solid #d3d3d3;cursor:pointer;padding:.2em .6em .3em .6em;line-height:1.4em;}.ui-dialog-buttonpane button:hover{color:#212121;background:#dadada url(Assets/Images/ui.jquery/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;border:1px solid #999;}.ui-dialog-buttonpane button:active{color:#222;background:#fff url(Assets/Images/ui.jquery/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;border:1px solid #ddd;}.ui-dialog.ui-draggable .ui-dialog-titlebar,.ui-dialog.ui-draggable .ui-dialog-titlebar{cursor:move;}

.markItUp *
{
    margin:0;
    padding:0;
    outline:none;
}

.markItUp a:link, .markItUp a:visited
{
    color:#000;
    text-decoration:none;
}

.markItUp
{
    width:100%;
    margin:5px 0;
    border:5px solid #f5f5f5;
}

.markItUpContainer
{
    border:1px solid #3C769D;
    background:#fff url(Assets/Images/marItUp/bg-container.png) repeat-x top left;
    padding:5px 50px 2px 5px;
    font-size:11px;
}

.markItUpEditor
{
    font:12px 'Courier New', Courier, monospace;
    padding:5px 5px 5px 35px;
    border:3px solid #ececec;
    width:100%;
    height:340px;
    background: url(Assets/Images/marItUp/bg-editor-markdown.png) no-repeat;
    /*display:block;*/
    line-height:18px;
    overflow:auto;
}

.markItUpPreviewFrame
{
    overflow:auto;
    background-color:#fff;
    border:1px solid#3C769D;
    width:99.9%;
    height:300px;
    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(Assets/Images/marItUp/handle.png);
    cursor:n-resize;
}

.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(Assets/Images/marItUp/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;
}

.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(Assets/Images/marItUp/submenu.png) no-repeat 100% 50%;
}

.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;
}

.markItUp .markItUpButton1 a
{
    background:transparent url(Assets/Images/marItUp/icons.png) no-repeat scroll 0 -306px;
}

.markItUp .markItUpButton2 a
{
    background:transparent url(Assets/Images/marItUp/icons.png) no-repeat scroll 0 -168px;
}

.markItUp .markItUpButton3 a
{
    background:transparent url(Assets/Images/marItUp/icons.png) no-repeat scroll 0 -30px;
}

.markItUp .markItUpButton4 a
{
    background:transparent url(Assets/Images/marItUp/icons.png) no-repeat scroll 0 -122px;
}

.markItUp .markItUpButton5 a
{
    background:transparent url(Assets/Images/marItUp/picture.png) no-repeat;
}

.markItUp .markItUpButton6 a
{
	  background:transparent url(Assets/Images/marItUp/icons.png) no-repeat scroll 0 -76px;
   
}

.markItUp .markItUpButton7 a
{
	  background:transparent url(Assets/Images/marItUp/icons.png) no-repeat scroll 0 -260px;
  
}


 .colorpicker{width:356px;height:176px;overflow:hidden;position:absolute;background:url(Assets/Images/colorPicker/colorpicker_background.png);font-family:Arial,Helvetica,sans-serif;display:none;z-index:999;}.colorpicker_color{width:150px;height:150px;left:14px;top:13px;position:absolute;background:#f00;overflow:hidden;cursor:crosshair;}.colorpicker_color div{position:absolute;top:0;left:0;width:150px;height:150px;background:url(Assets/Images/colorPicker/colorpicker_overlay.png);}.colorpicker_color div div{position:absolute;top:0;left:0;width:11px;height:11px;overflow:hidden;background:url(Assets/Images/colorPicker/colorpicker_select.gif);margin:-5px 0 0 -5px;}.colorpicker_hue{position:absolute;top:13px;left:171px;width:35px;height:150px;cursor:n-resize;}.colorpicker_hue div{position:absolute;width:35px;height:9px;overflow:hidden;background:url(Assets/Images/colorPicker/colorpicker_indic.gif) left top;margin:-4px 0 0 0;left:0;}.colorpicker_new_color{position:absolute;width:60px;height:30px;left:213px;top:13px;background:#f00;}.colorpicker_current_color{position:absolute;width:60px;height:30px;left:283px;top:13px;background:#f00;}.colorpicker input{background-color:transparent;border:1px solid transparent;position:absolute;font-size:10px;font-family:Arial,Helvetica,sans-serif;color:#898989;top:4px;right:11px;text-align:right;margin:0;padding:0;height:11px;}.colorpicker_hex{position:absolute;width:72px;height:22px;background:url(Assets/Images/colorPicker/colorpicker_hex.png) top;left:212px;top:142px;}.colorpicker_hex input{right:6px;}.colorpicker_field{height:22px;width:62px;background-position:top;position:absolute;}.colorpicker_field span{position:absolute;width:12px;height:22px;overflow:hidden;top:0;right:0;cursor:n-resize;}.colorpicker_rgb_r{background-image:url(Assets/Images/colorPicker/colorpicker_rgb_r.png);top:52px;left:212px;}.colorpicker_rgb_g{background-image:url(Assets/Images/colorPicker/colorpicker_rgb_g.png);top:82px;left:212px;}.colorpicker_rgb_b{background-image:url(Assets/Images/colorPicker/colorpicker_rgb_b.png);top:112px;left:212px;}.colorpicker_hsb_h{background-image:url(Assets/Images/colorPicker/colorpicker_hsb_h.png);top:52px;left:282px;}.colorpicker_hsb_s{background-image:url(Assets/Images/colorPicker/colorpicker_hsb_s.png);top:82px;left:282px;}.colorpicker_hsb_b{background-image:url(Assets/Images/colorPicker/colorpicker_hsb_b.png);top:112px;left:282px;}.colorpicker_submit{position:absolute;width:22px;height:22px;background:url(Assets/Images/colorPicker/colorpicker_submit.png) top;left:322px;top:142px;overflow:hidden;}.colorpicker_focus{background-position:center;}.colorpicker_hex.colorpicker_focus{background-position:bottom;}.colorpicker_submit.colorpicker_focus{background-position:bottom;}.colorpicker_slider{background-position:bottom;}

