
/* CSS Document */
/*
New Author (ported to joomla and edit some things) kreditkartenvergleich.org

Theme Name: Mystique
Theme URI: http://digitalnature.ro/projects/mystique
Description:  Feature-packed theme with a solid design, built-in widgets and a intuitive theme settings interface... Designed by <a href="http://digitalnature.ro/">digitalnature</a>.
Version: 1.72
Author: digitalnature
Author URI: http://digitalnature.ro

Mystique Wordpress theme
http://digitalnature.ro/projects/mystique

Theme designed by digitalnature. See the project page for more info and updates

Both the design and code are released under GPL.
http://www.opensource.org/licenses/gpl-license.php
*/


/* reset spacing */
*{margin:0;padding:0; 
}

*html, body
{
min-height: 100%;
font-family: "Segoe UI",Calibri,"Myriad Pro",Myriad,"Trebuchet MS",Helvetica,Arial,sans-serif;

}
/*ten body{background:#000 url(../images/bg.png) repeat-x center bottom;font-size:13px;font-style:normal;color:#4e4e4e;}*/
body
{
font-style: normal;
color: #4e4e4e;
font-size: 14px;
list-style-type: none;
}
textbox, textarea, select
{border:1px solid #355B4C;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
padding:4px 5px;}
input, textarea, select, button {
-x-system-font:none;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
}
/*#pagemain{background:transparent url(../20aug_banner/1.jpg) no-repeat center top; }*/
#pagemain{background:transparent url(../images/header.jpg) no-repeat center top; }


/* page width. default = fluid @ 780-1190px (max. possible width is 1735px)  */
.page-content{width:100%;/* <- do not change this! use max-width to set the page width! */max-width:980px;min-width:780px;margin:0 auto;}


/*** GENERAL ELEMENTS ***/

/* links */
/*ten a{color:#0071bb;outline:none; text-decoration:none;}*/
a{color:#FF7D10;outline:none; text-decoration:none;}
a:hover
{
color: #FF9900;
text-decoration: none;
}

/* headings */
h1{font-weight:normal;font-size:250%;letter-spacing:-.04em;line-height:100%;margin:.8em 0 .2em;letter-spacing:-0.04em;}
h2{font-weight:normal;font-size:180%;letter-spacing:-.04em;line-height:110%;margin:.7em 0 .2em;letter-spacing:-0.03em;}
h3
{
font-size: 19px;
font-weight: normal;

line-height: 110%;
margin: .2em 0 0 0;
text-shadow: #fff 1px 1px 1px;
letter-spacing: 0.2px;
font-family: "Segoe UI" ,Calibri, "Myriad Pro" ,Myriad, "Trebuchet MS" ,Helvetica,Arial,sans-serif;
}
h4{font-size:17px;font-weight:bold;margin:.7em 0 .2em;letter-spacing:-0.04em;}
h5{font-family:"Palatino Linotype", Georgia, Serif;font-size:17px;font-weight:bold;margin:.5em 0 .2em;letter-spacing:-0.04em;}
h6{font-size:16px;font-weight:normal;text-transform:uppercase;margin:.5em 0 .2em;}

/* tables  mahendra
table{margin:.5em 0 1em; width:100%}
table td,table th{text-align:left;border-right:1px solid #fff;padding:.4em .8em;}
table th{background-color:#5e5e5e;color:#fff;text-transform:uppercase;font-weight:bold;border-bottom:1px solid #e8e1c8;}*/
/*ten table td{background-color:#eee;}
table td{background-color:#ffffe7;}
table th a{color:#d6f325;}
table th a:hover{}
table th a:hover{color:#fff;}
table tr.even td{background-color:#ddd;}
table tr:hover td{background-color:#fff;}*/
/*
table.nostyle td,table.nostyle th,table.nostyle tr.even td,table.nostyle tr:hover td{border:0;background:none;background-color:transparent;}  mahendra

table td
{
padding: 5px 5px 5px 7px;
background-color: #ffffff;
}*/

/* forms */
input, textarea, select
{
font-size: 14px;
margin: .2em 0;
color: #666666;
}
input,textarea{padding:.2em .4em;margin:0 2px 4px 2px;}
input.radio,input.checkbox{background-color:#fff;padding:2px;}
textarea{width:90%;}
form label{font-weight:normal;margin:0 2px;}
form .row label{display:block;margin:10px 2px 0 2px;}
fieldset{padding:.8em;border:1px solid #ddd;background-color:#fff;margin:1em 0;}
legend{padding:2px 15px 10px;text-transform:uppercase;font-style:italic;font-size:15px;background-color:#fff;border-top:1px solid #ddd;}


ul,ol{margin:.4em 0 1em;line-height:150%;}
ul li, ol li
{
list-style-position: outside;
list-style-type: none;
text-transform: uppercase;
}
/* lists dl{padding:.3em 0 .8em;}
dt{font-weight:bold;text-decoration:underline;}
dd{}*/

/* other */
p{margin:.6em 0 .3em;line-height:150%;}
img{border-style: none;
border-color: inherit;
border-width: 0;
}
hr{color:#b4aca1;background-color:#b4aca1;border-bottom:1px solid #f6f4eb;}
small{font-size:15px;}
pre{overflow:auto;white-space:pre-wrap;/* <- css3 */white-space:0;/* <- ff */font-size:12px;font-family:"Courier New", Courier, "Lucida Console", Monaco, "DejaVu Sans Mono", "Nimbus Mono L", "Bitstream Vera Sans Mono";background-color:#fff;padding:.4em;margin:1em 0;}
pre{width:80%;overflow:hidden;border:1px solid #ddd;background-color:#fff;padding:.8em;margin:1em 0;}
blockquote{margin:1em 25% 1em 0;min-height:40px;padding:.6em 1em .6em 2.4em;border:1px dotted #ddd;font-style:italic;color:#474747;background:#fff url(../images/blockquote.png) no-repeat 4px top;}
blockquote p{padding:8px;margin:2px;}
blockquote blockquote{margin:1em 0 1em;}


#header{display:block;position:relative;z-index:5;height:180px;font-family: "Segoe UI",Calibri,"Myriad Pro",Myriad,"Trebuchet MS",Helvetica,Arial,sans-serif;}

#header .nav-extra{width:64px;height:36px;display:block;position:absolute;bottom:28px;z-index:10;}
#header .nav-extra span{display:none;}
#header .nav-extra.rss{background:transparent url(../images/nav-icons.png) no-repeat right top;right:20px;}
#header a.twitter{background:transparent url(../images/nav-icons.png) no-repeat left top;right:85px;}

/*** LOGO & HEADLINE ***/

#site-title{position:absolute;left:0;top:40px;z-index:6;}
#site-title #logo{font-size:50px;font-weight:bold;font-style:normal;margin:0;padding:0;float:left;line-height:60px;}
#site-title #logo a{color:#fff;text-decoration:none;text-shadow:#000 1px 1px 1px;font-variant:small-caps;letter-spacing:-0.08em;}
#site-title #logo a:hover{color:#ed1e24;}
/*#site-title p.headline{float:left;border-left:1px solid #999;margin:0 0 0 1em;padding:.2em 0 .2em .8em;font-weight:normal;font-size:140%;line-height:64px;letter-spacing:0.4em;}*/
#site-title p.headline{float:left;margin:0 0 0 1em;padding:.2em 0 .2em .8em;font-weight:normal;font-size:140%;line-height:64px;letter-spacing:0.4em;}


/*** TOP NAVIGATION ***/

html > body #navigation ul.menu{background:#eee url(../images/nav.png) repeat-x left top;position:absolute;z-index:15;bottom:0;left:0;width:100%;padding:0;margin:0;list-style-type:none;font-family:"Segoe UI",Calibri,"Myriad Pro",Myriad,"Trebuchet MS",Helvetica,Arial,sans-serif; font-size:13px;}
html>body #navigation ul.menu li{display:block;position:relative;float:left;list-style-type:none;padding:0 1px 0 0;margin:0;background:transparent url(../images/nav-div.png) no-repeat right top;}
html>body #navigation ul.menu li a{min-height:32px;display:block;font-weight:bold;font-size:115%;text-transform:uppercase;text-decoration:none;text-shadow:#fff 1px 1px 1px;text-align:center;color:#4e4e4e;padding:0 13px 0 11px;position:relative;line-height:31px;}
html>body #navigation ul.menu li a.home span.title{background:transparent url(../images/icons.png) no-repeat 0px -756px;padding-left:22px;}
html>body #navigation ul.menu li a:hover,#navigation ul.menu li:hover a{background-color:#fff;}
html>body #navigation ul.menu li.active a:hover,#navigation ul.menu li.active:hover a{background-color:#000;}

/*ten
#navigation ul.menu li.active a,
#navigation ul.menu li.current_page_item a,#navigation ul.menu li.current_page_parent a,#navigation ul.menu li.current_page_ancestor a,
#navigation ul.menu li.current-cat a,#navigation ul.menu li.current-cat-parent a,#navigation ul.menu li.current-cat-ancestor a
{background:#000 url(../images/nav-active.png) no-repeat left top;color:#dedede;text-shadow:#000 1px 1px 1px;}
*/
html>body #navigation ul.menu li.active a,
html>body #navigation ul.menu li.current_page_item a,#navigation ul.menu li.current_page_parent a,#navigation ul.menu li.current_page_ancestor a,
html>body #navigation ul.menu li.current-cat a,#navigation ul.menu li.current-cat-parent a,#navigation ul.menu li.current-cat-ancestor a
{background:#000 url(../images/nav-active.png) no-repeat left top;color:#ffff00;text-shadow:#666666 1px 1px 1px;}


html>body #navigation ul.menu li a span.arrow{display:none;}

/* submenus */
html>body #navigation ul.menu ul{list-style-type:none;border-bottom:1px solid #ccc;border-left:1px solid #ccc;border-right:1px solid #ccc;position:absolute;display:none;width:250px;top:32px;left:0;margin:0 0 0 -1px;padding:4px;line-height:normal;background-color:#fff;-moz-box-shadow:0px 8px 14px rgba(0,0,0,0.3);-moz-border-radius-bottomright:8px;-moz-border-radius-bottomleft:8px;-webkit-box-shadow:0px 8px 14px rgba(0,0,0,0.3);-webkit-border-bottom-right-radius:8px;-webkit-border-bottom-left-radius:8px;box-shadow:0px 8px 14px rgba(0,0,0,0.3);border-bottom-right-radius:8px;border-bottom-left-radius:8px; }

html>body #navigation ul.menu li.active ul,html>body  #navigation ul.menu li.current_page_item ul,html>body  #navigation ul.menu li.current_page_parent ul,html>body  #navigation ul.menu li.current_page_ancestor ul,html>body  #navigation ul.menu li.current-cat ul,html>body  #navigation ul.menu li.current-cat-parent ul,html>body  #navigation ul.menu li.current-cat-ancestor ul
{
background-color: #000;
border-bottom: 1px solid #333;
border-left: 1px solid #333;
border-right: 1px solid #333;
height: 32px;
}

html>body #navigation ul.menu li.active li a{background:none;}

html>body #navigation ul.menu ul li{float:none;margin:0;background:none;}
html>body #navigation ul.menu ul li a{min-height:1px;height:auto;padding:8px 14px 8px 8px;margin:0;text-align:left;text-transform:none;line-height:125%;}
html>body #navigation ul.menu li.active ul a{background:none;}
html>body #navigation ul.menu ul li a:hover{background-color:#333;color:#fff;text-shadow:#333 1px 1px 1px;}
html>body #navigation ul.menu ul li.active a{color:#f8b013;}
html>body #navigation ul.menu ul ul{left:250px;top:0;border-top:1px solid #ccc;-moz-border-radius:8px;-webkit-border-radius:8px;border-radius:8px;}

html>body #navigation ul.menu li:hover ul ul,html>body #navigation ul.menu li:hover ul ul ul,html>body #navigation ul.menu li:hover ul ul ul ul{display:none;}
html>body #navigation ul.menu li:hover ul,html>body #navigation ul.menu li li:hover ul,html>body #navigation ul.menu li li li:hover ul,html>body #navigation ul.menu li li li li:hover ul{display:block;}
html>body #navigation ul.menu li li a span.arrow{display:block;position:absolute;right:6px;top:0;line-height:32px;}

/*** MAIN LAYOUT ***/

.shadow-left{background:url(../images/sprite.png) bottom; background-repeat:no-repeat;}
.shadow-footer-l
{
	background: url(../images/sprite.png); background-repeat:no-repeat;
}
.shadow-right
{
	background:url(../images/sprite.png)right bottom;background-repeat:no-repeat;
}
.shadow-footer-r
{
	background: url(../images/sprite.png) right top;background-repeat:no-repeat;
}
#main{background:#fff url(../images/main-right.jpg) no-repeat right top;}
#main-inside{background:transparent url(../images/main-left.jpg) no-repeat left top;min-height:380px;padding:1em;}

#primary-content
{
width: 68%;
float: left;
font-family: "Segoe UI" ,Calibri, "Myriad Pro" ,Myriad, "Trebuchet MS" ,Helvetica,Arial,sans-serif;
line-height: 20px;
}
#sidebar{width:30%;position:relative;right:0;top:0;float:right;z-index:0;overflow:hidden;}
#sidebar2{width:30%;position:relative;right:0;top:0;float:left;z-index:0;overflow:hidden;}

div.sidebar-blocks,div.sidebar-blocks div.block{font-family: "Segoe UI",Calibri,"Myriad Pro",Myriad,"Trebuchet MS",Helvetica,Arial,sans-serif;list-style-type:none;padding:0;}
div.sidebar-blocks{margin-left:1em;/* <- space between main content and sidebar */}
div.sidebar-blocks div.block, .arbitrary-block{margin:1em 0 2.6em;position:relative;}

.block ul{list-style-type:none;margin:0 0 .4em 0;}
.block li{background:transparent url(../images/icons.png) no-repeat 4px -816px;margin:0;padding:0 0 0 18px;}
.block li:hover{background-position:4px -1005px;}
.block li li{margin-left:.4em;}

/* no sidebars */
body.col-1 #primary-content{width:100%;}

/* left sidebar */
body.col-2-left #primary-content{left:30%;}
body.col-2-left #sidebar{left:-70%;}
body.col-2-left div.sidebar-blocks{margin:0 1em 0 0;}

/* right sidebar (default) */
body.col-2-right #primary-content{left:0%;}
body.col-2-right #sidebar{right:0;}
body.col-2-right div.sidebar-blocks{margin:0 0 0 1em;}

/* 3 col: sidebar1 + primary + sidebar2 */
body.col-3 #primary-content{left:25%;width:50%;}
body.col-3 #sidebar{left:-75%;width:25%;}
body.col-3 #sidebar2{left:25%;width:25%;}
body.col-3 #sidebar div.sidebar-blocks{margin:0 1em 0 0;}
body.col-3 #sidebar2 div.sidebar-blocks{margin:0 0 0 1em;}


/* 3 col: sidebar1 + sidebar2 + primary */
body.col-3-left #primary-content{left:50%;width:50%;}
body.col-3-left #sidebar{left:-75%;width:25%;}
body.col-3-left #sidebar2{left:-25%;width:25%;}
body.col-3-left div.sidebar-blocks{margin:0 1em 0 0;}

/* 3 col: primary + sidebar1 + sidebar2 */
body.col-3-right #primary-content{left:0%;width:50%;}
body.col-3-right #sidebar{left:-25%;width:25%;}
body.col-3-right #sidebar2{left:25%;width:25%;}
body.col-3-right div.sidebar-blocks{margin:0 0 0 1em;}


h1.componentheading{
font-weight: bold;
font-size: 250%;
text-shadow: #fff 1px 1px 1px;
margin: .5em 0 .3em 0;
padding: 0;
}

/* post */
.post, .page{margin:1em 0 2em 0;padding:0 0 .6em;display:block;background:transparent url(../images/dot.gif) repeat-x left bottom;}
.post.preview-title{background:none;}
body.single-page .page, body.single-post .post{background: none;margin:0;padding:0;}


h2.contentheading{
font-weight: bold;
font-size: 180%;
margin:0 0 .2em 0;
padding:.2em 0 0 0;
text-shadow: #fff 1px 1px 1px;
}


.postbox{
margin-top:8px;
}
.post-info{background:transparent url(../images/info-bar.png) no-repeat right top;height:42px;margin-left:11px;color:#bbb;text-shadow:#fff 1px 1px 1px;  }
.post-info a{font-weight:bold;color:#999;}
.post-info a:hover{color:#ed1e24;}
.post-info p.author{padding: 0 0 0 6px;margin:0;line-height:34px; }
.post-date{background:transparent url(../images/info-bar.png) no-repeat left -75px;padding-left:11px;padding-right:11px;float:left;text-transform:uppercase;font-weight:bold;}
.post-date p.day{background:transparent url(../images/info-bar.png) no-repeat right -42px;height:33px;padding:0 16px 0 0;margin:0;line-height:33px;color:#fff;}


/* search */
.search-form{position:relative;margin:0 8px 0 4px;width:auto !important;width: 400px;max-width:400px;}
.search-form form fieldset{border:0;margin:0;padding:0;background:none;background-color:transparent;}
.search-form #searchfield{background-repeat:no-repeat;background-position:left top;height:34px;display:block;margin-right:55px;}
.search-form input.text{border:0;margin:9px 0 0 34px;padding:0;}
.search-form input.submit{background-color:transparent;background-repeat:no-repeat;background-position:right -34px;height:34px;width:56px;margin:0;padding:0;position:absolute;right:0;top:0;border:0;text-transform:uppercase;text-shadow:#fff 1px 1px 1px;font-weight:bold;font-size:160%;color:#9b9b9b;cursor:hand;}
.search-form input.submit:hover{background-position:right bottom;}
#primary-content .search-form{margin:2em 0;}

/* block style */

/*ten
.block h3{font-weight:bold;font-size:130%;background-repeat:no-repeat;background-position:left top;color:#fff;line-height:100%;letter-spacing:normal;margin:0;padding:0;text-shadow:1px 1px 1px rgba(0,0,0,0.4);text-transform:uppercase;text-align:left;line-height:23px;}
*/
.block h3{font-weight:bold;font-size:130%;background-repeat:no-repeat;background-position:left top;color:#ffff00;line-height:100%;letter-spacing:normal;margin:0;padding:0;text-shadow:1px 1px 1px rgba(0,0,0,0.4);text-transform:uppercase;text-align:left;line-height:23px;}

.block h3{display:block;padding:4px 8px 0 11px; height:57px; margin: -10px ;}

.block fieldset{margin:0;padding:0 1.3em;border:0;background-color:transparent;}

/* more foot */
#morefoot {
margin: 0 auto;
width: 950px;
}

.morefoot-item {
float: left;
}

#morefoot .count1 {
width: 100%;
}

#morefoot .count2 {
width: 50%;
}

#morefoot .count3 {
width: 33%;
}

#morefoot .count4 {
width: 25%;
}

.morefoot-item h3 {
background: #eee url(../images/bg-lightgray.png) no-repeat left top;
color:#797979; background-width:100%;
font-size:160%;
font-weight:bold;
line-height:100%;
margin:0 5px 0.2em;
padding:0.4em 0.6em;
position:relative;
text-shadow:1px 1px 1px #FFFFFF;
}
/* footer*/
#footer
{
font-family: "Segoe UI",Calibri,"Myriad Pro",Myriad,"Trebuchet MS",Helvetica,Arial,sans-serif;
clear: both;
color: #fff;
padding: 5px 10px 10px 4px;
width: 100%; /* <- do not change this! use max-width to set the page width! */
max-width: 970px;
min-width: 780px;
margin: 0 auto 8px;
font-size: 11px;
height: 10px;
}
#footer p {
padding: 0;
}
#footer a {
color: #bbb;
text-decoration: underline;
}
#footer a:hover {
color: #fff;
}
#footerleft 
{
text-align: left;
padding-top: 15px;
color: #444;font-size: 13px;
margin-bottom: 10px;
float: left;
width: 500px;
}
#footerleft a
{
color: #DD6400;
text-decoration: none;
cursor: hand;
font-size: 13px;
font-weight: 700;
}
#footerleft a:hover
{
color: #333333;
text-decoration: none;
cursor: hand;
font-size: 13px;
font-weight: 700;
}
#footerright
{
float: right;
width: 400px;
text-align: right;
padding-top: 15px;
color: #444;font-size: 13px;
margin-bottom: 10px;
}

#footerright a
{
color: #DD6400;
text-decoration: none;
cursor: hand;
font-size: 13px;
font-weight: 700;
}
#footerright a:hover
{
color: #333333;
text-decoration: none;
cursor: hand;
font-size: 13px;
font-weight: 700;
}

/* form container */
div.form{width:50%;}
#sidebar div.form,#footer div.form{width:100%;}
/* full width if there's only one widget in the footer */
#footer ul.slides li.slide .slide-content ul.blocks.widgetcount-1 div.form{width:50%;}
div.form .error{font-weight:bold;}
div.form fieldset{margin:0;padding:0;background:transparent;border:0;}

/*** PRINT STYLES ***/

@media print {
body{background:white;color:black;font-size:10pt}
.header-wrapper{display:none;}
.shadow-left.main-wrapper,.main-wrapper .shadow-right,#main,#main-inside{background:none;}
#main{background-color:#fff;}
.page-content{width:100% !important;max-width:none !important;min-width:0 !important;}
.footer-content{width:100% !important;max-width:none !important;min-width:0 !important;}
#footer-blocks .leftFade,#footer-blocks .rightFade{display:none;}
}

/*** JOOMLA ***/

p.counter{
text-align:center;
}

ul.pagination {
padding: 0;
text-align:center;
}

ul.pagination li {
margin: 0;
padding: 0;
display: inline;
background: none;
padding: 2px 5px;
}

.form-login label{ 
width:160px;
display:block;
margin-top:3px;
}
.block .module{
padding-top: 0;
padding-right: 5px;
padding-bottom: 20px;
padding-left: 10px;
}
.inputbox,
.poll a{ 
background: #fefefe;
border:1px solid #ccc;
/*ten color:#c2dc15;*/
color:#FF7900;
font-weight:bold;
margin:5px; font-size:12px;
line-height:16px;
padding: 4px 2px 4px 2px;
*padding: 4px 2px 4px 2px;
}
.button{ background: #fefefe;
border:1px solid #ccc;
/*ten color:#c2dc15;*/
color:#FF7900;
font-weight:bold;
margin:5px; font-size:12px;
line-height:16px;
padding: 4px 2px 4px 2px;
*padding: 4px 5px 4px 5px; letter-spacing: 1px; 
-moz-box-sizing:border-box;
box-sizing:border-box;
-webkit-box-sizing:border-box}
.button1
{
background: #FFFFFF;
/*ten color:#c2dc15;*/
border: 1px solid #FF7900;color: #000;
font-weight: bold;
margin: 2px 5px 7px 5px;
vertical-align: middle;
font-size: 12px;
line-height: 16px;
padding: 6px 4px 6px 4px;
*padding: 6px 4px 6px 4px;
}
.button1:hover, .button:hover{background: #FF7900;border: 1px solid #ccc; color: #FFFFFF;}
.button2
{
margin: 3px;
-moz-border-radius-bottomleft: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
background-color: #FFFFFF;
border: 1px ridge #999999;
padding: 2px 4px 1px; /* Safari and chrome */
-khtml-border-radius: 8px; /* Linux browsers */
border-radius: 8px;
}
.poll .button{
display:block;
float:left;
}
.poll a{
padding:4px 4px 3px 4px;
display:block;
float:left;
}
.poll{
padding-bottom:25px;
}


/* clearfix */
.clearfix:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
.cleared {clear: both;}

/* mahendra */
.contact p{ color:#FF7900;
font-weight:bold;}
.MemberEdit{
font-size:14px;
color:#ffffff;
float:right;

}
.MemberProfile{background-color:white; width:100%;

}
.MemberProfileTable{font-size: 13px;}
.MemberProfileTable td{ background-color:white;text-align:left;}
.MemberCoName
{
color: #FF7D10;
font-weight: 700;
padding-top: 5px !important;
font-size: 16px;
}
.MemberPD
{
/*background-position: left top;
border-style: none none none none;
border-bottom-width: 1px;
border-bottom-color: #333;
padding-bottom: 0px;
padding-left: 1px;
background-image: url(    '../Images/lines.gif' );
background-repeat: repeat-y;
height: 45px;*/
padding-bottom: 10px;
padding-left: 1px;
min-height: 45px;font-size: 14px;
}
#navigation ul.menu li ul li a:link, #navigation ul.menu li ul li a:active, #navigation ul.menu li ul li a:visited
{
border-style: none;
font-size: 13px !important;
line-height: 22px;
text-transform: uppercase;
}
#navigation ul.menu li ul li:hover
{
background-color: #4e4e4e;
font-size: 13px !important;
line-height:22px;
}
#navigation ul.menu li ul li, #navigation ul.menu li ul
{

}
#navigation ul.menu li ul li ul li
{

}
/* Fix IE. Hide from IE Mac \ "copy last two digit here to actve this code"
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
.MemberName
{
text-transform: capitalize;
color: #FF7D10;
font-size: 16px;
font-weight: 700;
}
.MemberTextLbl
{
border-style: none;
}
.AlertText
{
padding: 0px;
margin: 0px;
color: #FF3300;
font-family: Arial,verdana;
font-size: 10px;
font-weight: 700;
list-style-type: none;
list-style-image: none;
}
.EmptyRow{ height:3px;}
#navigation2{background:#eee url(../images/nav.png) repeat-x left top;position:absolute;z-index:1000001;bottom:0;left:0px;
width:100%;padding:0;margin:0;
}
.modal
{
background-color: Gray;
filter:alpha(opacity=40);
opacity:0.7;
}
.DisableAll
{
position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%; 
    filter: alpha(opacity=40)
    opacity: 0.8;
}
/*old class="GridEmpty" td contains gird along with div*/
.GridTd
{
/*border: 1px solid #A6A6A6;*/
font-family:Arial,verdana;
padding: 5px 0px 0px 0px;
margin: 0px;
color: #000000;
text-decoration: none;
font-size: 14px;
font-weight: normal;
}
.GridDiv
{
font-family: Arial,verdana;
background-color: #fff;
-moz-border-radius: 4px;
border-radius: 10px;
border: 2px solid #FF7D10;
padding: 2px 4px 1px 4px;
min-height: 20px;
overflow: auto;
}/*div contains grid*/
.Grid
{
border-style: none;
margin: 0px auto 0px auto;
width: 96%;
line-height: 16px;
font-weight: normal;
text-decoration: none;
text-align: center;
}
.invisible
{
display:none;
padding-left:4px;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
}
/*old class="GridHeader" header which are existed in grid at top*/
.GridHeader
{
border-style: none solid solid solid;
border-width: 1px;
font-family:Arial,verdana;
border-color: #FFFFFF;
background-position: bottom;
font-size: 12px; letter-spacing:1px;
font-weight: normal;
vertical-align: middle;
color: #FFFF00;
text-decoration: none;
height: 32px;
text-align: left; /*background-image: url(   '../Images/grid_header_new.gif' );*/
background-repeat: repeat-x;
background-color: #616161;
}
/*old class="GridEmptyOne" alternate row style*/
.AlternateRow
{
/*background-image: url(   '../Images/grid_alternative.gif' ); border: 1px solid #77BBFF;*/
color: #333333;
vertical-align: top;
text-decoration: none;
height:25px;
background-repeat: repeat-x;
background-color: #eaeaea;
font-size: 12px;border-bottom-style: solid;
border-bottom-width: 1px;
border-bottom-color: #FF9900;
}
.AlternateRow a
{
color: #333;font-weight:700;font-size: 14px;
}

.AlternateRow a:hover
{color: #FF7D10;}
/*old class name="GridSelectedRow" alternate row style*/
.SelectedRow
{
/*background-image: url(     '../Images/grid_selective.gif' ); */
background-color: #FF7D10;
border: 1px solid #FFFFFF;
color: #FFF; font-size:12px;
vertical-align: middle;
text-decoration: none;
height: 25px;
background-repeat: repeat-x;
font-weight: bold;
}
.SelectedRow td
{
border-right-style: solid;
border-right-width: 2px;
border-right-color: #FFFFFF;
}
/*old class name="GridRowStyle" alternate row style*/
.GridRowStyle
{
color: #444444;
text-decoration: none;
vertical-align:top;
height: 25px; 
background-repeat: repeat-x;
background-color: #F9F9F9;
font-size: 12px;
border-bottom-style: solid;
border-bottom-width: 1px;
border-bottom-color: #FF9900;
}
.GridRowStyle a
{
color: #333;
font-weight: 700;
font-size: 14px;
}
.GridRowStyle a:hover
{
color: #FF7D10;
}

.PagerStyle
{
border-top: #FF7D10 1px solid;
border-style: solid none none none;

}
.PaddingLeft
{
padding-left: 4px;
border-left: #FF7D10 1px solid;
border-style: none solid solid solid;
border-right-width: 1px;
border-left-width: 1px;
border-right-color: #FF7D10;
border-left-color: #FF7D10;
border-bottom-width: 1px;
border-bottom-color: #FF9900;
}
.PaddingLeftHeader
{
border-style: none solid none solid;
padding-left: 4px;
border-left-width: 1px;
border-left-color: #FF7D10;
border-right-color: #FF7D10;
border-right-width: 1px;
}
.BrowseBtn
{
border: 1px solid #ccc; /*ten color:#c2dc15;
background-color:#E1E1E1;*/
color: #FF7900;
font-weight: bold;
margin: 5px;
font-size: 90%;
line-height: 16px;
padding: 2px;
}
.displayNone
{
display:none;}
.UnderlineBox
{
/*border-style: none none solid none;
border-bottom-width: 1px;
border-bottom-color: #333333;
padding-bottom: 0px;
padding-left: 1px;*/
border-style: #333 1px solid;
padding-bottom: 0px;
padding-left: 1px;
}
.txtBoxRightAlign
{
/*border-style: none none solid none;
border-bottom-width: 1px;
border-bottom-color: #333333;
padding-bottom: 0px;
padding-left: 1px;*/
border-style: #333 1px solid;
padding-bottom: 0px;
padding-left: 1px;
text-align:right;
}
.txtBoxCenterAlign
{
/*border-style: none none solid none;
border-bottom-width: 1px;
border-bottom-color: #333333;
padding-bottom: 0px;
padding-left: 1px;*/
border-style: #333 1px solid;
padding-bottom: 0px;
padding-left: 1px;
text-align:center;
}
.UnderlineBoxArea
{
border-style: #333 1px solid;
padding-bottom: 0px;
padding-left: 1px;
/*background-position: left top;
border-style: none none none none;
border-bottom-width: 1px;
/*border-bottom-color: #0683C6;*/
/*border-bottom-color: #ccc;
padding-bottom: 0px;
padding-left: 1px;
background-image: url(  '../Images/lines.gif' );*/
}
.ComboBoxTD
{
padding-bottom: 2px;
padding-top: 1px;
padding-left: 1px;
}
.ComboBox
{
border-style: #333 1px solid;
padding-top: 2px;
margin-top: 1px;
margin-bottom: 2px;
line-height:22px;
}
.disable
{
border: 0px none transparent;
color: #333333;
background-color: transparent;
font-weight: 700;
padding-left: 0px;
}
.OrangeColor{ color:#FF7D10; font-weight:700; font-size:1.0em;}
.OrangeColor2
{
color: #DD6400;
font-weight: 700;
}
/*Site Map*/
ul.SiteMap li
{
list-style-position: outside;
list-style-type: disc;
text-transform: uppercase;
margin-left: 15px;
font-weight: 700;
}
ul.SiteMap li ul li
{
margin-left: 20px;list-style-position: outside;

}
ul.SiteMap li ul
{
margin-left: 15px;list-style-position: outside;

}
#ScrollBar 
{
/*width:650px;*/ text-align:center;
}
.MemberImg
{
border-right-style: solid;
border-bottom-style: solid;
border-right-width: 3px;
border-bottom-width: 3px;
border-right-color: #CCCCCC;
border-bottom-color: #CCCCCC;
}
.MemberImg1
{
border-right-style: solid;
border-bottom-style: solid;
border-right-width: 3px;
border-bottom-width: 3px;
border-right-color: #CCCCCC;
border-bottom-color: #CCCCCC;

}
.MemberCompany
{
color: #999999;
font-style: italic;
font-weight: 700;

}
.MemberImgTd
{
padding: 0px 0px 0px 4px;
border: 1px none #CCCCCC;
font-size: 13px;
width:auto
}
.MemberImgDiv
{	border-right-style: solid;
text-align:right;
border-bottom-style: solid;
border-right-width: 3px;
border-bottom-width: 3px;
border-right-color: #CCCCCC;
border-bottom-color: #CCCCCC;
margin-top: 10px;
}
.MemberImg{width:85px; text-align:right}
.MemberDesg
{
color: #333333;
font-weight: 700;
font-size: 15px;
}
.MclientList
{
color: #0066CC;
font-weight: Normal;
padding-left: 3px;
white-space: pre-wrap; /* css-3 */
white-space: pre-line; 
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
resizable: false;
padding-right: 5px;
}
.MemberBlockHeading
{
border: 1px solid #CCCCCC;
background-color: #FBFBFB;
}
.MemberBlock1
{
border: 1px solid #CCCCCC;
background-color: #FBFBFB;
min-height: 50px;
padding: 5px;
}
.GridClientList
{
border-style: none;
margin: 5px auto 0px auto;
width: 96%;
font-weight: normal;
text-decoration: none;
text-align: left;

}
.PaddingLeft2
{

padding-left: 4px;
line-height: 25px;

}
.PaddingLeft2 a
{
color: #0066CC;
}
#main-Member{background:transparent url(../images/main-left.jpg) no-repeat left top;min-height:100%;padding:1em;}
.AlternateRow2
{
background-color: #F5F5F5;
padding: 0.4em 0.8em;
line-height: 18px;
height: 30px;

}
.GridRowStyle2
{
padding: 0.4em 0.8em;
line-height: 18px;
background-color: #EEEEEE;
height: 30px;
}
.GridDivMember
{
background-color: #fff;
-moz-border-radius: 4px;
border-radius: 10px;
border: 1px dashed #FF7D10;
padding: 2px 4px 1px 4px;
display:inline-block;
width:68%;

}
.MemberLink
{
color: #0066CC;
/*font-weight: 700;*/
font-size: 10pt;
}
.MemberLink2
{
background: #FFFFFF none repeat scroll 0 0;
color: #047EC8;
font-size: 13px;
padding: 0 2px;
font-weight: 700; text-align:left;
text-decoration: underline;
}
.MemberLink2:hover
{
color: #3366CC;
text-decoration: underline;
}
.MemberInfoArea1
{
padding: 3px 0px 0px 0px;
margin: 0px 0px 0px auto;
text-align: right;line-height: 1em;
}

/*Member list grid*/
.GridDiv1
{
font-family:Arial,verdana;
background-color: #FFFFFF;
-moz-border-radius: 4px;
border-radius: 10px;
border: 2px solid #FFF;
padding: 2px 4px 1px 4px;
min-height:20px;
}/*div contains grid*/
.Grid1
{
width: 96%;
font-weight: normal;
text-decoration: none;
padding-left: 5px;
text-align: left;
background-color: #FFFFFF;
}

/*old class="GridHeader" header which are existed in grid at top*/
.GridHeader1
{
border-style: solid;
border-width: 2px;
border-color: #FFFFFF;
background-position: bottom;
font-size: 14px;
letter-spacing: 1px;
font-weight: bold;
vertical-align: middle;
color: #FFFF00;
text-decoration: none;
height: 32px;
text-align: left; /*background-image: url(   '../Images/grid_header_new.gif' );
background-repeat: repeat-x;*/
background-color: #616161;
}
/*old class="GridEmptyOne" alternate row style*/
.AlternateRow1
{
/*background-image: url(   '../Images/grid_alternative.gif' ); border: 1px solid #77BBFF;*/
border-style: none;
color: #333333;
vertical-align: middle;
text-decoration: none;
height: 25px;
background-repeat: repeat-x;
background-color: #FFFFE7;
font-size: 14px;
}
.AlternateRow1 a
{
color: #DD6400;font-weight:700;font-size: 14px;
}

.AlternateRow1 a:hover
{
color: #333;
}
.AlternateRow1:hover
{
color: #333;
background-color: #FFFFFF;
}
/*old class name="GridSelectedRow" alternate row style*/
.SelectedRow1
{
/*background-image: url(     '../Images/grid_selective.gif' ); */
background-color: #FF7D10;
color: #FFF; font-size:13px;
vertical-align: middle;
text-decoration: none;
height: 25px;
background-repeat: repeat-x;
font-weight: bold;
}
.SelectedRow1 td
{
border-right-style: solid;
border-right-width: 2px;
border-right-color: #FFFFFF;
}
/*old class name="GridRowStyle" alternate row style*/
.GridRowStyle1
{
border: 2px solid #FFFFFF;
color: #444444;
vertical-align: middle;
text-decoration: none;
height: 30px;
background-color: #FFFFE7;
font-size: 14px;
}
.GridRowStyle1 a
{
color: #DD6400;
font-weight: 700;
font-size: 14px;
}
.GridRowStyle1 a:hover
{
color: #333;
}
.GridRowStyle1:hover
{
color: #333;
background-color: #FFFFFF;
}
.PagerStyle1
{
border-top: #FF7D10 1px solid;

}
.PaddingLeft a{ font-size:12px;}
.PaddingLeft1
{
padding-left: 4px;
border-style: none none none solid;
padding: 0.4em 0.8em;
border-left-width: 3px;
border-left-color: #FFFFFF;
}
.PaddingLeftHeader1
{
border-style: none none none solid;
padding-left: 4px;
padding: 0.4em 0.8em;
border-left-width: 3px;
border-left-color: #FFFFFF;
}
div.sidebar-blocks1, div.sidebar-blocks1 div.block1
{
list-style-type: none;
padding: 0;
background-color: #FFFFFF;
}
div.sidebar-blocks1{margin-left:1em;/* <- space between main content and sidebar */}
div.sidebar-blocks1 div.block1, .arbitrary-block1{font-family:Arial,verdana;margin:1em 0 2.6em;position:relative;}
.block1 .module1
{
padding: 0 10px 20px 5px;
}
.block1 h3{font-weight:bold;font-size:130%;background-repeat:no-repeat;background-position:left top;color:#ffff00;line-height:100%;letter-spacing:normal;margin:0;padding:0;text-shadow:1px 1px 1px rgba(0,0,0,0.4);text-transform:uppercase;text-align:left;line-height:23px;}

.block1 h3{display:block;padding:4px 8px 0 11px; height:57px; font-size:15px; margin: -10px ;}
/*added on 07/07/2010 by mahendra*/
.block1 h5{font-weight:bold;font-size:130%;background-repeat:no-repeat;background-position:left top;color:#ffff00;line-height:100%;letter-spacing:normal;margin:0;padding:0;text-shadow:1px 1px 1px rgba(0,0,0,0.4);text-transform:uppercase;text-align:left;line-height:23px;}

.block1 h5
{
display: block;
padding: 4px 4px 0 0px;
height: 57px;
font-size: 15px;
margin: -10px -10px -10px -16px;
}
/*end 07/07/2010 by mahendra*/
#primary-content ul li
{
list-style-type: decimal;
margin-left: 20px;
text-transform: none;
}
#primary-content div
{
font-size: 14px;
text-align: justify;
}
.PopUp
{
display: block;
font-family: Arial,verdana;
z-index: 10000;
width: 100%;
position: relative;
background-color: #F4F4F4;
-moz-border-radius: 4px;
border-radius: 10px;
border: 2px solid #999999;
-moz-border-radius: 8px; /* Safari and chrome */
-khtml-border-radius: 8px;
-khtml-box-shadow: 0px 8px 14px rgba(0,0,0,0.3); /* Linux browsers */
border-radius: 8px;
-moz-box-shadow: 0px 8px 14px rgba(0,0,0,0.3);
*behavior: url(border-radius.htc);
filter: progid:DXImageTransform.Microsoft.Shadow(color=#eeeeee,direction=0,strength=7) progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=90,strength=10) progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=180,strength=10) progid:DXImageTransform.Microsoft.Shadow(color=#eeeeee,direction=270,strength=7);
padding-right: 10px;
padding-left: 10px;
}
.PopUp td
{
padding-left: 5px;
padding-top: 2px;
padding-bottom: 2px;
text-align: left;
}
.PopUpLable
{
font-size: 13px;
font-weight: 700;
}
.Heading1
{
font-size: 14px;
color: #F97000;
font-weight: 700;
padding-top: 5px;
padding-bottom: 5px;
}
.Heading2
{
font-size: 16px;
color: #F97000;
font-weight: 700;
padding-bottom: 5px;
}
.GridDivMember2
{
background-color: #fff;
-moz-border-radius: 4px;
border-radius: 10px;
border: 1px dashed #FF7D10;
padding: 2px 4px 1px 4px;
height: 500px;
}
.GridDiv4
{
font-family:Arial,verdana;
background-color: #fff;
-moz-border-radius: 4px;
border-radius: 10px;
border: 2px solid #FF7D10;
padding: 2px 4px 1px 4px;
min-height:20px;
height: 248px;
overflow: auto;
}
.Grid_overflow
{
margin: 0px auto 0px auto;
width: 100%;
line-height: 16px;
font-weight: normal;
text-decoration: none;
text-align: center;
}
.GridHeader3
{
border-style: solid;
border-width: 1px;
border-color: #FF9900;
background-position: bottom;
font-size: 14px;
letter-spacing: 1px;
font-weight: bold;
vertical-align: middle;
color: #333333;
text-decoration: none;
height: 32px;
text-align: left; /*background-image: url(   '../Images/grid_header_new.gif' );*/
background-repeat: repeat-x;
background-color: #FFFFFF;
}
.GridRowStyle3
{
color: #333333;
vertical-align: middle;
text-decoration: none;
height: 35px;
background-repeat: repeat-x;
background-color: #FFD3B0;
font-size: 14px;
border-bottom-style: solid;
border-bottom-width: 1px;
border-bottom-color: #FF9900;
}
.GridRowStyle3 a
{
color: #FFFFFF;
font-weight: 700;
font-size: 14px;
}
.GridRowStyle3 a:hover
{
color: #666666;
}
.AlternateRow3
{
color: #333333;
vertical-align: middle;
text-decoration: none;
height: 35px;
background-repeat: repeat-x;
background-color: #F5F5F5;
font-size: 14px;
border-bottom-style: solid;
border-bottom-width: 1px;
border-bottom-color: #FF9900;
}
.AlternateRow3 a
{
color: #333;font-weight:700;font-size: 14px;
}

.AlternateRow3 a:hover
{color: #FF7D10;}
.PaddingLeftHeader3
{
border-style: none none none solid;
padding-left: 4px;
border-left-width: 1px;
border-left-color: #FF7D10;
}
.PaddingLeft3
{
padding-left: 4px;
border-left: #FF7D10 1px solid;	
}
.Grid3
{
border: 1px solid #FF7D10;
/*font-weight: normal;*/
font-size: 14px;
text-decoration: none;
text-align: left;
}
.Grid3 td{font-size: 12px;}
.PagerStyle3
{
border-top: #FF7D10 1px solid;
border-top-color: #FF7D10;
border-bottom-color: #FF7D10;
border-top-width: 1px;
border-bottom-width: 1px;
border-top-style: solid;
border-bottom-style: solid;
}
.Heading3
{
font-size: 17px;
font-weight: bold;
margin: .7em 0 .2em;
letter-spacing: -0.04em;
text-decoration: underline;
}
.TextBoxMultiLine
{
font-family: Verdana;
font-size: 9pt;
}
/* by ganesh */
.FooterStyle
{
padding: 0px;
margin: 0px 0px 0px 0px;
background-color: #FF7900;
color: White;
text-align: right;
font-size: 16px;
border-style: none solid solid solid;
border-width: 1px;
font-family: Arial,verdana;
background-position: bottom;
letter-spacing: 1px;
font-weight: normal;
vertical-align: middle;
text-decoration: none;
height: 28px;
}
.FounderDiv
{
background-color: #F4F4F4;
min-height:170px;
*width:96%;
*height:160px;
padding: 10px 10px 10px 5px;
-moz-border-radius: 8px;
 /* Safari and chrome */ -khtml-border-radius:8px; -khtml-box-shadow:0px 8px 14px rgba(0,0,0,0.3);
 /* Linux browsers */ border-radius:8px; 
-moz-box-shadow:0px 8px 14px rgba(0,0,0,0.3);
behavior:url(border-radius.htc);
filter: 
progid:DXImageTransform.Microsoft.Shadow(color=#eeeeee,direction=0,strength=7)
progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=90,strength=10)
progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=180,strength=10)
progid:DXImageTransform.Microsoft.Shadow(color=#eeeeee,direction=270,strength=7);
         
}
.FounderDiv:hover{background-color: #F9F9F9;}
.FounderImg{width:130px; float:left; padding-right:10px; padding-bottom:10px;  text-align:center;}
.FounderDiv1
{
background-color: #F4F4F4;
float: left; width:99%;
-moz-border-radius: 8px; /* Safari and chrome */
-khtml-border-radius: 8px;
-khtml-box-shadow: 0px 8px 14px rgba(0,0,0,0.3); /* Linux browsers */
border-radius: 8px;
-moz-box-shadow: 0px 8px 14px rgba(0,0,0,0.3);
behavior: url(border-radius.htc);
filter: progid:DXImageTransform.Microsoft.Shadow(color=#eeeeee,direction=0,strength=7) progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=90,strength=10) progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=180,strength=10) progid:DXImageTransform.Microsoft.Shadow(color=#eeeeee,direction=270,strength=7);
margin-left: auto;
margin-right: auto;
}
* .FounderDiv1
{
border: 1px solid #CCCCCC;
filter: none;
}
.WrapDiv{width:70px;white-space: pre-wrap; /* css-3 */
white-space: pre-line;
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
resizable: false;
}
* .WrapDiv{ width:110px;}
.WrapDiv1{ width:100%; white-space: pre-wrap; /* css-3 */
white-space: pre-line;
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
resizable: false;
}
.wordwrap
{
table-layout:fixed;
white-space: pre-wrap; /* css-3 */
white-space: pre-line;
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
resizable: false; 
}
.textbox_google{border: 1px solid #7E9DB9; height:18px; padding: 1px; margin:0; background-color: #fefefe; }
.GridDiv .table

{

table-layout:fixed;

}

.GridDiv table td
{
vertical-align:top; padding-top:2px;

}
.GridDiv table
{
/*white-space: pre-wrap; /*css-3 
white-space: pre-line;*/
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
resizable: false;
vertical-align:top;

}
.txtWtrMrk
{  
font-family: Arial;
font-style: italic;
color: #666666;
 font-size: 12px;
line-height:16px;
background: #fefefe;
border:1px solid #ccc;
/*ten color:#c2dc15;*/
margin:5px 5px 2px 5px;  font-size:12px;
padding: 4px 5px 4px 5px;
*padding: 4px 5px 4px 5px; 

 }

.txtWtrMrk_1
{   
font-family: Arial;
color: #000000;
font-size: 12px;
line-height:16px;
background: #fefefe;
border:1px solid #ccc;
/*ten color:#c2dc15;*/
margin:5px 5px 2px 5px; font-size:12px;
padding: 4px 5px 4px 5px;
*padding: 4px 5px 4px 5px; 
 }
.modalBackground 
{
	background-color:Gray;
	filter:alpha(opacity=60);
	opacity:0.60;   
}    
.updateProgress
{
   border-width:1px; 
   border-style:solid; 
   background-color:#FFFFFF; 
   position:absolute; 
   width:130px; 
   height:50px;    
}
.updateProgressMessage
{
    margin:3px; 
    font-family:Trebuchet MS; 
    font-size:small; 
    vertical-align: middle;
}

.PaddingLeftLink a
{
	color:#3366FF;
	font-size:12px;
	margin:5px;
}

.txtWtrMrk_2
{  
font-family: Arial;
font-style: normal;
color: #666666;
font-size: 12px;
line-height:16px;
background: #fefefe;
border:1px solid #ccc;
/*ten color:#c2dc15;*/
margin:5px; font-size:14px;
padding: 4px 5px 4px 5px;
*padding: 4px 5px 4px 5px;   }

/* copied from color-orange.css */
/* orange color scheme (default) */

.block h3{background-image:url(../images/sprite.png); background-position:left -238px; background-repeat:no-repeat}
.search-form #searchfield,.search-form input.submit{background-image:url(../images/orange/search.png);}
li.comment .comment-head{background-image:url(../images/comment-head.png);}
li.comment .comment-head.comment-author-admin,li.comment .comment-head.bypostauthor{background-color:#FF7900;}
.tabs-wrap{background-image:url(../images/tabs-bg.png);}
.tabs li{background-image:url(../images/tabs-c.png);}
.tabs li a{background-image:url(../images/tabs.png);}
#site-title p.headline{color:#c2dc15;}
.altText{color:#a0c207;}
#featured-content a.readmore{background-image:url(../images/readmore.png);}
.block1 h3{background-image:url(../images/block-title.png); background-repeat:no-repeat; margin-top:3px;}
/* end color-orange.css */

.number {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	/*font-weight: bold;*/
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
