* foo
{
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

     CSS RESET

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
*
{
	margin: 0;
	padding: 0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

     PRINT

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#print
{
	display: none;
}
@media print
{
	a, abbr, acronym, address, applet, area, b, base, basefont, bdo, big, blockquote, br, button, caption, center, cite, code, col, colgroup, dd, del, dfn, dir, div, dl, dt, em, fieldset, font, form, frame, frameset, h1, h2, h3, h4, h5, h6, hr, i, iframe, img, input, ins, isindex, kbd, label, legend, li, link, map, menu, meta, noframes, noscript, object, ol, optgroup, option, p, param, pre, q, s, samp, select, small, span, strike, strong, sub, sup, table, tbody, td, textarea, tfoot, th, thead, title, tr, tt, u, ul, var
	{
		display: none;
	}
	#print, #print img
	{
		left: 0;
		top: 0;
		padding: 0;
		margin: 0;
		height: 250mm;
		width: 170mm;
		display: block !important;
	}
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MAIN NAV 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#ContainerMainMenu /* id of encapsulating DIV*/
{
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	position: absolute;
	bottom: 0px;
	left: 8px;
}

.MainMenu ul.AspNet-Menu /* Tier 1 */
{
	width: 960px;
}

.MainMenu ul.AspNet-Menu ul /* Tier 2 */
{
	/*top: 100%;*/
	left: 0;
}

.MainMenu ul.AspNet-Menu ul ul /* Tier 3+ */
{
	/*top: -0.5em;*/
	left: 6em;
}

.MainMenu li /* all list items */
{
	width: 106px;
	height: 32px;
	color: #FFFFFF;
	background-image: url(../../images/Layout_2008/menue_item.png);
	text-align: center;
	padding: 0px;
	margin: 0px;
}

.MainMenu li:hover, /* list items being hovered over */ 
.MainMenu li.AspNet-Menu-Hover
{
	background-image: url(../../images/Layout_2008/menue_item_selected.png); /*ok*/
	/* font-weight: bold; <- problem: umbruch in: mein partysky*/
}

.MainMenu a, /* all anchors and spans (nodes with no link) */ .MainMenu span
{
	padding: 8px;
	color: #FFFFFF;
	text-align: center;
	position: inherit;
}

.MainMenu li.AspNet-Menu-Leaf a, /* leaves */ 
.MainMenu li.AspNet-Menu-Leaf span
{
	
}

.MainMenu li:hover a, /* hovered text */ 
.MainMenu li:hover span, 
.MainMenu li.AspNet-Menu-Hover a, 
.MainMenu li.AspNet-Menu-Hover span, 
.MainMenu li:hover li:hover a, 
.MainMenu li:hover li:hover span, 
.MainMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a, 
.MainMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span, 
.MainMenu li:hover li:hover li:hover a, 
.MainMenu li:hover li:hover li:hover span, 
.MainMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover a, 
.MainMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover span
{
	/*background-image: url(../../images/Layout_2008/menue_item_selected.png);*/ /*font-weight: bold;	*/
}

.MainMenu li:hover li a, /* the tier above this one is hovered */ 
.MainMenu li:hover li span, 
.MainMenu li.AspNet-Menu-Hover li a, 
.MainMenu li.AspNet-Menu-Hover li span, 
.MainMenu li:hover li:hover li a, 
.MainMenu li:hover li:hover li span, 
.MainMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li a, 
.MainMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li span
{
	/*background-image: url(../../images/Layout_2008/menue_item_selected.png);*/
}

.MainMenu .AspNet-Menu-Selected /* this tier is selected */
{
	background-image: url(../../images/Layout_2008/menue_item_selected.png);
	/*font-weight: bold; <- problem: umbruch in: mein partysky*/
}

.MainMenu .AspNet-Menu-ChildSelected /* a tier below this one is selected */
{
	 /*background-image:url(../../images/Layout_2008/menue_item_selected.png);*/
}

.MainMenu .AspNet-Menu-ParentSelected /* a tier above this one is selected */
{
	/*background-image: url(../../images/Layout_2008/menue_item_selected.png);*/
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Side NAV 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#ContainerSideMenu /* id of encapsulating DIV*/
{
	margin-left: 0px;
}

.SideMenu ul.AspNet-Menu /* Tier 1 */
{
	visibility:visible;
}

.SideMenu ul.AspNet-Menu ul /* Tier 2 */
{
	/*     top: 100%;     left: 0;*/	
	visibility:visible;
	position:relative;

}

.SideMenu ul.AspNet-Menu ul ul /* Tier 3+ */
{
	/*     top: -0.5em;     left: 6em;*/	
}


.SideMenu li /* all list items */
{
	color: #FFFFFF;
	padding-left: 4px;
	padding-bottom: 5px;
	border-width: 2px;
	border-bottom-width: 2px;
	border-top-width: 0px;
	border-style: solid;
	border-color: #5783BD;
	font-weight: normal;	
}

.SideMenu li:hover, /* list items being hovered over */ 
.SideMenu li.AspNet-Menu-Hover
{
	font-weight: bold;
	background-color: #5F88B9;	
}

.SideMenu a, /* all anchors and spans (nodes with no link) */ 
.SideMenu span
{
	color: #FFFFFF;
}

.SideMenu li.AspNet-Menu-Leaf a, /* leaves */ 
.SideMenu li.AspNet-Menu-Leaf span
{
	
}

.SideMenu li:hover a, /* hovered text */ 
.SideMenu li:hover span, 
.SideMenu li.AspNet-Menu-Hover a, 
.SideMenu li.AspNet-Menu-Hover span, 
.SideMenu li:hover li:hover a, 
.SideMenu li:hover li:hover span, 
.SideMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a, 
.SideMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span, 
.SideMenu li:hover li:hover li:hover a, 
.SideMenu li:hover li:hover li:hover span, 
.SideMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover a, 
.SideMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover span
{
	
}

.SideMenu li:hover li a, /* the tier above this one is hovered */ 
.SideMenu li:hover li span, 
.SideMenu li.AspNet-Menu-Hover li a, 
.SideMenu li.AspNet-Menu-Hover li span, 
.SideMenu li:hover li:hover li a, 
.SideMenu li:hover li:hover li span, 
.SideMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li a, 
.SideMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li span
{
}

.SideMenu .AspNet-Menu-Selected /* this tier is selected */
{
	font-weight: bold;
	background-color: #225A9B;
}

.SideMenu .AspNet-Menu-ChildSelected /* a tier below this one is selected */
{
}

.SideMenu .AspNet-Menu-ParentSelected /* a tier above this one is selected */
{
	font-weight: normal;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - TWO COLUMN, Menu-Left

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.content-container-two-column-leftmenu-bl-wh
{
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 976px;
	border: 0px;
	background: url(../../images/Layout_2008/content_box_middle_bl_wh.png) repeat-y left;
	padding: 0px;
}
.content-container-two-column-leftmenu-bl-bl
{
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 976px;
	border: 0px;
	background: url(../../images/Layout_2008/content_box_middle_bl_bl.png) repeat-y left;
	padding: 0px;
}

.content-container-two-column-leftmenu-bl-gr
{
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 976px;
	border: 0px;
	background: url(../../images/Layout_2008/content_box_middle_bl_gr.png) repeat-y left;
	padding: 0px;
}

.content-container-two-column-padding
{
	padding-left: 22px;
	padding-right: 20px;
}

.content-side-two-column-leftmenu
{
	float: left;
	width: 170px; /*212px - 22px(padding left) - 20px(right distance) = 170px*/
}

.content-main-two-column-leftmenu
{
	width: 735px; /* 976px - 212px = 764px ->  764px-20px(padding right)-9px(left distance) = 735px */
	float: right;
}

.content-side-two-column-bottom
{
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 976px;
	height: 13px;
	background-image: url(../../images/Layout_2008/content_box_bottom_bl_wh.png);
}




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TOP INFORMATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#top-information
{
	background-image: url('http://www.PartySky.de/Images/Layout_2008/header_partysky.jpg' );
	right: 0px;
	top: 0px;
	height: 125px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	color: #FFFFFF;
	font-size: .85em;
	position: relative;
	width: 976px;
}

#top-information-logo
{
	position: absolute;
	top: 13px;
	left: 3px;
}

#top-information-slogan
{
	left: 242px;
	top: 2.4em;
	height: 34px;
	width: 426px;
	position: absolute;
	font-size: 2.0em;
	font-family: Verdana, Arial;
	font-style: italic;
	right: 308px;
}

#top-information-version
{
	text-align: right;
	position: absolute;
	top: 12px;
	width: 60px;
	right: 15px;
}

#top-information-login
{
	position: absolute;
	padding: 0px;
	width: 190px;
	right: 15px;
	bottom: 2px;
	text-align: right;
	z-index: 99999;
}

#top-information-link
{
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	height: 2em;
	width: 8.5%;
	padding: 0px;
}

#heading
{
	text-align: left;
	font-size: 1.4em;
	font-weight: bold;
}


#subheading
{
	font-size: 1.1em;
	font-weight: bold;
}







/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	content-title

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#content-title1
{
	background-image: url(../../Images/Layout_2008/content_title1.jpg);
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 976px;
	height: 151px;
	position: relative;
	padding: 0px;
	background-image: url(../../Images/Layout_2008/content_title1.jpg);
}
#content-title2_bl_wh
{
	background-image: url(../../Images/Layout_2008/content_title2_bl_wh.png);
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 976px;
	height: 15px;
	position: relative;
	padding: 0px;
}
#content-title3_bl_wh
{
	background-image: url(../../Images/Layout_2008/content_title3_bl_wh.png);
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 976px;
	height: 15px;
	position: relative;
	padding: 0px;
}
#content-title4_bl_wh
{
	background-image: url(../../Images/Layout_2008/content_title4_bl_wh.png);
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 976px;
	height: 15px;
	position: relative;
	padding: 0px;
}
#content-title5_bl_wh
{
	background-image: url(../../Images/Layout_2008/content_title5_bl_wh.png);
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 976px;
	height: 15px;
	position: relative;
	padding: 0px;
}
#content-title6_bl_wh
{
	background-image: url(../../Images/Layout_2008/content_title6_bl_wh.png);
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 976px;
	height: 15px;
	position: relative;
	padding: 0px;
}
#content-title7_bl_wh
{
	background-image: url(../../Images/Layout_2008/content_title7_bl_wh.png);
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 976px;
	height: 15px;
	position: relative;
	padding: 0px;
}

/* Content Title Blue - Blue */
#content-title2_bl_bl
{
	background-image: url(../../Images/Layout_2008/content_title2_bl_bl.png);
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 976px;
	height: 15px;
	position: relative;
	padding: 0px;
}
#content-title3_bl_bl
{
	background-image: url(../../Images/Layout_2008/content_title3_bl_bl.png);
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 976px;
	height: 15px;
	position: relative;
	padding: 0px;
}
#content-title4_bl_bl
{
	background-image: url(../../Images/Layout_2008/content_title4_bl_bl.png);
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 976px;
	height: 15px;
	position: relative;
	padding: 0px;
}
#content-title5_bl_bl
{
	background-image: url(../../Images/Layout_2008/content_title5_bl_bl.png);
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 976px;
	height: 15px;
	position: relative;
	padding: 0px;
}
#content-title6_bl_bl
{
	background-image: url(../../Images/Layout_2008/content_title6_bl_bl.png);
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 976px;
	height: 15px;
	position: relative;
	padding: 0px;
}
#content-title7_bl_bl
{
	background-image: url(../../Images/Layout_2008/content_title7_bl_bl.png);
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 976px;
	height: 15px;
	position: relative;
	padding: 0px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	content-box

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.content-box-top-bl-bl
{
	background-image: url(../../Images/Layout_2008/content_box_top_bl_bl.png);
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 976px;
	height: 13px;
	position: relative;
	padding: 0px;
}
.content-box-middle-bl-bl
{
	background-image: url(../../Images/Layout_2008/content_box_middle_bl_bl.png);
	background-repeat: repeat-y;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	width: 976px;
	position: relative;
	padding: 0px;
}

.content-box-bottom-bl-bl
{
	background-image: url(../../Images/Layout_2008/content_box_bottom_bl_bl.png);
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 976px;
	height: 13px;
	position: relative;
	padding: 0px;
}

.content-box-top-bl-wh
{
	background-image: url(../../Images/Layout_2008/content_box_top_bl_wh.png);
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 976px;
	height: 13px;
	position: relative;
	padding: 0px;
}

.content-box-middle-bl-wh
{
	background-image: url(../../Images/Layout_2008/content_box_middle_bl_wh.png);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 976px;
	position: relative;
	padding: 0px;
}

.content-box-bottom-bl-wh
{
	background-image: url(../../Images/Layout_2008/content_box_bottom_bl_wh.png);
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 976px;
	height: 13px;
	position: relative;
	padding: 0px;
}

.content-box-top-bl-gr
{
	background-image: url(../../Images/Layout_2008/content_box_top_bl_gr.png);
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 976px;
	height: 13px;
	position: relative;
	padding: 0px;
}

.content-box-middle-bl-gr
{
	background-image: url(../../Images/Layout_2008/content_box_middle_bl_gr.png);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 976px;
	position: relative;
	padding: 0px;
}

.content-box-bottom-bl-gr
{
	background-image: url(../../Images/Layout_2008/content_box_bottom_bl_gr.png);
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 976px;
	height: 13px;
	position: relative;
	padding: 0px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer
{
	background: #E9E7E5 url(../../Images/Layout_2008/footer.jpg) top left no-repeat;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
	padding-top: 10px;
	width: 976px; /* for IE: 976px - padding-left (0px) = 976px*/
	height: 40px; /* for IE: - padding-top(10px) = 30px */
	position: relative;
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
}

#footer a:link, #footer a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover
{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:active
{
	color: #FFFFFF;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER-SUB

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer-sub
{
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 976px;
	text-align: right;
	padding: 0px;
	position: relative;
	font-size: .8em;
	color: #000000;
}






/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HTML TAGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body
{
	margin: 0px;
	background-color: #E9E7E5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.4em; /*color:#666666;*/
	color: #000000;
}

p
{
	margin: 10px 0;
}

p.no-padding-no-margin
{
	padding: 0;
	margin: 0;
}

hr
{
	color: #E5E5E5;
	height: 1px;
	border: 0;
	margin: 15px 0;
}

blockquote
{
	padding: 0 0 0 12px;
	margin: 12px 0 0 0;
	background: url(../../images/layout/bg-quote.png) no-repeat;
}

blockquote p
{
	margin: 2px 0;
}

cite
{
	font-size: .85em;
	margin: 0;
	padding: 0 0 0 6px;
}

fieldset
{
	padding: 15px;
}

legend
{
	color: #333333;
	padding: 5px 3px 10px 3px;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HEADINGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


h1, h2, h3, h4, h5, h6
{
	font-size: 1.4em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	margin: 5px 0;
}

h1
{
	margin-bottom: 0;
	font-style: italic;
	margin-top: 0px;
}


h2
{
	font-size: 1.2em;
	margin-top: 0px;
}

h3
{
	font-size: 1.0em;
}

h4
{
	font-size: 0.9em;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LINKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

a
{
	color: #003399;
}

a:link
{
}

a:hover
{
}

a:active
{
}

a:visited
{
}


TABLE.tabular_wh a
{
	color: #FFFFFF;
	text-decoration: underline;
}

a.menulink:link
{
	color: #FFFFFF;
}

a.menulink:visited
{
	color: #FFFFFF;
}

a.menulink:hover
{
	color: #FFFFFF;
}

a.menulink:active
{
	color: #FFFFFF;
}



a.bluelink:link
{
	color: #003399;
}

a.bluelink:visited
{
	color: #003399;
}

a.bluelink:hover
{
	color: #3399FF;
}

a.bluelink:active
{
	color: #3399FF;
}


a.whitelink:link
{
	color: #FFFFFF;
}

a.whitelink:visited
{
	color: #FFFFFF;
}

a.whitelink:hover
{
	color: #EEEEFF;
}

a.whitelink:active
{
	color: #EEEEFF;
}


a.whitelink2:link
{
	color: #FFFFFF;
}

a.whitelink2:visited
{
	color: #FFFFFF;
}

a.whitelink2:hover
{
	color: #1100FF;
	font-weight: bold;
}

a.whitelink2:active
{
}


#content-side-two-column a:link, #content-side2-three-column a:link, #content-side1-three-column a:link
{
	text-decoration: none;
}

#content-side-two-column a:hover, #content-side2-three-column a:hover, #content-side1-three-column a:hover
{
	text-decoration: underline;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Accordion

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.accordionHeaderSelected
{
	border: 1px solid #2F4F4F;
	color: white;
	background-color: #5078B3;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
}

#master_content .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
	background-color: #D3DEEF;
	border: 1px dashed #2F4F4F;
	border-top: none;
	padding: 5px;
	padding-top: 10px;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TREE VIEW CONTROL

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.TreeView
{
	border-bottom: 1px dotted #B2B2B2 !important;
}

.TreeView div
{
	margin-left: 5px;
}

.TreeView table
{
	border-top: 1px dotted #B2B2B2 !important;
}

.TreeView div table
{
	border-bottom: none !important;
	border-top: none !important;
}

.TreeView table td
{
	padding: 2px 0;
}

.LeafNodesStyle
{
}


.RootNodeStyle
{
}

/* ALL ELEMENTS */
.NodeStyle
{
}

.ParentNodeStyle
{
	background: blue;
}


/* TreeView White Font */
Treeview-wh, .Treeview-wh:link
{
	color: #FFFFFF;
	padding: 2px 0 2px 3px;
}

.Treeview-wh:hover
{
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px 0 2px 3px;
}

.Treeview-wh:active
{
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px 0 2px 3px;
}

/*.Treeview-wh:selected
{
	color: #FFFFFF;
	padding: 2px 0 2px 3px;
}
*/

/* Treeview Blue Font*/
Treeview-bl, .Treeview-bl:link
{
	color: #003399;
	padding: 2px 0 2px 3px;
}

.Treeview-bl:hover
{
	color: #003399;
	font-weight: bold;
	padding: 2px 0 2px 3px;
}

.Treeview-bl:active
{
	color: #003399;
	font-weight: bold;
	padding: 2px 0 2px 3px;
}

/*
.Treeview-bl:selected
{
	color: #003399;
	padding: 2px 0 2px 3px;
}
*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LISTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

ul.list-of-links
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style: none;
}

li.list-of-links li
{
	padding: .2em 0 .2em 1em;
	margin-left: 0.4em;
}




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	IMAGES & PHOTOS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

img
{
	border-style: none;
	border-color: inherit;
	border-width: medium;
}

.photo-border
{
	border: 1px solid #cecece;
	padding: 4px;
	background: #d9d9d9 url(../../images/layout/bg-photo.png) top repeat-x;
	margin-bottom: 5px;
	display: block;
}

/*
.photo-float-left
{
	float: left;
	margin-right: 10px;
}
*/

.image-border-none
{
	border: none;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MISC CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.buttonclear
{
	/* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}

.clear
{
	clear: both;
}

.none
{
	display: none;
}

.watermarked
{
	color: gray;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Tab Area

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.TabArea
{
	background-color: White;
	font-size: x-small;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	position: absolute;
	top: 42px;
	height: 400px; /*	z-index: -25;*/
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

    Modal Popup

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.ModalPopupBackground
{
	background-color: black; /* filter: alpha(opacity=70);     opacity: 0.7;*/
}

.modalPopup
{
	background-color: #ffffdd;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 5px;
	width: 300px;
}

/*Popup Control*/
.popupControl
{
	position: absolute;
	visibility: hidden;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

    TextBoxes

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.TextBoxStandard
{
}

.TextBoxDeluxe
{
	font-family: Verdana;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

 Rating 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.ratingStar
{
	font-size: 0pt;
	width: 13px;
	height: 12px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	display: block;
	background-repeat: no-repeat;
}
.filledRatingStar
{
	background-image: url(../../Images/Icons/RatingFilledStar.png);
}
.emptyRatingStar
{
	background-image: url(../../Images/Icons/RatingEmptyStar.png);
}
.savedRatingStar
{
	background-image: url(../../Images/Icons/RatingSavedStar.png);
}



/*  
 CSS buttons
*/

a.button
{
	background: transparent url(../../Images/Layout_2008/bg_button_a.gif) no-repeat top right;
	font: normal 12px arial, sans-serif;
	color: #666 !important;
	text-decoration: none;
	display: block;
	float: left;
	height: 24px;
	width: 40px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
}

a.button:hover
{
	color: #000 !important;
	text-decoration: none;
}

a.button span
{
	background: transparent url(../../Images/Layout_2008/bg_button_div.gif) no-repeat;
	display: block;
	line-height: 14px;
	padding: 5px 0 5px 18px;
}

a.button:active
{
	background-position: bottom right;
	outline: none; /* hide dotted outline in Firefox */
}

a.button:active span
{
	background-position: bottom left;
	color: #000 !important;
	padding: 6px 0 4px 18px; /* push text down 1px */
}
