/* ***** Link *************************************************************************************/
a:link
{ 
   text-decoration: none; 
   /*color: #0075bf;*/
   color: #000000; 
} 

a:active
{ 
   text-decoration: none;
   /*color: #0075bf;*/
   color: #000000; 
} 

a:visited
{ 
   text-decoration: none;
   /*color: #0075bf;*/
   color: #000000;
} 

a:hover					
{ 
   text-decoration: underline; 
   /*color: #000000;*/
   color: #0075bf;
}

a.footertext
{ 
   text-decoration: none; 
   color: #0075bf; 
} 

a.footertext:hover				
{ 
   text-decoration: none; 
   color: #639dd4; 
}

a.weblink:link
{ 
   text-decoration: underline; 
   color: #000000; 
} 

a.weblink:hover				
{ 
   text-decoration: none; 
   color: #0075bf;
}


/**************************************************************************************************/

/****** body **************************************************************************************/
body 
{
   background: url('http://www.cwmedia.com.au/emag/damailinglist/images/background.gif');
   background-repeat: repeat-x;
   background-color: #ffffff;
   margin-left: 0px;
   margin-top: 0px
}

hr
{
    border: 0;
	color: #000000;
	background-color: #000000;
	height: 5px;
	width: 100%;
	text-align: left;
}

ul, li 
{
	margin: 0;
	padding: 0;
}

ul.squarebullets  {
	margin-bottom: 12px;
}

ul.squarebullets li 
{
	list-style-type: none;
	background: url('http://www.cwmedia.com.au/emag/damailinglist/images/blt_square.gif') 0 3px no-repeat;
	padding: 0 0 2px 8px;
	line-height: 130%;
}

ul.squarebullets li a 
{
	color: #827C3B;
	font-size: 11px;
}
ul.squarebullets li a:hover {
	color: #746F34;
}

div.marginbottom {
	/* Since the Fx.Slide element resets margins, we set a margin on the above element */
	margin-bottom: 10px;
}

/**************************************************************************************************/

/***** table **************************************************************************************/
.MainTable 
{
   width: 750px;
   background-color: #EEEEEE;   
}

.BannerBg { 
   background-color: #FFFFFF; 
}

.MenuBg { 
   background-color: #00428c; 
 }

.StripBg 
{ 
   background-color: #5c9ad2;
   height: 21px;
}

.StripBg1 
{ 
   background-color: #16918e;
   height: 21px;
}

.StripBg2 
{ 
   background-color: #d2882c;
   height: 21px;
}

.StripBg3 
{ 
   background-color: #ca3232;
   height: 21px;
}

.StripBg4 
{ 
   background-color: #f7ea33;
   height: 21px;
}

.StripBg5 
{ 
   background-color: #4e4995;
   height: 21px;
}

.SideBg
{ 
   background-color: #eeeeee;
   width: 250px;
}

.SideBg7
{ 
   background-color: #d9d9d9;
   width: 200px;
}


.FooterBg { 
   background-color: #105ead; 
}

.spiel 
{
   width:730px;
   font-family: Verdana, Arial, Helvetica, sans-serif;  
   font-size: 10px; 
   font-weight: normal; 
   font-style: normal; 
   text-decoration : none; 
   color : #0075BF; 
   margin-bottom: 0 
}


td.first {
   width:450px;
}

td.second {
   width:270px;
}
/**************************************************************************************************/
/****** ajax **************************************************************************************/
div#container 
{
   border:0px solid #99b3b4;
   padding:5px;
   /*margin:auto;*/
   width:510px;
}

#log_res 
{
   height:auto;
   padding:5px;
   margin:10px auto 10px auto;
   width:500px;
}

#log_res p 
{
   margin:0;
   padding:4px 0 4px 0;
}

#log_res.ajax-loading { 
   background: url('http://www.cwmedia.com.au/ePublication/images/ajax-loader.gif') no-repeat center; 
}

.error 
{
   color:red;
   margin:0;
   padding:0;
}
/**************************************************************************************************/
/***** form ***************************************************************************************/
P.label_checkbox_pair 
{
   clear: both;
   float: none;
   position: relative;
}

P.label_checkbox_pair input 
{
   left: 0px;
   position: absolute;
   top: -1px;
}

P.label_checkbox_pair label 
{
   display: block;
   margin-left: 30px;
   font-family: "Courier New", Courier, mono;
   font-size: 15px;
   font-weight: bold;
}

.input 
{
   border: 1px solid #99b3b4;
   width: 250px;
   background: #e4ebeb;
   font: 11px arial, sans-serif;
   color:#443;
   padding:3px;
   margin-bottom:4px;
   outline:none;
}

.inputSelection, .inputTextField
{
   border: 1px solid #99b3b4;
   width: 150px;
   background: #e4ebeb;
   font: 11px arial, sans-serif;
   color:#443;
   padding:3px;
   margin-bottom:4px;
   outline:none;
}

.inputSmall
{
   border: 1px solid #99b3b4;
   width: 60px;
   background: #e4ebeb;
   font: 11px verdana, sans-serif;
   color:#443;
   padding:3px;
   margin-bottom:4px;
   outline:none;
}

.inputTiny
{
   border: 1px solid #99b3b4;
   width: 50px;
   background: #e4ebeb;
   font: 11px arial, sans-serif;
   color:#443;
   padding:3px;
   margin-bottom:4px;
   outline:none;
}

.inputTiny2
{
   border: 1px solid #99b3b4;
   width: 70px;
   background: #e4ebeb;
   font: 11px arial, sans-serif;
   color:#443;
   padding:3px;
   margin-bottom:4px;
   outline:none;
}

.inputTiny3
{
   border: 1px solid #99b3b4;
   width: 100px;
   background: #e4ebeb;
   font: 11px arial, sans-serif;
   color:#443;
   padding:3px;
   margin-bottom:4px;
   outline:none;
}

.input:focus 
{
   border:1px solid #567475;
   background: #e4ebeb;
}

.checked 
{
   background-color:#EEEEEE;
   background-image: url('http://www.cwmedia.com.au/emag/damailinglist/images/chk_on.png');
   background-repeat: no-repeat;
   width: 20px;
   height: 20px;
   clear:both;
   cursor:pointer

}

.unchecked
{
   background-color:#EEEEEE;
   background-image: url('http://www.cwmedia.com.au/emag/damailinglist/images/chk_off.png');
   background-repeat: no-repeat;
   width: 20px;
   height: 20px;
   clear:both;
   cursor:pointer
}

a.leftnav {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #0075BF;
	background-color: #D9D9D9;
	display: block;
	padding: 2px 0px 2px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	height: 25px;
	width: 195px;
	text-decoration: none;
	font-weight: bold;
}

a.leftnav:hover {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #999999;
	display: block;
	padding: 2px 0px 2px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	height: 25px;
	width: 195px;
	text-decoration: none;
	font-weight: bold;
}

.selectedTab {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #999999;
	display: block;

	padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 5px;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	height: 25px;
	width: 195px;
	text-decoration: none;
	font-weight: bold;
}
/**************************************************************************************************/
/****** button ************************************************************************************/
.submit-btn 
{
   width: 54px;
   height: 20px;
   background: #743 url('http://www.cwmedia.com.au/emag/damailinglist/images/button/submit.gif') no-repeat;
   outline: none;
}

.submit-btn:hover {
   background: #069 url('http://www.cwmedia.com.au/emag/damailinglist/images/button/submit.gif') no-repeat 0 -20px;
}

.login-btn 
{
   width: 54px;
   height: 20px;
   background: #743 url('http://www.cwmedia.com.au/emag/damailinglist/images/button/login.gif') no-repeat;
   outline: none;
}

.login-btn:hover {
   background: #069 url('http://www.cwmedia.com.au/emag/damailinglist/images/button/login.gif') no-repeat 0 -20px;
}

.logout-btn 
{
   width: 54px;
   height: 20px;
   background: #743 url('http://www.cwmedia.com.au/emag/damailinglist/images/button/logout.gif') no-repeat;
   outline: none;
}

.logout-btn:hover {
   background: #069 url('http://www.cwmedia.com.au/emag/damailinglist/images/button/logout.gif') no-repeat 0 -20px;
}

.back-btn 
{
   width: 54px;
   height: 20px;
   background: #743 url('http://www.cwmedia.com.au/emag/damailinglist/images/button/back.gif') no-repeat;
   outline: none;
}

.back-btn:hover {
   background: #069 url('http://www.cwmedia.com.au/emag/damailinglist/images/button/back.gif') no-repeat 0 -20px;
}

.export-btn 
{
   width: 54px;
   height: 20px;
   background: #743 url('http://www.cwmedia.com.au/emag/damailinglist/images/button/export.gif') no-repeat;
   outline: none;
}

.export-btn:hover {
   background: #069 url('http://www.cwmedia.com.au/emag/damailinglist/images/button/export.gif') no-repeat 0 -20px;
}

.add-btn 
{
   width: 54px;
   height: 20px;
   background: #743 url('http://www.cwmedia.com.au/emag/damailinglist/images/button/add.gif') no-repeat;
   outline: none;
}

.add-btn:hover {
   background: #069 url('http://www.cwmedia.com.au/emag/damailinglist/images/button/add.gif') no-repeat 0 -20px;
}

.delete-btn 
{
   width: 54px;
   height: 20px;
   background: #743 url('http://www.cwmedia.com.au/emag/damailinglist/images/button/delete.gif') no-repeat;
   outline: none;
}

.delete-btn:hover {
   background: #069 url('http://www.cwmedia.com.au/emag/damailinglist/images/button/delete.gif') no-repeat 0 -20px;
}

.update-btn 
{
   width: 54px;
   height: 20px;
   background: #743 url('http://www.cwmedia.com.au/emag/damailinglist/images/button/update.gif') no-repeat;
   outline: none;
}

.update-btn:hover {
   background: #069 url('http://www.cwmedia.com.au/emag/damailinglist/images/button/update.gif') no-repeat 0 -20px;
}

.send-btn 
{
   width: 54px;
   height: 20px;
   background: #743 url('http://www.cwmedia.com.au/emag/damailinglist/images/button/send.gif') no-repeat;
   outline: none;
}

.send-btn:hover {
   background: #069 url('http://www.cwmedia.com.au/emag/damailinglist/images/button/send.gif') no-repeat 0 -20px;
}

.search2-btn 
{
   width: 54px;
   height: 20px;
   background: #743 url('http://www.cwmedia.com.au/emag/damailinglist/images/button/search2.gif') no-repeat;
   outline: none;
}

.search2-btn:hover {
   background: #069 url('http://www.cwmedia.com.au/emag/damailinglist/images/button/search2.gif') no-repeat 0 -20px;
}
/**************************************************************************************************/
/****** text **************************************************************************************/
.subTitleText 
{
   font-size: 15px;
   color: rgb(58, 160, 10);
   font-weight: bold;
}

.titleText 
{
   font-size: 11px;
   color: rgb(0, 73, 58);
   font-weight: bold;
}

 .blackText 
{  
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 10px; 
   color: #666666; 
   text-decoration: none
}

.copyrightText
{  
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 10px; 
   color: #333333; 
   text-decoration: none
}

.errorMessage
{  
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 10px; 
   color: #990000;
   font-weight: bold;
   text-decoration: none
}

.contentText
{ 
   font-family: Verdana, Arial, Helvetica, sans-serif;  
   font-size: 10px; 
   font-weight: normal; 
   font-style: normal; 
   text-decoration : none; 
   color : #0075BF; 
   margin-bottom: 0 
}


.footerText
{ 
   font-family: "Verdana", Arial, Helvetica, sans-serif;  
   font-size: 9px; 
   font-weight: normal; 
   font-style: normal; 
   text-decoration : none; 
   color : #0075BF; 
   margin-bottom: 0 
}

.formTitle 
{
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color : #0075BF; 
}

.adminTitle {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	font-weight: bold;
}

#listTableHeader {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #5C9AD2;
	font-weight: bold;
	background-position: center;
}

#listTableText
{ 
   font-family: Verdana, Arial, Helvetica, sans-serif;  
   font-size: 10px; 
   font-weight: normal; 
   font-style: normal; 
   text-decoration : none; 
   color : #0075BF;
   background-color: #FFFFFF;
   margin-bottom: 0 
}

/*************************************************************************************************/
.main_table 
{
   color: #0075bf;
   border-right: #cecede 1px solid;
   border-top: #cecede 1px solid;;
   border-left: #cecede 1px solid;
   border-bottom: #dedede 1px solid;
   font: 11px verdana;
}

.tab_header_cell 
{
   bbackground: #dcdcc5;
   background: #d9dad5
   color: #0075bf;
   border-right: #9e9e9e 1px solid;
   border-top: #bebebe 0px solid;;
   border-left: #bebebe 0px solid;
   border-bottom: #9e9e9e 1px solid;
   font: 10px verdana;
   font-weight: normal;
}

#blue_line
{
   background-image: url('http://www.cwmedia.com.au/emag/damailinglist/images/TopBanner02.jpg');
   background-repeat: repeat-x;
   height: 81px;
   width: 817px;
}
