	
	html {
		font-size: 62.5%;
		  	   
	}
	
	
	       
    
	  #betasite
	  {
	      height:20px; background-color:#ff0000; color:#ffffff; text-align:center; font-size:14px; font-weight: bold;
	      position:absolute; top:0px; left:-1px; width:100%;
	      }     
	#wrapper 
{
  width:100%; margin: -15px auto 0px auto;
    }
.page
{
    background-color: #fff;
    margin: 0px 25px 0px 25px;
    padding: 0px 15px 15px 15px;
    border: 0px solid #c0c0c0; 
    min-height:500px;
}


/*	--------------------------------------------------
	:: Links
	-------------------------------------------------- */
	a { color: #4f75ad; text-decoration: none; line-height: inherit; font-size:12px;  }
	a:hover { color: #00a6fc; }
	a:focus { color: #cc4714; outline: none; }
	
	a.main { color: #00a6fc; text-decoration: none; line-height: inherit; font-size:16px;  }
	a.main:hover { color: #cc4714; }
	a.main:focus { color: #cc4714; outline: none; }
	
	a.alertbox { color: #ffff00; text-decoration: none; line-height: inherit; font-size:12px;  }
	a.alertbox:hover { color: #ffcc00; }
	a.alertbox:focus { color: #ffcc00; outline: none; }
	p a, p a:visited { line-height: inherit; }
	
	



/*	--------------------------------------------------
	:: Lists
	-------------------------------------------------- */
	ul, ol { margin-bottom: 18px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	li { margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	

/*	--------------------------------------------------
	:: Tables
	-------------------------------------------------- */
	.table { background: #fff; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; margin: 0 0 18px; border: 1px solid #ddd; border-collapse:collapse;  }
	
	.table thead, table tfoot { background: #f5f5f5; }
	.table thead tr th,
	.table tfoot tr th,
	.table tbody tr td,
	.table tr td,
	.table tfoot tr td { font-size: 16px; line-height: 18px; text-align: left; }
	.table thead tr th,
	.table tfoot tr td { padding: 8px 10px 9px; font-size: 14px; font-weight: bold; color: #222; }
	.table thead tr th:first-child, table tfoot tr td:first-child { border-left: none; }
	.table thead tr th:last-child, table tfoot tr td:last-child { border-right: none; }

	.table tbody tr.even,
	.table tbody tr.alt { background: #f9f9f9; }
	.table tbody tr:nth-child(even) { background: #f9f9f9; }
	.table tbody tr td { font-size: 16px; color: #333; padding: 9px 10px;  border: none; }

/* -------------------------------------------------- 
	:: Misc
---------------------------------------------------*/
	.left       { float: left; }
	.right      { float: right; }
	.hide     	{ display: none; }
	.highlight 	{ background: #ff0; }
	

/*	--------------------------------------------------
    :: Typography
	-------------------------------------------------- */
	h1, h2, h3, h4, h5, h6 { color: #181818; font-weight: bold; line-height: .50; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 46px; font-size: 3.25rem; margin-bottom: 12px; text-transform:uppercase; }
	h2 { font-size: 35px; font-size: 3.5rem; margin-bottom: 9px; }
	h3 { font-size: 28px; font-size: 2.8rem; margin-bottom: 9px; }
	h4 { font-size: 21px; font-size: 2.1rem; margin-bottom: 3px; }
	h5 { font-size: 18px; font-size: 1.8rem; font-weight: normal; margin-bottom: 3px;  }
	h6 { font-size: 15px; font-size: 1.5rem; font-weight: normal; }
    h1.home
    {
        line-height: 1;
        }
	.subheader { color: #777; font-weight: 300; margin-bottom: 24px; }

	p { line-height: 20px; margin: 0 0 18px; }
	p img { margin: 0; }
	p.lead { font-size: 18px; font-size: 1.8rem; line-height: 24px;  }
	
	em, i { font-style: italic; line-height: inherit; }
	strong, b { font-weight: bold; line-height: inherit; }
	small { font-size: 60%; line-height: inherit; }
	
	h1 small, h2 small, h3 small, h4 small, h5 small { color: #777; }
	
	/*	Blockquotes  */
	blockquote, blockquote p { line-height: 20px; color: #777; }
	blockquote { margin: 0 0 18px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; font-size: 1.2rem; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited { color: #555; }
	
	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 12px 0 18px; height: 0; }
	
	abbr, acronym { text-transform: uppercase; font-size: 90%; color: #222; border-bottom: 1px solid #ddd; cursor: help; }
	abbr { text-transform: none; }

	
/*	--------------------------------------------------
	Buttons
	-------------------------------------------------- */

	.button {
		background: #00a6fc;
		display: inline-block;
		text-align: center;
		padding: 9px 34px 11px;
		color: #fff;
		text-decoration: none;
		font-weight: bold;
		line-height: 1;
		font-family: "Helvetica Neue", "Helvetica", Arial, Verdana, sans-serif;
		position: relative;
		cursor: pointer;
		border: none;
	}
	
  	/* Don't use native buttons on iOS */
	input[type=submit].button { -webkit-appearance: none; }
	
	.button.nice { 
		-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
		-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
		text-shadow: 0 -1px 1px rgba(0,0,0,0.28);
		background: transparent)) url('../images/misc/button-gloss.png') repeat-x 0 .4));
		border: 1px solid #0593dc;
		-webkit-transition: background-color .15s ease-in-out;
		-moz-transition: background-color .15s ease-in-out;
		-o-transition: background-color .15s ease-in-out
	}

	.button.radius {
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
	.button.round {
		-moz-border-radius: 1000px;
		-webkit-border-radius: 1000px;
		border-radius: 1000px;
	}

	.button.full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center;
	}

	.button.left-align {
		text-align: left;
		text-indent: 12px;
	}
	
	/* Sizes ---------- */
	.small.button 			{ font-size: 11px; padding: 8px 20px 10px; width: auto; }
	.medium.button 			{ font-size: 13px; width: auto; }
	.large.button 			{ font-size: 18px; padding: 11px 48px 13px; width: auto; }

	/* Nice Sizes ---------- */
	.nice.small.button 		{ background-position: 0 -36px; }
	.nice.large.button 		{ background-position: 0 -30px; }

	/* Colors ---------- */
	.blue.button			{ background-color: #00a6fc;  }
	.red.button				{ background-color: #e91c21; }
	.white.button			{ background-color: #e9e9e9; color: #333; }
	.black.button			{ background-color: #141414; }
	.yellow.button			{ background-color: #fdb12a; }
	.blue.button 			{ background-color: #00a6fc; }
	.light-blue.button		{ background-color: #C3D3EB}

	
	/* Nice Colors ---------- */
	.nice.blue.button		{ border: 1px solid #0593dc;  }
	.nice.red.button		{ border: 1px solid #b90b0b;  }
	.nice.white.button		{ border: 1px solid #cacaca; text-shadow: none !important; }
	.nice.black.button		{ border: 1px solid #000; }
	.nice.yellow.button		{ border: 1px solid #af7700; }
	.nice.blue.button		{ border: 1px solid #0b132d; }
	.nice.light-blue.button	{ border: 1px solid #6a798f;}
	
	/* Hovers ---------- */
	.button:hover, .button:focus 				{ background-color: #0192dd; color: #fff; }
	.blue.button:hover, .blue.button:focus		{ background-color: #0192dd; 	}
	.red.button:hover, .red.button:focus 		{ background-color: #d01217; 	}
	.white.button:hover, .white.button:focus	{ background-color: #dadada; color: #333; }
	.black.button:hover, .black.button:focus	{ background-color: #000; }
	.yellow.button:hover, .yellow.button:focus 	{ background-color: #cb8e23; }
	.blue.button:hover, .blue.button:focus 		{ background-color: #082f80; }
	.light-blue.button:hover, .light-blue.button:focus	{ background-color: #91a1b8; }
	
	/* Disabled ---------- */
	.button.disabled, .button[disabled] { opacity: 0.6; cursor: default; }
	
/*	--------------------------------------------------
	Alerts
	-------------------------------------------------- */

	div.alert-box { display: block; padding: 6px 7px; font-weight: bold; font-size: 13px; background: #eee; border: 1px solid rgba(0,0,0,0.1); margin-bottom: 12px; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; text-shadow: 0 1px rgba(255,255,255,0.9); position: relative; }
	.alert-box.success { background-color: #7fae00; color: #fff; text-shadow: 0 -1px rgba(0,0,0,0.3); text-align:center }
	.alert-box.warning { background-color: #eb9b02; color: #fff; text-shadow: 0 -1px rgba(0,0,0,0.3); }
	.alert-box.error { background-color: #c00000; color: #fff; text-shadow: 0 -1px rgba(0,0,0,0.3); text-align:center; }
	.alert-box.iOs { background-color: #ffff99; color: #333; text-shadow: 0 -1px rgba(0,0,0,0.3); text-align:center; }
	.alert-box a.close { color: #000; position: absolute; right: 4px; top: 0; font-size: 18px; opacity: 0.2; padding: 4px; }
	.alert-box a.close:hover,.alert-box a.close:focus { opacity: 0.4; }
	
	.errortext {color:#cc0000; font-weight:bold;}
	
	    /*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

	
	
	 /* tooltip styling. by default the element to be styled is .tooltip  */
  .tooltip {
    display:none;
    background:transparent url(../images/black_arrow.png);
    font-size:12px;
    height:70px;
    width:160px;
    padding:25px;
    color:#eee;
  }
  .smalltext { font-size: 80%; line-height: inherit; }
  .autosavetext { font-size: 70%; color:#669933;  }
  .copyright{ font-size: 70%; line-height: inherit; color:#666666; }
  
/*	--------------------------------------------------
	DIV DROPSHADOWS
	-------------------------------------------------- */
        
        .drop-shadow {
            position:relative;
         
            padding:1em; 
            margin: 1.5em 10px 4em; 
            background:#fff;
            -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
               -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
                    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        }

        .drop-shadow:before,
        .drop-shadow:after {
            content:"";
            position:absolute; 
            z-index:-2;
        }
        
                
        
        /* Lifted corners */

        .lifted {
            -moz-border-radius:4px; 
                 border-radius:4px;
        }
        
        .lifted:before,
        .lifted:after { 
            bottom:15px;
            left:10px;
            width:50%;
            height:20%;
            max-width:300px;
            -webkit-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);   
               -moz-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
                    box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
            -webkit-transform:rotate(-3deg);    
               -moz-transform:rotate(-3deg);   
                -ms-transform:rotate(-3deg);   
                 -o-transform:rotate(-3deg);
                    transform:rotate(-3deg);
        }
        
        .lifted:after {
            right:10px; 
            left:auto;
            -webkit-transform:rotate(3deg);   
               -moz-transform:rotate(3deg);  
                -ms-transform:rotate(3deg);  
                 -o-transform:rotate(3deg);
                    transform:rotate(3deg);
        }
        
        /* Curled corners */

        .curled {
            border:1px solid #efefef; 
            -moz-border-radius:0 0 120px 120px / 0 0 6px 6px;    
                 border-radius:0 0 120px 120px / 0 0 6px 6px;
        }
      
        .curled:before,
        .curled:after {
            bottom:12px;
            left:10px;
            width:50%;
            height:55%;
            max-width:200px;
            -webkit-box-shadow:0 8px 12px rgba(0, 0, 0, 0.5); 
               -moz-box-shadow:0 8px 12px rgba(0, 0, 0, 0.5); 
                    box-shadow:0 8px 12px rgba(0, 0, 0, 0.5); 
            -webkit-transform:skew(-8deg) rotate(-3deg);
               -moz-transform:skew(-8deg) rotate(-3deg);
                -ms-transform:skew(-8deg) rotate(-3deg);
                 -o-transform:skew(-8deg) rotate(-3deg);
                    transform:skew(-8deg) rotate(-3deg);
        } 
      
        .curled:after { 
            right:10px; 
            left:auto;
            -webkit-transform:skew(8deg) rotate(3deg); 
               -moz-transform:skew(8deg) rotate(3deg);     
                -ms-transform:skew(8deg) rotate(3deg);     
                 -o-transform:skew(8deg) rotate(3deg); 
                    transform:skew(8deg) rotate(3deg);
        }
        
        /* Perspective */

        .perspective:before {
            left:80px;
            bottom:5px;
            width:50%;
            height:35%;
            max-width:200px;
            -webkit-box-shadow:-80px 0 8px rgba(0, 0, 0, 0.4);
               -moz-box-shadow:-80px 0 8px rgba(0, 0, 0, 0.4);
                    box-shadow:-80px 0 8px rgba(0, 0, 0, 0.4);
            -webkit-transform:skew(50deg);
               -moz-transform:skew(50deg);
                -ms-transform:skew(50deg);
                 -o-transform:skew(50deg);
                    transform:skew(50deg);
            -webkit-transform-origin:0 100%;
               -moz-transform-origin:0 100%;
                -ms-transform-origin:0 100%;
                 -o-transform-origin:0 100%;
                    transform-origin:0 100%;
        }
        
        .perspective:after {
            display:none;
        }
        
        /* Raised shadow - no pseudo-elements needed */
        
        .raised {
            -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
               -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
                    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        }
        
        /* Curved shadows */

        .curved:before {
            top:10px;
            bottom:10px;
            left:0;
            right:50%;
            -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
            -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
            box-shadow:0 0 15px rgba(0,0,0,0.6);
            -moz-border-radius:10px / 100px;
            border-radius:10px / 100px;
        }
        
        .curved-vt-2:before {
            right:0;
        }
        
        .curved-hz-1:before {
            top:50%;
            bottom:0;
            left:10px;
            right:10px;
            -moz-border-radius:100px / 10px;
            border-radius:100px / 10px;
        }

        .curved-hz-2:before {
            top:0;
            bottom:0;
            left:10px;
            right:10px;
            -moz-border-radius:100px / 10px;
            border-radius:100px / 10px;
        }
        
        /* Rotated box */
        
        .rotated {
            -webkit-box-shadow:none;
               -moz-box-shadow:none;
                    box-shadow:none;
            -webkit-transform:rotate(-3deg);    
               -moz-transform:rotate(-3deg);   
                -ms-transform:rotate(-3deg);
                 -o-transform:rotate(-3deg);
                    transform:rotate(-3deg);
        }
        
        .rotated > :first-child:before {
            content:"";
            position:absolute;
            z-index:-1;
            top:0;
            bottom:0;
            left:0;
            right:0;
            background:#fff;
            -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
               -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
                    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        }

/*Menu Stuff*/


 /* Added in NX 1.3.3 */

.tutorial_example
{
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 10px;
	margin-top: 10px;
	border: solid 1px #EDEACA;
	background-color: #FFF1A8;
	color: #333333;
	text-decoration: none;
	width:300px;
	margin: auto 33% auto 33%;
}

.center_div
{
	margin: auto 33% auto 33%;
}

.TestModeEnabled
{
	font-size: 11px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	color: #000000;
	background-color: #E0ECFF;
	padding: 5px 5px 10px 5px;
	line-height: 11px;
	margin-bottom: 10px;
}

.DropShadowContainer {
	left: 3px;
	top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	z-index: 1000000;
	position: relative;
}

.DropShadowContainer .Shadow1,
.DropShadowContainer .Shadow3,
.DropShadowContainer .ItemContainer {
	left: -1px;
	top: -1px;
	position: relative;
}

.DropShadowContainer .Shadow2 {
	background: #efefef;
}

.DropShadowContainer .Shadow3 {
	background: #dedede;
}

.DropShadowContainer .ItemContainer {
	background: #ffffff;
	border: 1px solid #cacaca;
}

.PopDownMenuContainer {
	z-index: 1000;
}

.DropDownMenu ul, .DropDownMenu li {
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0;
}

.DropDownMenu a {
	padding: 4px 10px;
	display: block;
	line-height: 1.7;
	text-decoration: none;
}

.DropDownMenu a:hover, .DropDownMenu a:hover {
	background-color: #efefef;
}

.DropDownMenu li.Break {
	margin: 0;
	padding: 0;
	line-height: 0;
}

.DropDownMenu hr {
	color: #cacaca;
	background-color: #cacaca;
	height: 1px;
	border: 0;
	margin: 2px auto;
	padding: 0;
	line-height: 0;
	font-size: 1px;
	width: 90%;
}

.textlinks .ActiveButton {
	background: #fff;
	border: 1px solid #cacaca;
	border-bottom: 0;
	margin: 0 1px 0 3px;
	text-decoration: none !important;
	z-index: 1000000;
	position: relative;
}

.MenuText
{
	color: #00a6fc;
	font-size: 16px;
	text-decoration: none;
	margin:0pt 2px 0pt 4px;
	padding:4px 6px;
	
	 /*color: #00a6fc; text-decoration: none; line-height: inherit; font-size:16px;  */
}

.loggedinas
{
	margin-top: 5px;
	font-size: 11px;
}

a.MenuText
{
	text-decoration: none;
}
#headerMenu {
	font-size: 10px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	height: 28px;
}

#headerMenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 1;
}

#headerMenu li {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}

#headerMenu a {
	text-decoration: none;
	display: block;
}

#headerMenu ul ul {
	border: solid 1px #BCBCBC;
	display: none;
	z-index: 250;
	position: absolute;
	clear: both;
}

#headerMenu li.over ul {
	display: block;
}

#headerMenu li li {
	clear: left;
}

#headerMenu li.dropselected ul {
	border: 1px solid #05386d;
}

#headerMenu li.over a{
	z-index: 400;
}

#headerMenu li li a
{
	background-color: #FFFFFF;
	color: black;
	margin: 0;
	font-weight:normal;
	font-size: 11px;
	border:0;
	display: block;
	padding: 5px 8px 5px 27px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 5px 7px;
}

#headerMenu li li a strong
{
	text-decoration: underline;
	font-size: 12px;
}

#headerMenu li li b, #headerMenu li li span {
	display: block;
	line-height: 1.2;
}

#headerMenu li li span {
	padding: 5px 0px 5px 0px;
}

#headerMenu li li b {
	text-decoration: underline;
	font-size: 12px;
}

#headerMenu li.dropselected li a {
	background-color: #05386D;
	color: white;
}

#headerMenu li.dropselected li:last-child a, #headerMenu li.dropselected li.last a {
	border-bottom: 0;
}

#headerMenu li li a:hover
{
	background-color: #f5f5f5;
	color: #005fa3;
}

#headerMenu li.dropselected li a:hover {
	background-color: #DFEDFC;
	color: black;
}

#headerMenu li li a.menu_mnuArticles
{
	width: 200px;
}

#headerMenu li li a.menu_mnuCategories
{
	width: 200px;
}

#headerMenu li li a.menu_mnuGroups
{
	width: 200px;
}

#headerMenu li li a.menu_mnuUsers
{
	width: 200px;
}

#headerMenu li li a.menu_mnuComments
{
	width: 200px;
}

#headerMenu li li a.menu_mnuStats
{
	width: 200px;
}

.menuBar
{
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #05386d;
}

#headerMenu li li a.menu_list_button
{
	width: 120px;
}

#headerMenu li li a.menu_subscriber_button
{
	width: 147px;
}

#headerMenu li li a.menu_newsletter_button
{
	width: 145px;
}

#headerMenu li li a.menu_template_button
{
	width: 145px;
}

#headerMenu li li a.menu_autoresponder_button
{
	width: 140px;
}

#headerMenu li li a.menu_statistics_button
{
	width: 125px;
}


/** CSS FOR HEADER MENU TABLE **/

#headerMenu td {
	padding: 0;
	vertical-align: top;
	text-decoration: none;
	cursor: pointer;
}


#headerMenu table {
	margin-right: 2px;
}

#headerMenu td img {
	border: 0;
	cursor: pointer;
}

#headerMenu td.dropdown-tab-icon,

#headerMenu td.dropdown-tab-arrow,

#headerMenu td.dropdown-tab-label {
	padding-top: 8px;
	/*background: url(../../images/mnu_middle.gif) repeat-x top left; */
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	color: #000;
}

#headerMenu td.dropdown-tab-label span  {
	text-decoration: none;
}

#headerMenu td.dropdown-tab-icon {
	padding-right: 6px;
}


#headerMenu td.dropdown-tab-arrow {
	padding-top: 15px;
	padding-left: 6px;
}

#headerMenu li.dropselected td.dropdown-tab-icon,

#headerMenu li.dropselected td.dropdown-tab-arrow,

#headerMenu li.dropselected td.dropdown-tab-label {
	background-image: url(../images/mnu_on_middle.gif); 
	color: #FFF;
}

#headerMenu li.dropdown-on ul {
	border-color: #05386D;
}

#headerMenu li.dropdown-on li a {
	text-decoration: none;
	background-color: #05386D;
	color: #FFF;
}

#headerMenu li.dropdown-on li a:hover {
	background-color: #DFEDFC;
	color: #000;
}
.menusep 
{
    color:#333333;
    }
/** End of Header Menubar **/



	 /* mouseover  */
.glow:hover {
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75);
-moz-opacity: .75;
opacity: .75;	}
 .MyGridClass .rgDataDiv
{
height : auto !important ;
}