/* Containers */

/* Some CSS3.0 stuff */
input[type^="image"] { border: none!important;}
#wrapperinside {width: 960px; padding: 0 16px 20px 20px; color: #333333; margin: 0 auto;}

#wrapperinside > table {width:959px!important;}

div.top-H-ad {width:728px; height:90px; background-color:#ccc; margin:10px 0 15px 0}

div.right-V-ad {width:300px; height:250px; background-color:#ccc; margin:0 0 10px 0}

div.rightbox {padding:15px; width:270px; height:170px; background-repeat:no-repeat}
div.rightbox h3 {margin-bottom: 12px; font-size: 1.288em; }

div.userbox { width:280px; height:34px; background-repeat:no-repeat; line-height:34px; padding:0 15px 0 15px; margin-bottom:10px; font-weight: bold; }
div.userbox img { display: none; }

div.userbox span {margin-right:8px}
div.userbox a {color:#999!important;}
div.userbox a:hover {color:#333!important;}

div.loginBox {width:410px; height:69px; padding:15px; background-repeat:no-repeat}
div.registerBox {background-image:url(http://www.three.ie/images/webtext/registerBox.gif); width:370px; height:130px; padding:15px; background-repeat:no-repeat}

.handset-tabs, .leftdiv {width:513px; padding:0 ;margin:0; clear:both; text-align:left}
.overview-text{float:left; width:302px; padding-top:20px; padding-left:20px; text-align:left}


#sidebar {float:left; width:310px; margin-left:15px; text-align:left}

.h1DashedBorder {width:658px ;padding:0 0 5px  0 ;margin: 5px 0 10px 81px; border-bottom:1px dashed #000}
.h3DashedBorder {width:658px ;padding:0 0 5px  0 ;margin: 0 0 2px 0; border-bottom:1px dashed #000}

/* H tags */

h1 {padding:2px 0px 0px 0px ;margin:0px; font-size:1.5em; z-index:-999}
h2 {padding:0px ;margin:0px; font-size:15px; z-index:-999; text-align:left}
h3 {padding:0px ;margin:0px;}

h1.txt_01{ font-size:22px; z-index:-999}
h1.txt_02{ font-size:11px; z-index:-999}

h2.txt_01{font-size:11px; padding-bottom:5px; z-index:-999}
h2.txt_02{font-size:10px; padding-top:10px; z-index:-999}
h2.txt_03{font-size:14px; padding-top:5px; padding-bottom:5px; z-index:-999}
h2.txt_04{font-size:16px; padding-top:0px; z-index:-999}
h2.txt_05{font-size:44px; padding:0px; z-index:-999}
h2.txt_06{font-size:36px; padding:0px; z-index:-999}
h2.txt_07{font-size:15px; padding:0px; z-index:-999}
h2.txt_08{font-size:18px; padding:0px; z-index:-999}
h2.txt_09{font-size:30px; padding:0px; z-index:-999}
h2.txt_10{font-size:24px; padding:0px; z-index:-999}

h3.txt_03{ font-size:22px;  margin:0; z-index:-999}

/* Images Tab */
 
.imagesTab { padding:25px 0 0 25px; text-align: left;}
#stylised-images { padding: 10px 0 0 10px; }
#preview {
	position:absolute;
	border:1px solid #ccc;
	background:#FFF;
	padding:5px;
	display:none;
	color:#fff;
}


#choose-tab {
	position: absolute; 
	top: 340px; 
	left: 16px;
}

/* Stephen Mc */

td {
	padding-bottom: 5px;
	line-height: 16px;
}

input {
		border: 1px solid #999;
		
	}

.twoColFixRtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header {
	background: #FFF;
	padding: 20px 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Maria */


/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none !important;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
    font-size: 1.0em;
}
.ui-tabs-nav, .handset-overview ul {
 	height:25px; 
	background-color:#fff;
	padding-left:25px
}
.ui-tabs-nav li, .handset-overview ul li {
	list-style:none; 
	float:left; 
	background-image:url(http://www.three.ie/images/webtext/wt_greytab_off.gif); 
	background-position:bottom; 
	background-repeat:no-repeat; 
	width:90px; 
	height:25px; 
	text-align:center; 
	line-height:25px;
}
.ui-tabs-nav a:link, .ui-tabs-nav a:visited {
    color: #000;
}

.ui-tabs-selected a, .handset-overview ul li.selected {
	list-style:none; 
	float:left; 
	background-image:url(http://www.three.ie/images/webtext/wt_greytab_on.gif); 
	background-position:bottom; 
	background-repeat:no-repeat; 
	width:90px; 
	height:25px; 
	text-align:center; 
	line-height:25px; 
	font-weight:bold; 
	color:#000
}

.ui-tabs-nav a span {
    height: 27px;
    line-height: 27px;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited,
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active, .handset-overview ul { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited {
    color: #000;
}
.ui-tabs-panel, .overview-content {
	height: 100%;
	min-height:300px; 
	height:auto !important;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
	width: 413px; 
	background-image: url(http://www.three.ie/images/webtext/wt_tabscontentbg.gif); 
	background-position:top; 
	background-repeat:no-repeat; 
	background-color:#fff
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear @ IE 6 & IE 7 Quirks Mode */
    /*display: inline-block;*/
	top: 340px;

}
*:first-child+html .ui-tabs-nav  { /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

input.schedule-btn {width:111px; float:left; height:33px;}
input.submit-btn {width:111px; float:left; height:33px; margin-left:5px}
input.add-btn {width:59px; float:left; height:30px; margin-left:8px}
input.go-btn {width:59px; float:left; height:30px; margin-left:8px}

td { font-size: 1.125em; }
td > img { display: none; }
td a { color: #000; text-decoration: underline; }
td a:hover {  text-decoration: none; }

.LoginHeader {width:493px ;padding:5px 0 5px  0 ; border-bottom:1px dotted #000; position:relative; text-align:left  }


