/* --------------------------------------------------------------- */
/* ------------- General CSS fixes and normalization ------------- */
/* --------------------------------------------------------------- */
* {
	position: relative;
	padding: 0px;
	margin: 0px;
}

img {
	border: none;
	padding: 0px;
	margin: 0px;
}

body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin: 0px; 
	padding: 0px; 
}

table { 
	border-collapse: collapse; 
	border-spacing: 0;
}

fieldset,img {  
	border: none; 
}

address,caption,cite,code,dfn,em,strong,th,var { 
	font-style: normal; 
	font-weight: normal; 
}

caption,th { 
	text-align: left; 
}

h1,h2,h3,h4,h5,h6 { 
	font-size: 100%; 
	font-weight: normal; 
}

q:before,q:after { 
	content: ''; 
}

abbr,acronym {
	border: 0; 
}

/* fix for some stupid thing that makes lines run together */
font {
	line-height: normal;
}

/* ie6 transparent png support */
.transpng { 
	behavior: url(/pngfix/iepngfix.htc);
}

ul , ol{
	margin-left: 10px;
}

li {
	margin-left: 10px;
	margin-bottom: 4px;
}

/* ------------------------------------------------------------------ */
/* ------------- XXnet 3.0 Header Layout and Formatting ------------- */
/* ------------------------------------------------------------------ */

#header
{
	background-image: url(/media/themes/christmas/panoramas/show_panorama.php);
	background-repeat: repeat-x;
	width: 100%;	
	height: 151px;
	z-index: 1;
	overflow: hidden;
}

#header_top
{
	height: 126px;
}

#logo
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}

.image_nofrills {
	border: none;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}


/* --------------------------------------------- */
/* ------------- XXnet 3.0 Menu Bar------------- */
/* --------------------------------------------- */

#menu_bar {
	width: 100%;
	height: 26px;
	text-align: left;
	background-image: url(/themes/christmas/images/menu/menu_background_blue.gif);
	background-repeat: repeat-x;
}

#menu_bar ul, #menu_bar li {
	padding: 0px;
	margin: 0px;
}

#main_menu {
	position: absolute;
	left: 0px;
	display: inline;
	list-style: none;
	z-index: 10;
	background-image: url(/themes/christmas/images/menu/menu_background_blue.gif);
	background-repeat: repeat-x;
}

#main_menu * {
	display: inline;
	list-style: none;
}

#member_menu {
	position: absolute;
	right: 0px;
	display: inline;
	list-style: none;
	background-image: url(/themes/christmas/images/menu/menu_background_blue.gif);
	background-repeat: repeat-x;
}

#member_menu * {
	display: inline;
	list-style: none;
}


/* -------------------------------------------------------------- */
/* -------------- Page Table Layout and Formatting -------------- */
/* -------------------------------------------------------------- */

p{
	margin-bottom: 15px;
}

#page_table {
	width: 100%;
}

#page_tr {
	vertical-align: top;
	height: 100%;
}

#main_content_td {
	height: 100%;
	vertical-align: top;
}

#thingbar_td {
	height: 100%;
	width: 190px;
	vertical-align: top;
	background-image: url(/media/themes/christmas/thingbar/bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	border-bottom: 1px solid #222299;
}

/* ------------------------------------------------------------------- */
/* -------------- Article/Section Pages under XXnet 3.0 -------------- */
/* ------------------------------------------------------------------- */

#content {
	width: 100%;
	font-family: Arial;
}

#content p{
	font-family: Arial;
}

#content p, #content ul, #content ol, #content li, #content .content {
	font-size: 12px;
	color: #444;
	font-family: Arial;
}


.item {
	margin: 30px;
}

a:link:hover {
	color: red; text-decoration: underline;
}

h1 {
	font-size: 17pt;
	color: #999;
	line-height: 130%;
	padding-bottom: 5px;
}

h2 {
	font-size: 15pt;
	color: #999;
	line-height: 130%;
	padding-bottom: 8px;
}

h3 {
	font-size: 11pt;
	border-bottom: 1px solid silver;
	color: #39f;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 8px;
	line-height: 130%;
}

td, div
{
	font-family: Verdana;
	font-size: 10px;
	line-height: 130%;
}

span.os_item:before { content: open-quote; color: red; }
span.os_item:after { content: close-quote; color: red; }
span.os_item { font-weight: bold; color: green; }

ol.list_small {
	margin: 0em;
	padding-left: 3em;
}
ol.list_small li {
	width: 50%;
}

.news_headline {
	font-weight: bold;
}

#was_helpful {
	border: 1px solid #bbb;
	background-color: #efefef;
	color: #777;
	padding: 10px;
	margin: 10px;
	height:30px;
	line-height:30px;
	vertical-align: middle;
	padding-left: 40px;
	font-size: 11px;
}
#was_helpful img{
	position: absolute;
	left: 17px;
	top: 17px;
}


/* ----------------------------------------------------------- */
/* -------------- Services page under XXnet 3.0 -------------- */
/* ----------------------------------------------------------- */

.services {
	width: 100%;
}

.service {
	padding-bottom: 20px;
	margin: auto;
}
.service_features {
	position: absolute;
	right: 10px;
	top: 20px;
}

.services_dialup, .services_dsl, .services_email, .services_isdn {
	height: 175px;
	width: 600px;
	border: 1px solid #bbb;
	background-color: #efefef;
	color: #777;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

.services_dialup {
	background-image: url('/themes/christmas/images/service_backgrounds/dialup_background 3.jpg');
	background-repeat: no-repeat;
	background-position: left;
}

.services_dsl {
	background-image: url(/themes/christmas/images/service_backgrounds/dsl_background.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

.services_email {
	background-image: url(/themes/christmas/images/service_backgrounds/email_background.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

.services_isdn {
	background-image: url(/themes/christmas/images/service_backgrounds/isdn_background.jpg);
	background-repeat: no-repeat;
	background-position: left;
}


.service_button{
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 200px;
	height: 25px;
	line-height: 25px;
	background-color: #333;
	text-align: center;
}

.service_button a, .service_button a:link, .service_button a:visited, .service_button a:hover, .service_button a:active {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

.service_button a:hover {
	color: #ffcc00;
}

/* ---------------------------------------------------------- */
/* -------------- Support page under XXnet 3.0 -------------- */
/* ---------------------------------------------------------- */

#support_wizard {
	width: 502px;
	height: 252px;
	text-align: left;
	background-image: url(/themes/christmas/images/support/support_center.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#security_wizard {
	width: 502px;
	height: 252px;
	padding-top: 30px;
	text-align: left;
	background-image: url(/themes/christmas/images/support/security_center.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#support_wizard .support2 {
	position: absolute;
	left: 162px;
	top: 132px;
}

#support_wizard #support1 {
	position: absolute;
	left: 162px;
	top: 82px;
}

#support_wizard #submit_button {
	position: absolute;
	left: 317px;
	top: 161px;
}

#support_wizard #contact_button {
	position: absolute;
	left: 0px;
	bottom: 0px;
}

/* -------------------------------------------------------------------- */
/* ------------- Workshop / Webmail Layout and Formatting ------------- */
/* -------------------------------------------------------------------- */

#workshop_bar {	
	padding: 5px;
	background-color: #efefef;
	background-repeat: repeat-x;
	border: 1px solid #bbb;
	text-align: left;
	margin: 5px;
	vertical-align: middle;
}

#workshop_bar *{
	vertical-align: middle;
}

.workshop_button{
	margin-right: 3px;
	vertical-align: middle;
}

.workshop_button *{
	color: #444;
	text-decoration: none;
}

.workshop_button a:hover{
	color: #ff0000;
	text-decoration: underline;
}

.workshop_message_box, .workshop_error_box {
	width: 99%;
	padding: 10px 0px 10px 0px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.workshop_error_box{
	color: #007700;
	background-color: #ffaaaa;
	border: 2px solid #bb0000;
}

.workshop_message_box{
	color: #007700;
	background-color: #aaffaa;
	border: 2px solid #00bb00;
}

.file_even>*, .file_odd>*{
	margin: 0px 5px 0px 5px;
}

.file_even, .file_odd {
	vertical-align: middle;
	height: 26px;
	line-height: 26px;
}

.file_even img, .file_odd img {
	vertical-align: middle;
	line-height: 26px;
}

.file_even {
	background-color: #f5f5fa;
	border: 1px solid #f3f3f7;
}

.file_odd {

}

div.img_float {
	
	padding: 5px;
	float: left;
	margin: 6px;
	height: 160px;
	margin-bottom: 15px;
	border: solid 1px #ddd;
}


div.img_float_sel {
	padding: 5px;
	float: left;
	margin: 6px;
	background-color: #eeeeee;
	border: solid 1px #cccccc;
}

.pix_bottom_links {
	font-size: 8pt;
	a:visited
}

.pix_rename_box {
	border: 1px #ccc solid;
	font-size: 8pt;
	line-height: 100%;
	height: 9pt;
	background-color: white;
	padding: 2px;
}

a.pix_bottom_links:link {
	color: blue;
}

a.pix_bottom_links:visited {
	color: blue;
}

a.pix_bottom_links:active {
	color: blue;
}

.image_snapshot {
	border: 1px solid #ddd;
}

.image_snapshot:hover {
	border: 1px solid #ff0000;
}

/* ------------------------------------------ */
/* ------------- Modal Overlays ------------- */
/* ------------------------------------------ */

#lightbox, #new_folder_box, #move_box{
    display: none;
    float: left;
    position: absolute;
    left: 300px;
    top: 100px;
    z-index:2500;
    width:300px;
    margin:0px 0 0 -170px;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #000;
    text-align: left;
}
    
#lightbox[id], #new_folder_box[id], #move_box[id]{ /* IE6 and below Can't See This */
	left:50%;
    position:fixed;
}

#overlay, #overlay_alt, #overlay_ie{
	display: none;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:1000px;
    z-index:1000;   
    background-color:#000;
    -moz-opacity: 0.85;
    opacity:.85;
    filter: alpha(opacity=85);
}
    
#overlay[id], #overlay_alt[id]{ /* IE6 and below Can't See This */
    position:fixed;
}

/* ------------------------------------------- */
/* ------------- Form Formatting ------------- */
/* ------------------------------------------- */

.ui_label {
	font-weight: bold;
}

.ui_info {
	font-style: italic;
	font-size: 9pt;
}

#contact_content {
	margin-right: 230px;
}

.contact_form {
	border: 1px solid #bbb;
	background-color: #efefef;
	color: #777;
	margin-left: 24px;
	width: 200px; 
	padding: 10px;
}

.form_subgroup {
	margin-left: 24px;
}

.form_info_text {
	color: brown;
	display: block;
	padding: 4px 24px;
}

.form_legend {
	color: brown;
	margin-bottom: 8px;
	display: block;
}

.form_align_left label {
	display: block;
	padding-top: 8px;
}

.form_align_right label {
	padding-top: 8px;
}

.form_align_right {
	text-align: right;
}

/* ------------------------------------------------------------------ */
/* ------------- Footer/Copyright Layout and Formatting ------------- */
/* ------------------------------------------------------------------ */

#footer{
	width: 100%;
	clear: both;
	margin-top: 35px;
	text-align: left;
}

#copyright{
	color: #444;
	clear: both;
	text-align: left;
	margin:10px;
	padding-top: 25px;
}

#copyright a:link, #copyright a:active, #copyright a:visited{
	color: #6a9fdb;
}

#copyright a:hover{
	color: #f36f30;
}

/* -------------------------------------------------------------------- */
/* ------------- Thingbar/Dashboard Layout and Formatting ------------- */
/* -------------------------------------------------------------------- */

#dashboard
{
	width: 190px;
	height: 100%;
	background-color: #fff; 
	z-index: 1998;
	background-image: url(/media/themes/christmas/thingbar/bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	overflow: hidden;
	font-size: 10px;
}

#dashboard .content {
	font-size: 10px;
}

#dashboard_not_there {
	position: absolute;
	width: 26px;
	height: 126px;
	overflow: hidden;
	top: 0px;
	right: 0px;
	z-index: 1999;
}

.contact_email {
	width: 100%;
}

.contact_email td {
	padding: 0.2em 0;
	border-bottom: 1px dotted #bbb;
}

