/**
 * skaidi
 */

body
{
	margin:0px 0px 24px 0px;
	padding:0px;
}

a,
body,
div,
em,
input,
label,
li,
ol,
p,
select,
span,
strong,
td,
th,
textarea,
u,
ul
{
	font-family:georgia;
}

a,
body,
div,
input,
label,
li,
ol,
p,
select,
td,
th,
textarea,
u,
ul
{
	font-size:11px;
}

h1
{
	margin:0px 0px 12px 0px;
	padding:0px;
	font-weight:bold;
	font-size:13px;
}

h2
{
	margin:5px 0px 6px 0px;
	padding:0px;
	font-weight:bold;
	font-size:13px;
}

h2 a
{
	text-decoration:none;
	font-size:13px;
}

a
{
	text-decoration:underline;
	color:#000000;
}

a:hover
{
	text-decoration:none;
	color:#ffffff;
	background-color:#0066cc;
}

.mod_navigation a:hover
{
	color:#FFFFFF;
	text-decoration:none;
}

img
{
	vertical-align:middle;
	border:0px;
}

p,
pre,
form
{
	margin:0px;
	padding:0px;
}

#headers
{
	margin: 5px 0px 10px 0px;
}

.mod_rss_reader
{
	border-top:1px solid #000;
	margin-top:7px;

}
.mod_rss_reader h2 a
{
	font-weight:100;
}


.click-to-buy
{
	position:absolute;
	top:43px;
	right:5px;
	font-weight:bold;
}

/**
 * Accordion
 */
.ce_accordion
{
	margin-left:16px;
}

.toggler
{
	padding:1px 0px 2px 0px;
}

.toggler_first
{
	color:#a84204;
}

.toggler_first:hover
{
	text-decoration:underline;
	color:#a84204;
	cursor:pointer;
}

.accordion div
{
	padding:6px 0px 8px 15px;
	line-height:16px;
}


/**
 * Article
 */
.ce_text,
.teaser
{
	line-height:1.5;
}

.ce_text
{
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
	padding: 15px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
}

.ce_text h1
{
	margin:0px;
	padding:0px 0px 0px 0px;;
}

.ce_text a:hover
{
	text-decoration:none;
	/*color:#ffffff;
	background-color:#000000;*/
}

.error
{
	margin:0px;
	padding:2px 0px 0px 0px;
	font-size:9px;
	color:#ff0000;
}



.mod_article
{
	margin-right:20px;

}

.mod_article .back
{
	margin-top:18px;
}

.mod_article .more
{
	display:inline;
}

.mod_article .pdf_link
{
	margin-bottom:-14px;
	text-align:right;
}

.mod_article .pdf_link a
{
	position:relative;
	padding:1px;
	background-color:#bbbbbb;
	text-decoration:none;
	color:#ffffff;
}

.mod_article .pdf_link a:hover
{
	background-color:#dddddd;
	text-decoration:none;
	color:#ffffff;
}

.mod_article .ce_gallery
{
	padding:0px;
	margin:0px;
}




.mod_breadcrumb
{
	margin-bottom:24px;
	padding:5px 3px 7px 3px;
	background-color:#ece4d9;
}


/**
 * Calendar
 */
.mod_calendar table
{
	width:100%;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
}

.mod_calendar .head
{
	padding-top:4px;
	padding-bottom:5px;
	text-align:center;
	background-color:#f6f6f6;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

.mod_calendar .current
{
	background-color:#ffffcc;
}

.mod_calendar .label
{
	padding-top:3px;
	padding-bottom:4px;
	text-align:center;
	background-color:#bbbbbb;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	font-weight:bold;
	font-size:10px;
	color:#ffffff;
}

.mod_calendar td
{
	width:14%;
	height:72px;
	padding:1px;
	vertical-align:top;
	background-color:#ffffff;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

.mod_calendar .weekend
{
	background-color:#f6f6f6;
}

.mod_calendar .today
{
	background-color:#ffffcc;
}

.mod_calendar .empty,
.mod_calendar .empty .header
{
	background-color:#f6f6f6;
}

.mod_calendar td .header
{
	padding-bottom:2px;
	background-color:#e0e0e0;
	font-size:10px;
}

.mod_calendar td .event a
{
	font-size:10px;
}


/**
 * Events
 */
.mod_eventlist
{
	margin-right:0px;
}

.mod_eventlist .header
{
	padding:3px 6px 0px 6px;
	background-color:#e6e6e6;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	font-weight:bold;
}

.mod_eventlist .header.first
{
	border-top:1px solid #cccccc;
}


.mod_eventlist .event
{
	padding:10px 0px 12px 0px;
	margin:10px 0px 12px 0px;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
}


.mod_eventlist .date
{
	color:#0066CC;
	font-weight:bold;
}
.mod_eventlist .time
{
	margin-top:-6px;
	margin-bottom:6px;
	font-weight:normal;
	color:#999999;
}

.mod_eventreader
{
	padding:15px 0px 10px 0px;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
}


.mod_eventreader .info
{
	margin-top:-12px;
	font-size:10px;
	color:#999999;
}

.mod_eventreader .recurring
{
	margin-top:2px;
	font-size:10px;
	color:#009900;
}

.mod_eventreader .ce_text
{
	margin-top:15px;
	border:none;

	
}

.mod_eventreader .back
{
	margin-top:18px;
}



.mod_upcoming_events
{
	padding:0px 0px 10px 0px;
	margin:0px 0px 10px 0px;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	
}


.mod_upcoming_events .ce_text
{
	border:none;
}

.mod_upcoming_events h1
{
	padding:15px 0px 0px 0px;
}

.mod_upcoming_events .info
{
	font-size:10px;
	color:#0066cc;
	font-weight:bold;
}




.mod_upcoming_events a:hover
{
	text-decoration:none;
	/*color:#ffffff;
	background-color:#000000;*/
}

/**
 * Gallery
 */
.ce_gallery .caption
{
	color:#999999;
}

/************************** gallery photos start ****************************/

#photos #headers
{
	padding: 5px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom:1px solid #000000;

}


/************************** gallery photos end ****************************/



/**** guestbook ***********/

.ce_comments .form
{
	padding: 10px 0px 0px 0px;
}

.ce_comments .form .widget
{
	padding: 5px 0px 0px 0px;
}


.ce_comments .form .widget #ctrl_name,
.ce_comments .form .widget #ctrl_email,
.ce_comments .form .widget #ctrl_captcha,
.ce_comments .form .widget #ctrl_website,
.ce_comments .form .widget #ctrl_comment
{
	border: none;
	background-color:#DDDDDD;
}

.ce_comments .form .submit_container
{
	padding: 5px 0px 0px 0px;
}

.ce_comments .form .submit_container .submit
{
	border: none;
	background-color:#EEEEEE;
	font-weight:bold;
}

#guestbook-article .comment_default
{
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 15px 0px;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
}

#guestbook-article .comment_default .info
{
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
}

#guestbook-article .comment_default .info .date
{
	font-size: 10px;
	font-weight: bold;
}


#guestbook-article .ce_text
{
	margin-bottom: 15px;
}


/**** guestbook  end ***********/



/**
 * Layout
 */

 
body
{
	
	background-image:url("bg_rep.jpg");
	
}
 



 
#wrapper
{
	width: 870px;
	margin-top:15px;
	z-index:1;
	background-color:#FFFFFF;
	overflow:visible;
	padding-bottom: 50px;
}


#inner
{
	width: 840px;
	padding-left: 17px;
}



#left
{
	margin-top:5px;
	
	
}

#main
{
	margin-top:10px;

}

.mod_flash
{
	padding:10px 0px 0px 0px;
	z-index:10;
}

#top_image
{
	float:left;
	margin:0px;
	padding:5px 0px 0px 0px;
	margin-left: 0px;
}

.mod_randomImage .image_container img
{
	padding-left: 0px;
}


.header_logo
{	
	position:absolute;
	top:63px;
}

.header_ani
{
	position:absolute;
	top:54px;
	left:440px;
}

#mp3_header
{
	position:absolute;
	top:52px;
	right:40px;
	width:277px;
	height:59px;
}

.projects
{
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	padding:15px 0px 10px 0px;
	margin:15px 0px 10px 0px;	
}


.projects .ce_text
{
	border:none;
}


/**
 * Listing
 */
.ce_list ul
{
	margin:0px;
	padding:0px;
}

.ce_list li
{
	margin:0px 0px 0px 22px;
	padding:0px;
	line-height:16px;
}

* html .ce_list li
{
	margin-left:26px;
}

*:first-child+html .ce_list li
{
	margin-left:26px;
}




/**
 * Login form
 */
.mod_login
{
	margin:0px 5px;
	padding:5px;
	background-color:#ece4d9;
}

.mod_login .label
{
	margin:4px 0px 1px 0px;
}

.mod_login .submit_container
{
	margin-top:8px;
	margin-bottom:4px;
}

#request_password
{
	margin:0px 5px 20px 5px;
	padding:0px 5px 10px 6px;
	background-color:#ece4d9;
}

#request_password a
{
	font-size:10px;
	color:#999999;
}


/**
 * Lost password
 */
.mod_lostPassword
{
	margin:24px;
}

.mod_lostPassword td
{
	padding-right:6px;
	padding-bottom:3px;
}

.mod_lostPassword .text,
.mod_lostPassword .password
{
	width:210px;
}

.mod_lostPassword .captcha
{
	width:40px;
}

.mod_lostPassword .captcha_text
{
	color:#666666;
}


/**
 * Mini calendar
 */
.mod_minicalendar
{
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
	margin:0px 0px 20px 0px;
	padding:0px 0px 10px 0px;
	background-color:#ffffff;
	width: 390px;
}

.mod_minicalendar table
{
	width:100%;
}

.mod_minicalendar td
{
	width:14%;
	padding-top:2px;
	padding-bottom:3px;
	text-align:center;
	background-color:#ffffff;
	border:#FFFFFF;
	
}

.mod_minicalendar td,
.mod_minicalendar .active a
{
	font-size:10px;
	
}

.mod_minicalendar .active a
{
	background-color: #0066CC;
	display:block;
	text-decoration:none;
	
}

.mod_minicalendar .weekend
{
	background-color:#ffffff;
}

.mod_minicalendar .today
{
	background-color:#FFFFFF;
}

.mod_minicalendar .label
{
	padding-top:2px;
	padding-bottom:3px;
	text-align:center;
	background-color:#ffffff;
	font-size:10px;
	color:#000000;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
}

.mod_minicalendar .head
{
	padding-top:3px;
	padding-bottom:4px;
	text-align:center;
	background-color:#ffffff;

}

.mod_minicalendar .current
{
	background-color:#ffffff;
}


/**
 * Navigation
 */
 
 
 /**************** custom  nav******************/
 
#main_nav
{	
	position:absolute;
	top:123px;
	left:0px;
	list-style:none;
	padding:13px 0 8px 0;
	margin:0px;
	height:20;
	overflow:hidden;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}

#main_nav a
{
	float:left;
	background-color:#FFFFFF;
	padding-right:11px;
	margin-right:4px;
	background-image:url(headers/menu/menu_div.jpg);
	background-repeat:no-repeat;
	background-position:right;
}

#main_nav .nav-page_mp3_a
{
	background-image:none;
	padding-right:0px;
	margin-right:0px;
}


/* home */
#main_nav .home
{
	width:42px;
	height:22px;
	background-image:url(headers/menu/home.jpg);
	overflow:hidden;
	background-repeat:no-repeat;
	
}

#main_nav .home:hover,
.home #main_nav .home
{
	width:42px;
	height:22px;
	background-image:url(headers/menu/home.jpg);
	overflow:hidden;
	background-position:-173px 0px;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}


/*.home #main_nav .nav_home_a,
#main_nav .nav_home_a
{
	width:42px;
	height:22px;
	background-image:url(headers/menu/menu_div.jpg);
	background-repeat:no-repeat;
	padding-right:3px;
	margin-right:3px;
	
}
*/

/* bio */
#main_nav .bio
{
	width:25px;
	height:22px;
	background-image:url(headers/menu/bio.jpg);
	overflow:hidden;
	background-repeat:no-repeat;
	
}

#main_nav .bio:hover
{
	width:25px;
	height:22px;
	background-image:url(headers/menu/bio.jpg);
	overflow:hidden;
	background-position:-173px 0px;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	
}
.bio #main_nav .bio
{
	width:25px;
	height:22px;
	background-image:url(headers/menu/bio.jpg);
	overflow:hidden;
	background-position:-173px 0px;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	
}

/* concerts */
#main_nav .concerts
{
	width:75px;
	height:22px;
	background-image:url(headers/menu/concerts.jpg);
	overflow:hidden;
	background-repeat:no-repeat;
	
}

#main_nav .concerts:hover
{
	width:75px;
	height:22px;
	background-image:url(headers/menu/concerts.jpg);
	overflow:hidden;
	background-position:-173px 0px;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	
}
.concerts #main_nav .concerts
{
	width:75px;
	height:22px;
	background-image:url(headers/menu/concerts.jpg);
	overflow:hidden;
	background-position:-173px 0px;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	
}
 
 
 /* projects*/
#main_nav .project
{
	width:73px;
	height:22px;
	background-image:url(headers/menu/projects.jpg);
	overflow:hidden;
	background-repeat:no-repeat;
	
}

#main_nav .project:hover
{
	width:73px;
	height:22px;
	background-image:url(headers/menu/projects.jpg);
	overflow:hidden;
	background-position:-173px 0px;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	
}
.project #main_nav .project
{
	width:73px;
	height:22px;
	background-image:url(headers/menu/projects.jpg);
	overflow:hidden;
	background-position:-173px 0px;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	
}

 /* disco*/
#main_nav .discography
{
	width:98px;
	height:22px;
	background-image:url(headers/menu/discography.jpg);
	overflow:hidden;
	background-repeat:no-repeat;
	
}

#main_nav .discography:hover
{
	width:98px;
	height:22px;
	background-image:url(headers/menu/discography.jpg);
	overflow:hidden;
	background-position:-173px 0px;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	
}
.discography #main_nav .discography
{
	width:98px;
	height:22px;
	background-image:url(headers/menu/discography.jpg);
	overflow:hidden;
	background-position:-173px 0px;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	
}

 /* photos*/
#main_nav .photos
{
	width:55px;
	height:22px;
	background-image:url(headers/menu/photos.jpg);
	overflow:hidden;
	background-repeat:no-repeat;
	
}

#main_nav .photos:hover
{
	width:55px;
	height:22px;
	background-image:url(headers/menu/photos.jpg);
	overflow:hidden;
	background-position:-173px 0px;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	
}
.photos #main_nav .photos
{
	width:55px;
	height:22px;
	background-image:url(headers/menu/photos.jpg);
	overflow:hidden;
	background-position:-173px 0px;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	
}

 /* downloads*/
#main_nav .downloads
{
	width:87px;
	height:22px;
	background-image:url(headers/menu/downloads.jpg);
	overflow:hidden;
	background-repeat:no-repeat;
	
}

#main_nav .downloads:hover
{
	width:87px;
	height:22px;
	background-image:url(headers/menu/downloads.jpg);
	overflow:hidden;
	background-position:-173px 0px;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	
}
.downloads #main_nav .downloads
{
	width:87px;
	height:22px;
	background-image:url(headers/menu/downloads.jpg);
	overflow:hidden;
	background-position:-173px 0px;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	
}

 /* contact*/
#main_nav .contact
{
	width:63px;
	height:22px;
	background-image:url(headers/menu/contact.jpg);
	overflow:hidden;
	background-repeat:no-repeat;
	
}

#main_nav .contact:hover
{
	width:63px;
	height:22px;
	background-image:url(headers/menu/contact.jpg);
	overflow:hidden;
	background-position:-173px 0px;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	
}
.contact #main_nav .contact
{
	width:63px;
	height:22px;
	background-image:url(headers/menu/contact.jpg);
	overflow:hidden;
	background-position:-173px 0px;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	
}


 /* links*/
#main_nav .links
{
	width:41px;
	height:22px;
	background-image:url(headers/menu/links.jpg);
	overflow:hidden;
	background-repeat:no-repeat;
	
}

#main_nav .links:hover
{
	width:41px;
	height:22px;
	background-image:url(headers/menu/links.jpg);
	overflow:hidden;
	background-position:-173px 0px;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	
}
.links #main_nav .links
{
	width:41px;
	height:22px;
	background-image:url(headers/menu/links.jpg);
	overflow:hidden;
	background-position:-173px 0px;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	
}


 /* guestbook*/
#main_nav .guestbook
{
	width:83px;
	height:22px;
	background-image:url(headers/menu/guestbook.jpg);
	overflow:hidden;
	background-repeat:no-repeat;
	
}

#main_nav .guestbook:hover
{
	width:83px;
	height:22px;
	background-image:url(headers/menu/guestbook.jpg);
	overflow:hidden;
	background-position:-173px 0px;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	
}
.guestbook #main_nav .guestbook
{
	width:83px;
	height:22px;
	background-image:url(headers/menu/guestbook.jpg);
	overflow:hidden;
	background-position:-173px 0px;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	
}


/* mp3*/
#main_nav .mp3
{
	width:42px;
	height:22px;
	background-image:url(headers/menu/mp3.jpg);
	overflow:hidden;
	background-repeat:no-repeat;
	
}

#main_nav .mp3:hover
{
	width:42px;
	height:22px;
	background-image:url(headers/menu/mp3.jpg);
	overflow:hidden;
	background-position:-172px 0px;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	
}
.mp3 #main_nav .mp3
{
	width:42px;
	height:22px;
	background-image:url(headers/menu/mp3.jpg);
	overflow:hidden;
	background-position:-172px 0px;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	
}




 
 
  /**************** custom  nav end******************/
 
.mod_navigation
{
	width:785px;
	top:245px;
	
	float:left;
	padding-bottom:6px;
	border-bottom:1px solid #000000;
	margin-left:0px;
}

.mod_navigation ul
{
	
	width:785px;
	margin:0px 0px;
	padding:0px;
	list-style-type:none;
}

.mod_navigation li
{
	float:left;
	margin:0px;
	padding:5px 0px;
	list-style-type:none;
	
}

.mod_navigation p
{
	display:inherit;
	margin:0px;
	padding:0px;
	
}

* html .mod_navigation ul,
* html .mod_navigation li
{
	height:1px;
}

.mod_navigation .level_2
{
	padding:3px 0px 0px 9px;
	border-bottom:0px;
}

.mod_navigation .level_2 li
{
	padding:0px 0px 3px 0px;
	border-top:0px;
}

.mod_navigation a,
.mod_navigation li,
.mod_navigation p
{
	font-family:Georgia;
	font-weight:bold;
	font-size:12px;
	color:#000000;
	text-decoration:none;
	
	
}

.mod_navigation a,
.mod_navigation p
{
	padding: 0px 5px;
	border-right:1px solid #000000;
	
}

.mod_navigation p
{
	color:#FFFFFF;
	background-color:#000000;
}

.mod_navigation a:hover
{
	
	background-color:#000000;
}

.mod_navigation .level_2 a,
.mod_navigation .level_2 li,
.mod_navigation .level_2 p
{
	font-weight:normal;
	font-size:11px;
}


/**
 * News
 */
#breaking_news,
.mod_newsmenu
{
	margin:0px 5px 20px 5px;
	padding:5px;
	background-color:#ece4d9;
}

.mod_newsmenu ul,
.mod_newsmenu li
{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

* html .mod_newsmenu ul,
* html .mod_newsmenu li
{
	height:1px;
}

.mod_newsmenu .year
{
	margin-bottom:2px;
	font-weight:bold;
}


.mod_newslist h1
{
	padding:15px 0px 0px 0px;
}

.mod_newslist .layout_latest 
{
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
	padding: 15px 0px 10px 0px;
	margin: 0px 0px 15px 0px;
	
}


.mod_newslist .layout_latest .info
{
	font-size:bold;
	
}

.mod_newslist .layout_full 
{
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
	padding: 15px 0px 10px 0px;
	margin: 0px 0px 15px 0px;
	
}

.mod_newslist .layout_full .ce_text
{
	border: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	
}

.mod_newslist .layout_full h1
{
	/*border-bottom:2px dotted #CCCCCC;*/
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	
}


.mod_newslist p
{
	margin:0px 0px 4px 0px;
}

.mod_newslist a:hover
{
	text-decoration:none;
	/*color:#ffffff;
	background-color:#000000*/
}

.mod_newsreader .back
{
	margin-bottom:24px;
	padding-top:12px;
}

* html .mod_newsreader .back
{
	margin-top:12px;
	padding-top:0px;
}

.mod_newslist .info,
.mod_newsreader .info
{
	margin-bottom:6px;
	font-size:10px;
	font-weight:bold;
	color:#0066CC;
}

.mod_newslist .layout_short
{
	margin-bottom:8px;
	padding-bottom:6px;
	border-bottom:1px solid #c6ad8d;
}

.mod_newsreader .ce_text
{
	margin-top:16px;
	border-bottom:1px solid #000000;
	
}

.mod_article,
.mod_newsreader
{
	margin-right:5px;
}


.mod_newsreader
{
		padding: 15px 0px 10px 0px;
}
.mod_newsreader h2
{
	margin-bottom:12px;
}

.mod_newsreader .comment_default
{
	margin-bottom:12px;
}

.mod_newsreader .comment
{
	line-height:1.5;
}

.mod_newsreader .form
{
	margin-top:24px;
}

.mod_newsreader .widget
{
	margin-top:1px;
	margin-bottom:1px;
}

.mod_newsreader .textarea
{
	width:360px;
	height:120px;
}

.mod_newslist .layout_full
{
	padding: 
}




/**
 * Pagination
 */
.pagination li
{
	display:inline;
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.pagination
{
	margin-top:10px;
	padding-top:4px;
	/*border-top:1px solid #ece4d9;*/
}

.pagination p
{
	width:160px;
	float:left;
	padding-right:3px;
	padding-left:3px;
	text-align:left;
}

.pagination ul
{
	width:240px;
	float:right;
	margin:0px;
	padding:0px 3px;
	text-align:right;
}


/**
 * Personal data
 */
.mod_personalData
{
	margin-bottom:36px;
}

.mod_personalData fieldset
{
	width:400px;
	display:block;
	margin:12px 0px 24px 0px;
	padding:12px;
}

* html .mod_personalData fieldset
{
	margin-top:-12px;
}

*:first-child+html .mod_personalData fieldset
{
	margin-top:-12px;
}

.mod_personalData legend
{
	color:#0000e6;
}

* html .mod_personalData legend
{
	margin-top:-12px;
	padding:12px 4px 12px 0px;
}

*:first-child+html .mod_personalData legend
{
	margin-top:-12px;
	padding:12px 4px 12px 0px;
}

.mod_personalData .submit_container
{
	width:428px;
	text-align:right;
}

* html .mod_personalData .submit_container
{
	width:434px;
}

*:first-child+html .mod_personalData .submit_container
{
	width:434px;
}

.mod_personalData td
{
	width:160px;
	padding:2px 6px 2px 0px;
}

* html .mod_personalData td
{
	padding:1px 6px 1px 0px;
}

.mod_personalData .text,
.mod_personalData .password
{
	width:200px;
}

.mod_personalData select
{
	width:204px;
}

* html .mod_personalData select
{
	width:206px;
}

*:first-child+html .mod_personalData select
{
	width:206px;
}


/**
 * Search
 */
.mod_search
{
	margin-top:3px;
}

.mod_search .text
{
	width:240px;
}

html>body .mod_search .radio_container
{
	margin-top:3px;
}

*:first-child+html .mod_search .radio_container
{
	margin-top:0px;
}

.mod_search .radio_container label
{
	left:-2px;
	top:-2px;
	position:relative;
	padding-right:3px;
}

.mod_search .header
{
	margin-top:18px;
	margin-right:5px;
	margin-bottom:24px;
	padding-bottom:4px;
	text-align:right;
	border-bottom:1px solid #ece4d9;
}

.mod_search h3
{
	margin:0px 0px 2px 0px;
	padding:0px;
}

.mod_search .context
{
	margin:0px 5px 3px 0px;
}

.mod_search .url
{
	margin-bottom:12px;
	color:#c6ad8d;
}

.mod_search .relevance
{
	font-weight:normal;
	font-size:11px;
	color:#c6ad8d;
}

.mod_search .highlight
{
	font-weight:bold;
}


/**
 * Tables
 */
.ce_table
{
	margin-top:24px;
	margin-bottom:24px;
	/*border-left:1px solid #cccccc;*/
}

.ce_table td
{
	padding:2px 8px;
	/*border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;*/
}

.ce_table th
{
	padding:2px 8px;
	/*background-color:#e6e6e6;
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;*/
}

.ce_table th a
{
	color:#000000;
}

#tps td
{
	padding:2px 4px;
}

#tps .col_0
{
	width:80px;
}

#tps .explanation
{
	padding-bottom:24px;
}





#tundra a:hover
{
 background-color:ffffff;
 border: none;

}


.mod_nesiumcomplete
{
	padding:10px 0 0 0;
	border-top:1px solid #000000;
}

.nesiumPlaylist ul 
{

margin:0;
padding:0;
}

.nesiumPlaylist ul li 
{
background-color:#edecec;
background-position:5px 3px;
margin:0 0 1px 0;
padding:0 0 2px 18px;
width:282px;
}

.nesiumPlaylist ul li:hover
{
background-color:#CCCCCC;

}

.nesiumPlaylist ul li  a
{
	text-decoration:none;
}


