@charset "utf-8";
	/* 
	CSS Irish Texel Society 
	*/
	
/* v1.0 | 20080212 */

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;
	outline: 0;
	font-size: 100%;
/*	vertical-align: baseline;*/
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
reset end
*/
	

/* 
body
*/
body{
	font-size:85%; 
	font-family: Arial, Verdana, serif; 
	color:#000;
	background:#29251c url(/images/bg_main.jpg) 0 0 repeat-x;
}


/*
links
*/
a:link,a:visited{
	color:blue;
	text-decoration:underline;
}
a:hover{
	color:red;
	text-decoration:none;
}

/*
headings
*/
h1{ font:bold 22px Georgia, "Times New Roman", Times, serif; color:#2d2d2d; padding-bottom:15px; }
h2{ font:bold 14px Arial, Verdana, serif; color:#2d2d2d; padding-bottom:5px; }
h3{ font:bold 30px Arial, Verdana, serif; color:#2d2d2d; padding-bottom:5px; }
h4{ font:bold 18px Arial, Verdana, serif; color:#2d2d2d; padding-bottom:5px; }
h5{ font:bold 17px Arial, Verdana, serif; color:#2d2d2d; padding-bottom:5px; }
h6{ font:bold 18px Arial, Verdana, serif; color:#2d2d2d; }

.home_box_text {
	font:18px Arial, Verdana, serif;
	color:#2d2d2d; 
	font-weight:normal;
	margin-bottom:20px;
}
.home_box_text a:link, .home_box_text a:visited {
	color:#2d2d2d; 
	text-decoration:none;
}
.home_box_text a:hover, .home_box_text a:active {
	color:#2d2d2d; 
	text-decoration:underline;
}

.home_bottombox_text {
	font-family:Arial, Verdana, serif;
	font-size:13px; 
	color:#2d2d2d; 
	font-weight:normal;

}
.home_bottombox_heading a:link, .home_bottombox_heading a:visited {
	color:#2d2d2d; 
	text-decoration:none;
	line-height:1.1em;
}
.home_bottombox_heading a:hover, .home_bottombox_heading a:active {
	color:#2d2d2d; 
	text-decoration:underline;
}
.home_bottombox_text a:link, .home_bottombox_text a:visited {
	color:#2d2d2d; 
	text-decoration:none;
}
.home_bottombox_text a:hover, .home_bottombox_text a:active {
	color:#2d2d2d; 
	text-decoration:underline;
}
.home_bottombox_text p{
	text-align:justify;
	margin-right:3px;
}


#content ul, #content li{  
padding-left:5px; 
padding-bottom:10px;
line-height:2em;
list-style-type:circle;
}
#content ul{
margin-left:50px;
}	

#saledetails {
	width:700px;
	margin:10px auto;
	border:1px solid #000;
	padding:10px;
}
.sale_ad_heading {
	font:bold 30px Arial, Verdana, serif; color:#2d2d2d; padding-bottom:5px; text-transform:uppercase;
}
.sale_ad_sub_heading {
	font:bold 30px Arial, Verdana, serif; color:#2d2d2d; padding-bottom:5px;
}
.sale_ad_body {
	font:bold 16px Arial, Verdana, serif; color:#2d2d2d; padding-bottom:5px;
}
	
	
#container{
	background:#fff;
	margin:0 auto;
	width:950px;
	clear:both;
}
	
	
/*
header
*/
#header{
	background:url(/images/header_main.jpg) no-repeat;
	width:950px;
	height:153px;
	margin:0 auto;
/*	border:1px solid red;*/
}



#nav-box { 
width:950px;
}
#nav {
	padding:0;
	width:100%;
	height:31px;
	border-top:1px solid #29251c;
	border-bottom:1px solid #29251c;
	background:#f4f4f4;
	font-family: Georgia, "Times New Roman", Times, serif; 
}
#nav li {
display:inline;
float: left;
position: relative;
color: #fff;
margin:0 auto;				
text-align:center; 
padding:0;
}
#nav a:link, #nav a:visited {
text-align:center;
display: block;
text-decoration: none; 
padding-top: 7px;
color: #000;
width:117px;
height:23px;
font-weight:bold; 
font-size:12px;
margin-right:1px;					
}
#nav a:hover, #nav a:active {
background:#dbd5c5;
color:#000;
}
* html #nav a {
width: 100%;
}
#nav ul {
display: none;
position: absolute;
padding-top: 0px;
}
#nav ul li {
background:#fff;
border: 1px solid #ccc;
font-size: 100%;
margin-bottom: -2px;
margin-top: 1px;
padding: 0;
}
#nav ul a:link, #nav  ul a:visited { 	
width:195px; 
text-align:left; 
padding-left:15px; 
}		
#nav li:hover ul {
display: block;
text-align:left; 
}	
#nav li ul li {
border-bottom: 1px solid #ddd; 
background:#fff; 
text-align:left; 
width:210px; 
z-index:100; }								
			
			
/*
active nav
*/
#home #nav-home a,
#society #nav-society a,
#breed #nav-breed a,
#members #nav-members a,
#sales #nav-sales a,
#shows #nav-shows a,
#links #nav-links a,
#contacts #nav-contacts a {
	background:#dbd5c5;
	color:#000;
}
ul.nde-menu-system li.submenu:hover ul 
{
	left: 0;
	visibility: visible;
}

/*
banner
*/
#banner{
	width:950px;
	height:218px;
	margin:0 auto;
}

	
/*
content
*/
#content{
	padding:25px 25px 20px 25px;
	width:900px;
	clear:both;
}
	#content p {line-height: 1.3;
}


/*
tables
*/
.council-table{
	border-top:1px solid #000;
/*	border-bottom:1px solid #000;*/
	margin:0 auto;
}
.council-table td {
	padding:7px;
}
.council-table img {
	border:1px solid #000;
}
.members-table {
	width:100%;
	border:1px solid #000;
}
.members-table td {
	padding:5px;
	text-align:center;
	border:1px solid #333;
	padding-top:10px;
}
.memberdetails {
	text-align:left;
	padding:10px 30px 15px 40px;
	font:110% Arial, Verdana, serif; color:#2d2d2d; font-weight:bold; font-style:italic;
}
.members-table td.paddingleft {
	padding-left:40px;
	text-align:left;
}
.members-table td.judgespaddingleft {
	padding-left:20px;
	text-align:left;
}


.admin-table {
	border:1px solid #000;
	background:#ded8cc;
}
.admin-table td {
	padding:5px;
	border:1px solid #333;
	padding-top:10px;
}

.rte-table {
	border:1px solid #000;
	background:#ded8cc;
}
.rte-table td {
	padding:5px;
	border:1px solid #333;
}

#sale-report-small-table {
	width:530px;
	border:1px solid #000;
}
#sale-report-small-table td {
	padding:5px;
	text-align:center;
	border:1px solid #333;
	padding-top:10px;
}
.sale-report-small-table {
	text-align:left;
	font:110% Arial, Verdana, serif; color:#2d2d2d;
}


.even td{ background-color:#eaf4db; }
 
.odd td{ background-color:#ffffff; }

.tr-headings {

	height:35px;
	font-weight:bold;
	font-size:120%;
}

.table_page_headings {
background:url(/images/table-headings-middle.jpg) repeat-x 0 0;
/*width:210px;*/
color:#fff;
font-size:120%;
font-weight:bold;
line-height:2.5em;
padding-top:15px;
padding-bottom:15px;
padding-left:25px;
padding-right:25px;
text-align:left;
text-transform:uppercase;
}

.table_headings_left {
	width:23px;
	height:45px;
	background:url(/images/table-headings-left.jpg);
}

/*.salesreport_page_headings {
background:url(/images/salesreport_heading_bg.jpg);
width:300px;
height:25px;
color:#fff;
font-size:120%;
font-weight:bold;
padding-top:20px;
text-align:center;
text-transform:uppercase;
}
.judge_table_page_headings {
background:url(/images/judge_heading_bg.jpg);
width:150px;
height:25px;
color:#fff;
font-size:120%;
font-weight:bold;
padding-top:20px;
text-align:center;
}*/

#judgesfilterbox {
text-align:right;
width:260px;
height:15px;
font-size:100%;
font-weight:bold;
padding-top:10px;
float:right;
}
#membersfilterbox {
text-align:right;
width:260px;
height:15px;
font-size:100%;
font-weight:bold;
padding-top:10px;
padding-right:10px;
float:right;
}
#memberssearchbox {
text-align:right;
width:300px;
height:15px;
font-size:100%;
font-weight:bold;
padding-top:10px;
float:right;
}
.dropdown {
	font-family: Arial, Verdana, serif; 
	font-size: 85%;
	background-color: #464646;
	color: #FFFFFF;
}

/*
footer
*/
.footer-image{
	border-top:1px solid #000;
}
#footer{  
	width:950px;
	height:30px;
	font-size:12px; 
	margin:0 auto;
	clear:both;
	text-align:center;
	background:#17170f;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#footer,#footer a{
	padding-top:20px;
	padding-bottom:10px;
	color:#fff;
	font-size:100%;
}
#sub-footer {
	font-size:10px;
}

#left-half {
	width:48%;
	float:left;
	border-right:1px solid #000;
	padding-right:3%;
	text-align:justify;
}
#right-half {
	width:46%;
	float:right;
	padding-left:2%;

}

#show-report-left {
	width:530px;
	float:left;
	padding-top:5px;
	margin-bottom:15px;
}
#show-report-right {
	width:313px;
	float:right;
	margin-bottom:15px;
	border:1px solid #000;
	padding:10px;
	overflow: auto;
	height:511px;
	text-align:justify;
}
#show-report-thumbnails {
	width:898px;
	border:1px solid #000;
	overflow: auto;
	height:153px;
}
#show-report-thumbnails div {
    padding:10px;
 }
#show-table-right {
	width:335px;
	float:right;
	margin-top:45px;
	margin-bottom:15px;
	overflow: auto;
	height:488px;
}
img.photo{
	border:1px solid #000;
    margin:7px;
    float:left;
    display:inline;
 }

#breedstandard-left {
	width:540px;
	float:left;
	margin-bottom:20px;
	text-align:justify;
}
#breedstandard-right {
	width:316px;
	float:right;
	margin-bottom:20px;
}
#breedstandard-bottomleft {
	width:450px;
	float:left;
	text-align:justify;
	margin-bottom:20px;
}
#breedstandard-bottomright {
	width:407px;
	float:right;
	margin-bottom:20px;
}
#judges-left {
	width:455px;
	float:left;
/*	text-align:justify;*/
	padding-top:5px;
	padding-right:37px;
	border-right:1px solid #000;
	min-height:700px;
}
#judges-right {
	width:400px;
	float:right;
	text-align:right;
	margin-bottom:20px;
}
#judges-right img{
	border:1px solid #000;
}

#backtomenu {
	width:200px;
	float:right;
	text-align:center;
	padding:7px;
	border:1px solid #000;
	font-size:120%;
	font-weight:bold;
}

.textarea {
	width:98%;
	border:1px solid #333;
	margin-top:3px;
}
.smalltextarea {
	border:1px solid #333;
	margin-top:3px;
}

.center {
	text-align:center;
}
.textalignright {
	text-align:right;
}
.textalignleft {
	text-align:left;
}

.lightgrey-border{
	border:1px solid #d5d5d5;
}
.black-border{
	border:1px solid #000;
}
.image_right {
	float:right;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.portraitnewscontent {
	width:480px; 
	overflow: auto;
	text-align:justify;
	padding-right:10px;
}
.fullportraitnewscontent {
	width:890px; 
	overflow: auto;
	text-align:justify;
	padding-right:10px;
}
.fullportraitnewscontent img{
	border:1px solid #666;
	float:right;
	margin-left:20px;
}

.headlinelink a:link, .headlinelink a:visited {
	color:#2d2d2d; 
	text-decoration:none;
}
.headlinelink a:hover, .headlinelink a:active {
	color:#2d2d2d; 
	text-decoration:underline;
}

.portraitnewsimage{
	width:395px;
	overflow:hidden;
	float:right;
	clear:right;
	text-align:center;
}
.portraitnewsimage img{
	border:1px solid #666;
}

.noborder {
	border:0;
}

#adverts {
	text-align:left;
}
#adverts img {
	border:1px solid #000;
	margin:10px;
}

.awaitingphoto {
	font:bold 16px Arial, Verdana, serif; 
	color:#2d2d2d;
	width:168px;
	height:132px;
	border:1px solid #666666;
	text-align:center;
	padding-top:80px;
	background:#e2e2e2;
}
.roletext {
	font-size:80%;
}
.webdesign{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	padding:0;
	margin:0 auto;
	padding-top:5px;
	padding-bottom:10px;
	width:950px; 
	text-align:right; 
	background:transparent;
}
.webdesign a:link, .webdesign a:visited {
	color:#999999;
	text-decoration:none;
}
.webdesign a:hover {
	color:#fff;
	text-decoration:underline;
}
.newspic {
	margin:10px;
	border:1px solid #666;
	vertical-align:top;
}
#newspicsholder {
	width:100%;
	background:#d6cfc7;
	border:1px solid #666;
	text-align:center;
}
#previous-next-buttons {
	padding-top:15px;
	padding-bottom:10px;
	text-align:center;
}
#previous-next-buttons a:link, #previous-next-buttons a:visited{
	padding:10px;
	border:1px solid #666;
	background:#f4f4f4;
	color:#2d2d2d; 
	text-decoration:none;
}
#previous-next-buttons a:hover, #previous-next-buttons a:active{
	padding:10px;
	border:1px solid #666;
	background:#666;
	color:#f4f4f4; 
	text-decoration:none;
}
.activepage {
	padding:10px;
	border:1px solid #666;
	background:#666;
	color:#f4f4f4;
	font-size:140%;
	font-weight:bold;
}
.published {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	padding-top:10px;
	font-size:80%;
	color:#666;
}
.justifytext p{
	text-align:justify;
}
#newsmainstory {
	text-align:justify;
}
#newsmainstory img {
	border:1px solid #666;
	float:right;
	margin-left:30px;
}
.center-red {
	color:red;
	text-align:center;
	font-weight:bold;
}