/*-------------------------------------------------------------------------------------*/
/* Reset CSS 
/*------------------------------------------------------------------------------------*/
/*--body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}--*/
body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
/*--ol,ul {list-style:none;}--*/
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}
/* global elements
 * ------------------------------------------------------------------------- */
/* ----- type selectors ----- */ 
html {

    width:100%;
	}
body { 
        text-align:left; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#333333;
	}
blockquote { 
	margin-left:15px; 
	margin-right:15px; 
	}
h1, div.heading	{
        color:  #64A0C8;
	font-family: "Segoe UI", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
        font-weight: 300;
	font-size: 22px;
	line-height: normal;
        margin-bottom: 9px;
        }
h2	{        
        color:  #64A0C8;
	font-family: "Segoe UI", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
        font-weight: 300;
	font-size: 18px;
	line-height: normal;
        margin-bottom: 9px;
        }
h3	{ 
        color:  #64A0C8;
	font-family: "Segoe UI", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
        font-weight: 300;
	font-size: 16px;
	line-height: normal;
        margin-bottom: 9px;
        }
h1 a, h2 a, h3 a {
color: #64A0C8;
text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover {
color: #CA7700;
text-decoration: underline;
}

h1 span,h2 span,h3 span	{ display:none; }
a:link,a:active,a.readmore,a:visited.readmore{ color:#CA7700; text-decoration:underline; outline:none; }
a:visited	{ color:#CA7700;/*800080*/ outline:none; }
a:hover,a:hover.readmore	{ color:#CA7700; text-decoration:none; outline:none; }
/* ----- classes ----- */
.clear {
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}
p.iconPlus {
	display:block;
	padding-left:10px;
	background:url(../images/iconPlus.jpg) 0 5px no-repeat;
        font-size:.92em;
	}
	
img.floatLeft { 
	float:left; 
	margin:0; 
	}
.floatLeft { 
	float:left; 
	margin:0; 
	}
    
.marginLeft30{
	margin-left:30px;
    }    
	
img.floatRight { 
	float:right; 
	margin:0 0 0 15px; 
	}
img.floatLeft { 
	float:left; 
	margin:0 15px 40px 0; 
	}

img.imgBorderGray {
	border:1px solid #fff;
    padding:5px;
    background-color:#ebebec;
    }
    
img.imgBorderWhite {
    border:1px solid #e1e1e1;
    padding:5px;
    background-color:#fff;
    margin-bottom: 15px;
    }    
.btnDemo {
	margin-top:20px;
    }
        
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
/* Site Search */
#search {
   padding: 0 0 0 0;
   float: right;
   width: 218px;
   height: 21px;
   margin-top: 15px;
   background: url(../images/search-bg.png) repeat-x;
}
#search input {
    border: none;
    margin: 3px 0 0 3px;
    padding: 2px;
    float: left;
    width: 144px;
    font-size:.92em;
    color: #989898;
    background: none;
}
        	
#search button {
    float: right;
    background: url(../images/search-btn.png) no-repeat;
    width: 67px;
    height: 21px;
    cursor: pointer;
    border: none;
    }
    
/* framework
 * ------------------------------------------------------------------------- */
#wrap {
	width: 900px;
	margin:0 auto;
	text-align:left;
	}

#bodywrap {
        width:1200px;
        margin: 0 auto;
        background: url(../images/bgBody.jpg) no-repeat;
	}
#masthead {
	}
    
    #masthead .left {
    	float:left;
        width: 900px;
        }
        
    #masthead .right {
    	float:left;
        width:234px;
        }

#logo {
  float: left;
  width: 300px;
  height: 90px;
}
#topmenu {
    float: right;
    text-align: right;
    width: 550px;
    font-size:.92em;
    margin-right:10px;
    font-weight: normal;
    margin-top: 15px;
}
    #topmenu li {
    	display:inline;
        border-right: 1px solid #afafb0;
        padding:0 10px 0 10px;
        }
        
        #topmenu li.last {
        	border-right:none;
            }
#topmenu a:link, #topmenu a:visited { color:#64A0C8; text-decoration:none; }
#topmenu a:hover, #topmenu a:active { color:#CA7700; text-decoration:none; }

.index #main {
    padding: 0;
    width: 900px;
    }
#main {
    width: 900px;
    }


#right {
   float: left;
   width: 600px;
   margin: 0px 0px 0px 0px;
   padding-left: 0px;
}

#right .componentheading {
        color: #64A0C8;
	font-family: "Segoe UI", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin: 0px 0px 20px 0px;
        font-weight: 300;
	font-size: 24px;
	line-height: normal;
}
#right .contentheading {
        color:  #64A0C8;
	font-family: "Segoe UI", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin: 0px 0px 20px 0px;
        font-weight: 300;
	font-size: 24px;
	line-height: 40px;
}

#right .contentheading a {
        color: #64A0C8;
        text-decoration: none;
}
#right .contentheading a:hover {
        color: #CA7700;
        text-decoration: underline;
}
#right .componentheadingreleases {
        color: #64A0C8;
	font-family: "Segoe UI", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin: 0px 0px 20px 0px;
        font-weight: 300;
	font-size: 24px;
	line-height: normal;
}
#right .contentheadingreleases {
        color:  #CA7700;
	font-family: "Segoe UI", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin: 0px 0px 20px 0px;
        font-weight: normal;
	font-size: 13px;
	line-height: normal;
}
#right .contentheadingreleases a {
        color: #CA7700;
        text-decoration: underline;
}
#right .contentheadingreleases a:hover {
        color: #CA7700;
        text-decoration: none;
}
#wide {
   float: left;
   width: 850px;
   margin: 5px 15px 10px 25px ;
}
#wide .componentheading {
        color: #64A0C8;
	font-family: "Segoe UI", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
        font-weight: 300;
	font-size: 24px;
	line-height: normal;
}
#wide .contentheading {
        color:  #64A0C8;
	font-family: "Segoe UI", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
        font-weight: 300;
	font-size: 24px;
	line-height: 40px;
}
#wide .contentheading a {
        color: #64A0C8;
        text-decoration: none;
}
#wide .contentheading a:hover {
        color: #CA7700;
        text-decoration: underline;
}

#leftmenu {
   float:left;
   width: 210px;
   margin: 10px 25px 90px 0px;
   color: #333333;
}

#leftmenu h3 {
margin: 20px 0 0 25px;}

#contentbottoma1 {
float: left;
width: 250px;
margin: 20px 5px 20px 25px;
padding-right: 25px;
border-right: 1px dotted #f87b21;
color: #989898;
}
#contentbottoma1 h3,
#contentbottoma2 h3,
#contentbottoma3 h3,
#contentbottomb1 h3,
#contentbottomb2 h3,
#contentbottomb3 h3
{
        color: #64A0C8;
	font-family: "Segoe UI", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
        font-weight: 300;
	font-size: 18px;
	line-height: normal;
}
#contentbottoma1 h3 a,
#contentbottoma2 h3 a,
#contentbottoma3 h3 a,
#contentbottomb1 h3 a,
#contentbottomb2 h3 a,
#contentbottomb3 h3 a
{
        color: #64A0C8;
	font-family: "Segoe UI", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
        font-weight: 300;
	font-size: 18px;
	line-height: normal;
        text-decoration: none;
}
#contentbottoma1 h3 a:hover,
#contentbottoma2 h3 a:hover,
#contentbottoma3 h3 a:hover,
#contentbottomb1 h3 a:hover,
#contentbottomb2 h3 a:hover,
#contentbottomb3 h3 a:hover
{
        color: #CA7700;
        text-decoration: underline;
}
#contentbottoma2 {
float: left;
width: 250px;
margin: 20px 5px 20px 15px;
padding-right: 25px;
border-right: 1px dotted #CA7700;
color: #989898;
}
#contentbottoma3 {
float: left;
width: 250px;
margin: 20px 0px 20px 15px;
border: none;
color: #989898;
}
#contbotb-wrap {
float: left;
width: 100%;
background: url(../images/divWideGradient.jpg) no-repeat;
color: #989898;
}

#contentbottomb1 {
float: left;
margin: 20px 5px 20px 25px;
padding-right: 15px;
width: 250px;
color: #989898;
}
#contentbottomb2 {
float: left;
width: 250px;
margin: 20px 5px 20px 25px;
padding-right: 15px;
color: #989898;
}
#contentbottomb3 {
margin: 20px 0px 20px 25px;
float: left;
width: 250px;
color: #989898;
}

#breadcrumbs {
    clear: both;
    width: 100%;
    font-size:.92em;
    margin: 0 30px 20px 30px;
    }
    
    #breadcrumbs a:link, #breadcrumbs a:visited { color:#64A0C8; text-decoration:underline; }
    #breadcrumbs a:hover, #breadcrumbs a:active { color:#64A0C8; text-decoration:none; }

#footer {
    width:100%;
    background:#555 url("../images/foot-bg.png") repeat-x;
    margin: 20px 0px
    }
    
    #footer-container {
    	background:url("../images/obar.png") top no-repeat;
        width:900px;
        margin: 0 auto;
        text-align:left;
        color:#acacac;
        padding-top:55px;
        }
        
    #footer-container p {
    	margin-bottom:15px;
        }
	
    #footer-container .left {
    	float:left;
        width:385px;
        padding-left:30px;
        padding-right:34px;
        border-right:1px dotted #6e6e6e;
        }
        
    #footer-container .center {
    	float:left;
        width:174px;
        padding:0 30px;
        border-right:1px dotted #6e6e6e;
        }
    #footer-container .right {
    	float:left;
        width:155px;
        padding:0 30px;
        }
        
	#footer-container h5 {
    	color:#fff;
        font-size:1.33em;
        margin-bottom:15px;
        }
        
        #footer-container h5 a {
        	color:#fff;
            }        
        
    #footer-container h6 {
    	color:#CA7700;
        font-size:1.00em
        }
#footer-container .floatLeft {
	float:left;
    width:180px;
    }
	
    #footer-container .col1 {
        margin-right:25px;
        }
        
#footer-container .space {
	width:100%;
    height:120px;
    background-color:#555;
    display:block;
    }
#bottomleft {
    float:left;
    width: 50%;
    margin: 0 0 0 15px;
    border-right:1px dotted #6e6e6e;
}
#bottomleft h3, #bottomright h3, #bottomright2 h3 {
    font-family: "Segoe UI", Tahoma, Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 10px;
}
#bottomright {
    float:left;
    width: 20%;
    border-right:1px dotted #6e6e6e;
    margin: 0 10px;
}

#bottomright2 {
    float:left;
    width: 20%;
}

#copyright {
    float: left;
    margin-top:20px;
    width: 49%
    }
#bottommenu {
    float: right;
    margin-top:20px;
    width: 49%;
    text-align: right;
    font-weight: normal;
    color:#ACACAC;
    background: none; 
}
    #bottommenu li {
    	display:inline;
        border-right: 1px solid #afafb0;
        padding:0 5px 0 7px;
        background: none; 
        }
        
    #bottommenu li.last {
    	border-right:none;
        background: none; 
            }
#bottommenu a:link, #bottommenu a:visited { color:#ACACAC; text-decoration:underline; }
#bottommenu a:hover, #bottommenu a:active { color:#ACACAC; text-decoration:none; }

#printaddress { display:none; }
    
#copyright a:link, #copyright a:visited {
	color:#acacac;
    text-decoration:underline;
    }
    
#copyright a:hover, #copyright a:active {
	color:#acacac;
    text-decoration:none;
    }
    
    #copyright p.left {
    	float:left;
        width:390px;
        border:none;
        margin:0;
        padding:0 0 0 30px;
        }
        
    #copyright p.right {
    	float:right;
        width:390px;
        text-align:right;
        border:none;
        margin:0;
        padding:0 30px 0 0;
        }
.space {
	width:100%;
    height:60px;
    background-color:#464646;
    }
#mainmenu {
	width: 900px;
}



/* Default Joomla! Menu */

#leftmenu ul {
        list-style: none;
}

ul.menu a {
	padding: 10px 0 0 0;
	width: 210px;
        height: 30px;
	display: block;
	color: #333333;
        text-decoration: none;
	background: url(../images/li.png) no-repeat;
}
ul.menu a:active {
	color: #64A0C8;
}

ul.menu li#current a {
        color: #CA7700;
        font-weight: bold;
	background: url(../images/li-sel.png) no-repeat;
}

ul.menu a:hover,
ul.menu a:focus {
	color: #64A0C8;
	background: url(../images/li.png) no-repeat;
}

a.mainlevel {
	color: #333333;
}
a.sublevel {
	padding: 0;
	display: block;
}
a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus {
}


/* Navigation
 * ------------------------------------------------------------------------- */
#bigbluemenu {width: 900px;}
}
        
/*---------------------- home page styles ----------------------------*/
#splash {
    }
#bottom {
    background:url("../images/divWideGradient.jpg") top no-repeat;
    width:100%;
    margin-top:20px;
    padding:40px 40px 0 0;
    color:#989898;
    }
    
    #bottom .left {
    	float:left;
        width:254px;
        padding-right:20px;
        }
     
	#bottom .center {
        float:left;
        width:254px;
        padding-right:20px;
        padding-left:15px;
        }
		
    #bottom .right {
    	float:left;
        width:260px;
		padding-left:15px;
        }
        
.news-item {
	padding-top:10px;
	margin-bottom:10px;
    border-top:1px dotted #d9d9d9;
    }
    
a.print {
    background:url(../images/iconPrinter.jpg) no-repeat;
    padding-left:20px;
    color:#64A0C8;
    text-decoration:underline;
    float:right;
    margin-top:-22px;
    }
    
/*---------------------- destination page styles ----------------------------*/

		
.testimonial-bubble {
	background:url(../images/bubble-bg.jpg) repeat-y;
    width:290px;
    }
    
    .testimonial {
    	background:url(../images/bubble-btm.jpg) bottom no-repeat;
        width:290px;
        padding-bottom:60px;
        }
        
     .testimonial p {
     	margin:0 18px 0 18px;
        }
p.testimonial-source {
	margin:0 0 0 18px;
    }
            
.client {
	font-weight:bold;
    color:#fb7b21;
    }
    
.company {
	color:#64A0C8;
    }            
    
#tab-btm {
	background:url("../images/tab-btm.jpg") no-repeat;
    width:610px;
    height:4px;
    }  
    
#pagetab-content {
    padding:15px 0;
	border:1px solid #e1e1e1;
    border-top:none;
    background:url("../images/tabcontent.jpg") bottom no-repeat;
    margin-bottom:15px;
    }
    
    #pagetab-content li {
    	list-style-type:disc;
        margin-left:15px;
        }
        
.col-img {
	width:110px;
    float:left;
    }
    
.grayBoxWide{
	padding:15px;
    padding-bottom:12;
    background-color:#f5f5f5;
    border:1px solid #e5e5e5;
    margin-bottom:20px;
    } 
.grayBoxWide1 {
	padding:15px;
    padding-bottom:0;
    background-color:#f5f5f5;
    border:1px solid #e5e5e5;
    margin-bottom:20px;
	height:210px;
	margin-top:20px;
    } 
.grayBoxWide h1 a, 
.grayBoxWide h2 a, 
.grayBoxWide h3 a,
.grayBoxWide1 h1 a, 
.grayBoxWide1 h2 a, 
.grayBoxWide1 h3 a {
    color: #00558C;
    text-decoration: none;
}
.grayBoxWide h1 a:hover, 
.grayBoxWide h2 a:hover, 
.grayBoxWide h3 a:hover,
.grayBoxWide1 h1 a:hover, 
.grayBoxWide1 h2 a:hover, 
.grayBoxWide1 h3 a:hover {
    color: #CA7700;
    text-decoration: underline;
}
    
    .grayBoxWide, .grayBoxWide1 p {
    	margin-bottom:15px;
        }                 
    .grayBoxWide h2 {
    	float:left;
        width:590px;
        }
	.grayBoxWide1 h2 {
    	float:left;
        width:578px;
        }
.txtbox
{
	border: 1px solid #c8c9c7;
	margin:4px 0px 4px 0px;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	height:15px;
	width:235px;
	padding:3px;
	background: #ffffff url("../images/txtbox_bg.jpg") repeat-x 0 1px;
}
	
.txtarea
{
	border: 1px solid #c8c9c7;
	margin:5px 0px 5px 0px;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	width:235px;
	padding:3px;
	background: #ffffff url("../images/txtbox_bg.jpg") repeat-x 0 1px;
}
.submit_query
{
	background:#64A0C8;
	padding:5px;
	color:#FFFFFF;
	margin:20px 0px 0px 0px;
	border:1px solid #c8c9c7;
        width: 80px;
}
.mandatory
{
	color:#FF9900;
	
}
.txtbox1
{
	border: 1px solid #c8c9c7;
	margin:4px 0px 4px 0px;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	height:15px;
	width:190px;
	padding:3px;
	background: #ffffff url("../images/txtbox_bg.jpg") repeat-x 0 1px;
}
.txtarea1
{
	border: 1px solid #c8c9c7;
	margin:5px 0px 5px 0px;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	width:190px;
	padding:3px;
	background: #ffffff url("../images/txtbox_bg.jpg") repeat-x 0 1px;
}
.submit_query1
{
	background:#64a0c8;
	padding:1px;
	color:#FFFFFF;
	margin:20px 0px 0px 0px;
	border:1px solid #c8c9c7;
}
/* New Style for dotted line in Product and Services */
  #top .left1 img, #top .center1 img, #top .right1 img {
    	margin-bottom:15px;
        }
        
    #top .left1 {
        float:left;
        width:254px;
		padding-right:19px;
       }
    
    #top .center1 {
        float:left;
        width:254px;
		padding-right:19px;
        padding-left:15px;
		border-left:1px dotted #CA7700;
        }
        
    #top .right1 {
        float:left;
        padding-left:15px;
        width:258px;
		border-left:1px dotted #CA7700;
        }
.pdf {
    background:url(../images/pdf.gif) no-repeat; 
    padding: 0px 0 5px 22px;
    height:10px;
}		
#footer-container h6 a{
	color:#CA7700;
	text-decoration:none;
}
#footer-container h6 a:hover{
	color:#CA7700;
	text-decoration:underline;
}
a.news,a:visited.news {
	color:#64A0C8;
	font-weight:bold;
	text-decoration:none;
    }
	a:hover.news{ text-decoration:underline; color:#CA7700; }
.spcaing { padding:3px 0px 0px 214px;}
.imgDefault { display:block;  } 
.imgPrint { display:none;} 
.txt_alignment {  text-align:right; padding-right:25px; padding-bottom:8px; }
.check { padding:0px 0 8px 0; float:left; }
.check_txt { margin:0px 10px 0px -2px; }
.txtbox_others
{
	border: 1px solid #c8c9c7;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	height:15px;
	width:90px; 
	margin:0px 0px 0px 0px;
	padding:3px;
	background: #ffffff url("../images/txtbox_bg.jpg") repeat-x 0 1px;
}
.careers_form { float:left; width:500px;}
.request_demo { float:left; width:500px; padding-left:30px;}
.selection_box
{
	border: 1px solid #c8c9c7;
	margin:6px 0px 0px 0px;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	height:22px;
	width:240px;
	padding:3px;
}
.selection_box1
{
	border: 1px solid #c8c9c7;
	margin:6px 0px 0px 0px;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	height:22px;
	width:240px;
	padding:3px;
}
.checkbox
{
	border: 1px solid #c8c9c7;
	margin:6px 0px 0px 0px;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	height:22px;
	width:240px;
	padding:3px;
}
.sitemap-container
{
	float:left;
	width:100%;
}
.sitemap{
    	width:100%;
        margin:0 auto;
        text-align:left;
        color:#acacac;
}
#map
{
        float:left;
        width:300px;
		padding-top:10px;
}
#map ul, #map ul ul
{
	list-style-type:none;
}
#map ul
{
	margin:0px 0px 5px 26px;
	padding:0px;
	
}
#map ul ul li
{ 
	list-style:none;
	margin:0px;
	background:url(../images/gray_arrow.gif) 0px 8px no-repeat;
	padding:0px 0px 0px 14px;
}
#map ul ul ul
{
	padding:0px;
	list-style:none;
	margin:0px 0px 0px 10px;
	display:block;
}
#map ul ul ul li
{ 
	list-style:none;
	margin-left:0px;
	background:url(../images/gray_arrow.gif) 0px 8px no-repeat;
	adding:0px 0px 0px 10px;
}
#map ul li a
{
	font:Arial;
	color:#0a5c91;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	line-height:29px;
}
#map ul ul li a
{
	font:Arial;
	color:#333333;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	line-height:22px;
}
#map ul ul ul li a
{
	font:Arial;
	color:#333333;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	line-height:22px;
}
#map ul li a:hover
{
	font:Arial;
	color:#f97c22;
	font-weight:bold;
	font-size:12px;
	text-decoration:underline;
	line-height:29px;
}
#map ul ul li a:hover
{
	font:Arial;
	color:#f97c22;
	font-size:12px;
	font-weight:normal;
	text-decoration:underline;
	line-height:22px;
}
#map ul ul ul li a:hover,
{
	font:Arial;
	color:#CA7700;
	font-size:12px;
	font-weight:normal;
	text-decoration:underline;
	line-height:22px;
}
a.addressmap,a:visited.addressmap{ color:#acacac; text-decoration:none; }
a:hover.addressmap{ color:#acacac; text-decoration:underline; }
.psTitle	{ color:#64A0C8; font-size:16px; font-weight:bold; }
a.psTitle, a:visited.psTitle  { color: #64A0C8; text-decoration:none; }
a:hover.psTitle  { color: #CA7700; text-decoration:underline; }
.content_ul
{
	margin-top:7px;
	margin-bottom:10px;
	margin-left:20px;
}
.content_strong
{
	padding-bottom:7px;
	width:100%;
	float:left;
}
.txtbox_dash
{
	border:0px;
              border-bottom: 1px solid #c8c9c7;
	margin:0px 0px 0px 0px;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	height:15px;
	width:78px;
	padding:3px;
}
.txtbox_dashbig
{
	border:0px;
    border-bottom: 1px solid #c8c9c7;
	margin:0px 0px 0px 0px;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	height:15px;
	width:200px;
	padding:3px;
}
hr { width:800px; float:left; border:1px dashed  #e1e1e1; display:block;  clear:both;  }
.ind-solu { padding-left:10px; }
.press-pdf-link {padding-top:15px; display:block; }



/* MODULE
--------------------------------------------------------- */
div.moduletable-menu h3,
div.moduletable h3,
div.moduletable-default h3 {;
	font-family: "Segoe UI", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 18px;
	line-height: normal;
}
div.moduletable-menu,
div.moduletable,
div.moduletable-default {
	padding: 0 0 0 0;
}
