@import url(/assets/css/user/popup-elements.css);
@font-face {
    font-family: "OpenSans";
    font-style: normal;
    font-weight: normal;
    src: url(/assets/fonts/OpenSans-Regular.svg) format("svg"),
         url(/assets/fonts/OpenSans-Regular.woff) format("woff"),
         url(/assets/fonts/OpenSans-Regular.eot?#iefix) format("embedded-opentype"),
         url(/assets/fonts/OpenSans-Regular.ttf) format("truetype");
}
@font-face {
    font-family: "OpenSans";
    font-style: normal;
    font-weight: bold;
    src: url(/assets/fonts/OpenSans-Bold.svg) format("svg"),
         url(/assets/fonts/OpenSans-Bold.woff) format("woff"),
         url(/assets/fonts/OpenSans-Bold.eot?#iefix) format("embedded-opentype"),
         url(/assets/fonts/OpenSans-Bold.ttf) format("truetype");
}
@font-face {
    font-family: "OpenSans";
    font-style: normal;
    font-weight: 600;
    src: url(/assets/fonts/OpenSans-Semibold.svg) format("svg"),
         url(/assets/fonts/OpenSans-Semibold.woff) format("woff"),
         url(/assets/fonts/OpenSans-Semibold.eot?#iefix) format("embedded-opentype"),
         url(/assets/fonts/OpenSans-Semibold.ttf) format("truetype");
}
@font-face {
    font-family: "OpenSans";
    font-style: normal;
    font-weight: 300;
    src: url(/assets/fonts/OpenSans-Light.svg) format("svg"),
         url(/assets/fonts/OpenSans-Light.woff) format("woff"),
         url(/assets/fonts/OpenSans-Light.eot?#iefix) format("embedded-opentype"),
         url(/assets/fonts/OpenSans-Light.ttf) format("truetype");
}
html, body, .page-wrapper { height: 100%; }

body > .page-wrapper { 
    height: auto;
    min-height: 100%;   
    min-width: 1000px;
    
    font-family: "OpenSans", sans-serif;
}

.page-wrapper_type_color {
    background: #ededed;
}

.main-wrapper { padding-bottom: 200px; }

.page-inner {
    margin: 0 auto;
    width: 1000px;
}
/**
 *  #Clearfix
 *
 *  @subsection #Clearfix
 */
.clearfix:before,
.clearfix:after { 
    display: table; 

    content: '';
}

.clearfix:after { clear: both; }
.lt-ie8 .clearfix { zoom: 1 }

a:active, a:focus {
  outline: none;
}
/*-------------------------------------------*/

/*User-menu block*/
    .user-menu {
        min-width: 1000px;

        background: #063a56;
    }

        .user-menu__list {
            margin: 0 auto;
            padding: 0;            
            width: 1000px;

            font-size: 14px;
            list-style: none;
        }

            .user-menu__item {
                float: left;
                margin-left: 10px;

                position: relative;
            }

            .user-menu__item:first-child {
                margin-left: 0;
            }

            .user-menu__item:hover {
                background: #3f88ad;
            }

                .user-menu__link {
                    display: block;
                    padding: 0 15px;

                    color: #fff;
                    cursor: pointer;
                    font-size: 14px;
                    font-weight: 600;
                    line-height: 47px;
                    text-decoration: none;
                }

                    .user-menu__arrow {
                        margin-left: 8px;

                        font-size: 12px;
                    }

                .user-submenu {
                    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .5);
                    display: none;
                    min-width: 190px;
                    padding: 0;

                    position: absolute;
                    top: 47px;
                    left: 0;
                    z-index: 9001;
                    
                    background: #3f88ad;

                    font-size: 12px;
                }

                .user-menu__item:hover .user-submenu {
                    display: block;
                }

                    .user-submenu__item {
                        display: block;
                        float: none;
                        padding-left: 20px;
                        
                        position: relative;
                        
                        line-height: 36px;
                    }

                    .user-submenu__item:hover {
                        background: #006699;
                    }

                        .user-submenu__link {
                            display: block;

                            color: #fff;
                            text-decoration: none;
                        }

                        .user-menu-drop {
                            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .5);
                            display: none;
                            padding: 0;
                            min-width: 190px;

                            position: absolute;
                            top: 0;
                            left: 190px;
                            z-index: 5;
                            
                            background: #3f88ad;

                            font-size: 12px;
                        }

                        .user-submenu__item:hover .user-menu-drop {
                            display: block;
                        }

                            .user-menu-drop__item {
                                display: block;
                                float: none;
                                padding-left: 20px;

                                position: relative;
                                
                                line-height: 36px;
                            }

                            .user-menu-drop__item:hover {
                                background: #006699;
                            }

                                .user-menu-drop__link {
                                    display: block;

                                    color: #fff;
                                    text-decoration: none;
                                }
/*title-pages*/
.page-title-wrapper {
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, .2);
    border-top: 1px solid #dfe4e6;
    min-width: 1000px;
    margin-bottom: 18px;
    background:#f4f4f4;
}
.page-title {
    padding: 8px 30px 11px;
    text-align: center;
}    
.page-title__leftside {
    float: left;
}
.page-title__name {
    display: inline-block;
    color: #063a56;
    font-size: 24px;
    font-weight: 600;
    line-height: 37px;
    vertical-align: middle;
}
.page-title__select {
    display: inline-block;                
    margin-top: 3px;
    margin-left: 10px;
    width: 170px;
    text-align: left;
    vertical-align: middle;
}
.page-title__rightside {
    float: right;
}
.user-search {
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.user-search__btn {
    border: 1px solid #a9c5d4;
    height: 37px;
    float: left;
    padding: 0;
    width: 71px;
    background: #efefef;                                        
    color: #006699;
    cursor: pointer;
    font-size: 14px;
    font-family: 'OpenSans', sans-serif;                    
}
input[type=text].user-search__field {
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: #ccc;
    height: 35px;
    float: left;
    padding: 0 30px 0 10px;
    width: 300px;                    
    background: #f4fbff;
    color: #6f99b3;
    font-family: 'OpenSans', sans-serif;
    font-size: 14px; 
}
.user-search__field::-moz-placeholder {
    opacity: 1;
}
.user-search__field::-webkit-input-placeholder {
    opacity: 1;
}
.user-search__field::-ms-clear {
    display: none;
}
.user-search__field:focus {
    outline: none;
}
.user-search__reset {
    position: absolute;
    top: 11px;
    right: 10px;
    z-index: 5;                                        
    color: #006699;
    cursor: pointer;
    font-size: 16px;
}
.page-title__btn-wrapper {
    margin-top: 1px;
    position:relative;
}
.page-title__btn {
    border-radius: 3px;
    box-sizing: border-box;
    border: 1px solid;
    display: inline-block;
    outline: none;
    padding: 3px 12px 4px;
    cursor: pointer;
    font: 600 14px/16px 'OpenSans', sans-serif;
    vertical-align: top;
    transition: all .3s;
}
.page-title__btn.type-ok {
    border-color: #339933;
    margin-left: 7px;
    background: #339933;
    color: #fff;
}
.page-title__btn.type-ok:hover {
    border-color: #45ba3d;
    background: #45ba3d;
}
.page-title__btn.type-cancel {
    border-color: #ccc;
    background: #fcfcfc;
    color: #666;
}
.page-title__btn.type-cancel:hover {
    background: #ededed;
}
.page-title__btn span {
    display: block;
    font-size: 10px;
    font-weight: 300;
    line-height: 10px;
}
.page-title__btn--manager {                    
    padding-left: 25px;
    text-align: left;
}
.page-title__btn__icon {
    position: absolute;
    top: 14px;
    right: 15px;
    font-size: 16px;
    color: #fff;
}

@media screen and (max-width: 1024px) {
    .page-title {
        padding: 8px 10px 11px;
    }

    input[type=text].user-search__field {
        width: 200px;
    }
}

                .create-list {
                    border: 1px solid #90b490;
                    border-radius: 5px;
                    box-shadow:         0 3px 3px 0 rgba(204, 204, 204, 1);
                    min-width: 230px;
                                        
                    position: absolute;
                    top: 41px;
                    right: 0;                    
                    z-index: 5;
                    
                    background: #fff;
                }

                .create-list.active {
                    display: block;
                }

                    .create-list__item {
                        border-top: 1px solid #daeaf2;
                        display: block;
                        float: none;
                        padding-left: 40px;                      

                        position: relative;                        
                    }

                    .create-list__item:first-child {
                        border-top: none;
                        border-radius: 5px 5px 0 0;
                    }

                    .create-list__item:last-child {
                        border-radius: 0 0 5px 5px;
                    }

                    .create-list__item:hover {
                        background: #eaf5ea;
                    }

                        .create-list__link {
                            display: block;

                            font-family: 'OpenSans', sans-serif;
                            font-size: 14px;
                            line-height: 37px;
                            color: #054d74;
                            text-decoration: none;
                            letter-spacing: -0.5px;
                        }

                        .create-list__icon {                            
                            position: absolute;                            
                            top: 10px;
                            left: 10px;

                            font-size: 18px;
                            color: #054d74;
                        }
.ui-dialog iframe {
    display: block;
}
            .wizzard {
                border: 1px solid transparent;
                float: left;
                height: 39px;
                margin-left: 6px;
                width: 48px;

                position: relative;

                cursor: pointer;
                text-align: center;
            }

            .wizzard:hover {
                border-color: #ccc;

                background: #dedede;
            }

                .wizzard__link {
                    width: 100%;

                    position: absolute;
                    bottom: 0;
                    left: 0;

                    color: #054d74;
                    font-size: 11px;
                    line-height: 14px;
                    text-decoration: none;
                }

                .wizzard__icon {
                    color: #054d74;
                    font-size: 24px;
                    line-height: 28px !important;
                        }
/*Footer*/
.user-footer-wrapper {
    border-top: 8px solid #339933;
    clear: both;
    height: 142px;
    min-width: 1000px;
    margin-top: -149px;
    
    position: relative;

    background: #eee;

    font-family: 'OpenSans', sans-serif;
}

    .user-footer {
        width:1000px;
        margin: 0 auto;
        padding: 30px 0 26px;
    }

        .user-footer-contacts {
            float: left;
            height: 32px;
            width: 301px;
            position: relative;
            background: url(/assets/images/common/dcm-logo-32.png) no-repeat;
        }

            .user-footer-contacts__number {
                position: absolute;
                top: 40px;
                left: 0;
                color: #006699;
                font-size: 12px;
                line-height: 12px;
            }

        .user-social {
            float: right;
            margin-right: 40px;
        }

            .user-social__link {
                float: left;
                height: 40px;
                margin-left: 15px;
                width: 40px;

                background: url(/assets/images/user/user-social_icons.png) no-repeat;
            }

            .user-social__link:first-child {
                margin-left: 0;
            }

            .user-social__link_type_facebook{
                background-position: 0 0;
            }

            .user-social__link_type_google {
                background-position: 0 -40px;
            }

            .user-social__link_type_twitter {
                background-position: 0 -80px;
            }

            .user-social__link_type_linkedin {
                background-position: 0 -120px;
            }

            .user-social__link_type_youtube {
                background-position: 0 -160px;
            }

            .user-social__link_type_wordpress {
                background-position: 0 -200px;
            }

    .user-bottom-wrapper {
        min-width: 1000px;
        border-top: 8px solid #006699;

        background: #ccc;
    }
        .user-bottom {
            width: 1000px;
            margin: 0 auto;
        }

            .user-copyright {
                float: left;
                margin: 0 0 0 12px;

                color: #333333;
                font-size: 11px;
                line-height: 35px;
                
            }

            .user-privacy {
                float: right;
                height: 35px;
                margin-right: 12px;

                position: relative;

                font-size: 14px;
                line-height: 35px;
                color: #339933;
            }

                .user-privacy__link {
                    color: #339933;
                    font-size: 11px;
                    text-decoration: none;
                }

                .user-privacy__link:hover {
                    text-decoration:underline;
                }

/*Header*/
/**
 *  #Clearfix
 *
 *  @subsection #Clearfix
 */
.clearfix:before,
.clearfix:after { 
    display: table; 

    content: '';
}

.clearfix:after { clear: both; }
.lt-ie8 .clearfix { zoom: 1 }
.header {
   background: #fff;
   display: block;
   position: fixed;
   top:0;
   z-index: 1000;
}

    .header__wrapper {        
    background-color: #fff;
        height: 60px;       
    }

        .header__inner {
            width: 1000px;
            margin: auto;
        }

            .header__logo {
                float: left;
                height: 36px;
                margin-top: 12px;
                width: 280px;

                background: url(/assets/images/common/dm-logo-w-name-inline.png) no-repeat;
            }

            .header-menu {
                float: right;
                margin: 0;
                padding: 0;

                background: #fff;

                list-style: none;
            }
            
            .header-menu li {
            	 list-style: none;
            }
            

                .header-menu__item {                   
                    float: left;               
                }

                .header-menu__item:first-child {
              
                }

                
                 .header-menu__item:hover .header-menu__link{ border-top: solid 6px #006699;}

                
                
                    .header-menu__link {
                        display: block;
                        padding: 13px 23px 12px;        
                        background-color: #fff;                
								border-top: solid 6px #fff;
                        color: #666;      
                        font-size: 16px;                  
                        line-height: 24px;
                        text-align: center;
                        text-decoration: none;                    
                    }

                    
                    
                    .header-menu__link:focus, .header-menu__link:active
                    {
                    	border-top: solid 6px #fff;
                    }
                    
                    
                    .header-menu__link_type_user {
                        width: 130px;
                        padding: 15px 0 15px;
                        font-size: 14px;
                    } 

                    .header-menu__link:hover {
                      /*  border-top: solid 6px #006699; */
                        color: #006699;      
                    }

.header-menu__link_type_login {color: #339933;}
.header-menu__link_type_login:hover {color: #006600;} 
.header-menu__item:hover .header-menu__link_type_login{ border-top: solid 6px #339933;}

.header-menu__link_type_freetrial {color: #fe6e00;}
.header-menu__link_type_freetrial:hover {color: #f16701;} 
.header-menu__item:hover .header-menu__link_type_freetrial{ border-top: solid 6px #fe6e00;}
                    
                    
                    
.submenu{
	display: none;			
	width: 108px;
	padding: 10px 30px 0px;
	position: absolute;
	 top: 50px;
	 	background-color: #fcfcfc;
	border: solid 1px #999;	
	box-shadow: 0 0 2px #ccc;
min-height: 20px;
	overflow: visible;	  
	z-index: 1000;
	 }

.submenu1
{
padding-top: 20px;
	width: 474px;
}
    
.submenu1 .pflinksbox > li.llast {width: 160px;}


.submenu a{
	color:#006699	;
	font-family: OpenSans, sans-serif;	
	font-size: 14px;
	font-weight: normal;
	line-height: 28px;
	letter-spacing: -0.3pt;
	text-decoration: none;}

	
.submenu a:hover {text-decoration: underline;}	
	
.submenu .rmtitle{
	font-size: 14px;
	color: #063a56;
	font-weight: 600;
	text-transform: uppercase;	
	letter-spacing: -0.5px;}

.submenu a.rmtitle {	color: #063a56;}
.submenu a.rmtitle:hover{	color: #006699; }	



	
.submenu  .seph{
    background-color: #CCCCCC;
    height: 1px;
    margin-bottom: 18px;
    width: 100%;}	


.submenu  .pflinksbox {
	width: 100%;
}
		
.submenu  .pflinksbox>li{
	margin-right: 77px;
	width: 220px;}

.submenu  .pflinksbox li:last-child  {	margin-right: 0;}
.submenu  .pflinksbox .rmsmenu{	margin-bottom: 14px;}

.submenu  .pflinksbox .rmsmenu li span
{
	display: block;
	font-size: 11px;
	color:#333;
	line-height:1px;
}

        
/*04.03.2015*/
.bluetxt select {
    margin-left: 0 !important;
}

.bluetxt #Aggregate {
    width: 92px !important;
}

.bluetxt #AgentId {
    width: 466px !important;
}

/*17.06*/
.table-wrapper {
    background: #fff;
}
.table-center {
    margin: auto;
}


a{
	font-size: 12px;
	color: #185c84;
	text-decoration:underline;}

body
{
	background: #fff;
	color: #000;
	font-family: 'OpenSans', Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;}

h3, h2.subtile, h1.subtile{
	background-color: transparent;
	color: #185c84;
	display: inline;
	font-size: 15px;}
.table-container {
    width: 1000px;
    margin: auto;
}
.content {
	clear: both;
	line-height: 20px;
	margin:0 auto 15px;
	width: 1000px;
	*left: 50%;
	*margin-left: -500px; 
	*padding-top: 15px;}

form dl {margin: 0; padding: 0; }

form dt{
	clear: left;
	float: left;
	margin: 0.7em 1em 0.5em 0;
	padding: 0;
	text-align: right;
	width: 35%;}
  
form dd{
	float: left;
	margin: 0;
	padding: 0.5em 0;
	width: 60%;
	*float: none; 
	*width: auto;}

 ul {
  list-style-image: url(/images/bullet6.gif);
  list-style-position: inside left;}

.errormsg{
	color: #a51c0e;
	font-weight: bold;
	margin-bottom: 5px;}

.costcalculator {
	margin-top: 5px;
	margin-bottom: 15px;}

.costcalculator .icon{
	background: url(/images/slide.gif)  -781px -48px no-repeat;
	display: inline;
	float: left;
	height: 28px;
	margin-left: 10px;
	margin-right: 10px;
	width: 27px;}


input[type="button"], input[type="submit"], .gbtn
{
	margin: 0;
	padding: 0;
	margin-right: 10px;
	font-family: 'OpenSans', Verdana, Geneva, Arial, Helvetica, sans-serif;
	height : 26px;
	color : #FFF;
	padding-left : 28px;
	padding-right: 28px;
	padding-bottom:4px;
	font-size : 13px;
	font-weight: bold;
	letter-spacing: -0.3px;
	cursor : pointer;
	border: solid #567e0a 1px;
	
	background-image : url(../../images/buttons-bg.gif); 
	background-position: 0px  0px;     
}

input[type="button"].button-find {
    padding-bottom: 0;
}

input[type="button"]:hover, input[type="submit"]:hover, .gbtn:hover {background : url(../../images/buttons-bg.gif) 0px -24px;}

#greybtn{
	background : url(../../images/buttons-bg.gif)  0px -48px; 
	color : #FFF;
	border-color : #6a6a6a;
	*background-color: #cbcbcb;
	cursor: auto;
	font-family: 'OpenSans', Verdana, Geneva, Arial, Helvetica, sans-serif;}

#bluetxt {	color: #185c84;}

.tickets .addnewticket textarea
{
    width:400px;
}

.tickets .addnewticket .minput
{
    *width:410px;
    width:400px;
}

.content h2.ptitle, .content h1.ptitle{
	color: #185c84;
	font-size: 18px;
	font-weight: normal;
	text-align: center;	
	margin-top: 10px;
	padding-bottom: 20px;}

input[type="text"], input[type="password"], select, .minput {height:24px;}

input[type="text"], textarea, select, input[type="password"], .minput {
	background: #fff url(/images/input-bg.gif) repeat-x;
	border-color:#8E8E8E #E1E1E1 #E1E1E1 #8E8E8E;
	border-style:solid;
	border-width:1px;
	color:#454950;
	font-family: 'OpenSans', Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:13px;
	padding-left:3px;}

input[type="text"]:disabled, .minput:disabled { background-color:#EFEFEF;}

.mtable{
	border: solid #d8d8d8 1px;
	border-bottom: none;
	color: #454950;
	font-size: 12px;}

.mtable tr td{
	border-bottom: solid #dfdfdf 1px;
	padding: 7px;}

.mtable .header td{
	background: url(/images/slide-backgrounds.gif)  repeat-x;
	color: #626363;	
	font-weight: bold;
	font-size: 13px;
	height: 46px;
	padding: 4px;}

.mtable .tblfill1{
	background-color: #f0f0f0;	
	font-size: 12px;}

.packagechoice .mtable {font-size: 12px; width: 222px;} 
.packagechoice .mtable .header td {height: 38px;} 

.footercontainer .footer{
	font-family: 'OpenSans', Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 10px;
	width: 1000px;
	*left: 50%;
	*margin-left: -500px; 
	*position: absolute;}

.footerbanners{
	clear: both;
	height: 30px;
	width:100%;
	*padding-top: 0;}

.footerbanners a{
	float: right;
	padding-right: 10px;}

.footercontainer .footer ul.leftbox {float: left; width: 550px;}

.footercontainer .footer ul.leftbox li {
	float: none;
	display: block;
	list-style-image: none;	
	margin: 0;
	padding: 0;
	*float: left;
	*width: 550px;}

.footercontainer .footer ul.leftbox  li.globalphones{
	color: #fff;
	font-size: 25px;
	letter-spacing: -1.5px;
	text-align: left;}

.footercontainer .footer ul.leftbox  li.trademark{
	color: #143503;
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 10px;}

.footercontainer .footer ul.leftbox  li.trademark .reg { 	color: #fff; }

.footercontainer .footer ul.leftbox  li.privacy a{
	color: #7fc71d;
	font-size: 11px;
	cursor: pointer;
	text-decoration: none;
	*margin: 0;
	*padding: 0;}

.footercontainer .footer ul.leftbox  li.privacy a:hover{
	color:#99de3a;
	text-decoration: underline;}

.footercontainer .footer ul.leftbox  li.privacy .icon{
	background: url(/images/slide4.gif)  -102px -2px  no-repeat;
	display: block;
	float: left;
	height: 18px; 
	margin-right: 5px;
	 width: 15px;
	*margin-right: 0;}

.footercontainer .footer ul.leftbox  li.privacy a:hover .icon {background-position: -119px -2px;}

.footer .leftbox{
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;}

.headertop1container{
	background-image: url(/images/indexpage-bg1.gif);
	font-family: 'OpenSans', Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 144px;
	width: 100%;}

.headertop2container{
	margin: 0 auto;
	width: 1000px;
	*position: relative;
	*left: 50%;
	*margin-left: -500px;}

.footercontainer{
	background: url(/images/indexpage-bg1.gif)  0px -188px  repeat-x;
	clear: both;
	height: 125px;
	width: 100%;
	*position: relative;}

.headertop1, .headertop2, .content, .footer {margin: 0 auto; width: 1000px;}

.headertop1{
	height: 108px;
	z-index: 10;
	*left: 50%;
	*margin-left: -500px; 
	*position: absolute;}

.headersections{
	height: 108px;
	list-style: none;
	margin: 0px; 
	padding: 0px;}

.headersections li { display: inline;  float: left; margin: 0; padding: 0; 	list-style-image: none; }


.header {
   background: #fff;
   position: static;
}


tr.header {	display: table-row;}

.headerlogo, .headerlogo a{
	height: 81px;
	margin: 0;
	width: 345px;}

.headerlogo a{
	background: url(/images/slide3.gif)  -10px -10px;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	margin-top: 11px;
	text-decoration: none;}

.button a span { display: none; }

div.button a {background-repeat:no-repeat; display:block;}

.headerlogo div.button a div {
	display:block;
	margin-left:97px;
	padding-top:50px;}

fieldset{
	border: solid 1px #d8d8d8;
	margin: 0;
	margin-bottom: 20px;
	padding: 8px;
	vertical-align: top;}

fieldset legend{
	color: #185c84;
	font-size: 14px;
	font-weight: bold;
	margin-left: -9px;
	padding-left: 7px;
	padding-right: 7px;}

fieldset h3.dphones{
	color: #185c84;
	display: block;
	font-size: 25px;
	font-weight: normal;
	padding: 0;
	margin: 0 auto;
	padding-bottom: 20px;
	text-align: center;}

fieldset .contactsphones{
	margin: 0 auto;
	width: 700px;
	margin-bottom: 50px;
	*margin-left: 180px;
	*margin-top: 20px;
	*margin-bottom: 10px;
	*width: 800px;	}

fieldset .contactsphones ul li{
	display: inline;
	float: left;
	margin: 0;
	margin-right: 30px;
	padding: 0;}

fieldset .contactform{
	margin: 0 auto;
	margin-bottom: 50px;
	width: 900px;
	*margin-top: 10px;
	*margin-bottom: 0;}

fieldset .contactform input[type="text"], fieldset .contactform input[type="password"], fieldset .contactform select, fieldset .contactform textarea { width: 300px;}

fieldset .address{
	line-height: 25px;
	margin: 0 auto;
	margin-bottom: 20px;
	width: 280px;
	*margin-left: 350px;
	*margin-bottom: 10px;}

fieldset.transp
{
	border: none;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
}

.tickets .ticketmessage
{
	background-image:url(/images/faq-q.gif);
	background-position:left top;
	background-repeat:no-repeat;
	font-weight:bold;
	height:auto;
	line-height:30px;
	padding-left:37px;
}


.icon-hint {
	background-image:url(/images/slide.gif);
	background-position:-25px -73px;
	cursor:pointer;
	display: inline;
	float: right;
	height:15px;
	margin-left:5px;
	width:18px;}

.icon-hint span { display:none;}

.reportfilter #Monitors dt {
	margin: 5px 0 0 0;
	text-align:right;
	width:4%;
	*width:38%;}

.reportfilter #Monitors dd {
	float:left;
	margin: 5px 0 0 0;
	padding:0;
	*width:59%;}

.reportfilter .responsefilterdescr {  *margin-left:36%;}
.slahistory .mtable .header td { *height:39px;}

.mtable2 {clear:both; line-height:normal;}
.mtable2 ul {list-style:none; list-style-image:none; margin:0; padding:0;}
.mtable2 li {display:inline; float:left;  margin:0; padding:0;}

.mtable2 .mheader{
	background:url("/images/slide.gif") -45px -8px;
	border:1px solid #185C84;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	height:35px;
	width:998px;}

.mtable2 .mheader li { padding:10px 0 0 10px; }

.mtable2 .mheader .seph {
	background:url("/images/slide.gif") -42px -8px no-repeat;
	height:35px;
	margin:0;
	padding:0;
	width:1px;}

.mtable2 .mheader .actions {padding-top:7px; width:77px;}

.mtable2 .mheader .actions div.btn {
	background:url("/images/slide.gif") -111px -73px no-repeat;
	cursor:pointer;
	float:right;
	height:20px;
	width:65px;}

.mtable2 .mheader .checkbox {
	padding-left:0;
	text-align:center;
	width:38px;
	*width:30px;}

.mtable2 .mitem{
	background:url("/images/devicestask-bg1.gif") repeat-x;
	border-color:#82B4D1;
	border-right:1px solid #82B4D1;
	border-style:none solid solid;
	border-width:1px;
	font-size:11px;
	height:28px;}

.mtable2 .mitem li {height:22px;  padding-top:6px; padding-left:10px; }

.mtable2 .mitem .checkbox {
	padding-top:5px;
	text-align:center;
	padding-left:0;
	width:38px;
	*width:30px;}

.mtable2 .mitem  .actions {padding-top:4px; width:77px;}

.mtable2 .mitem  .actions div.btn {
	background:url("/images/slide.gif") -45px -73px no-repeat;
	cursor:pointer;
	display:inline;
	float:right;
	height:20px;
	width:65px;}

.mtable2actionmenu{
	background-color: #FFF;
	border: solid 1px #82b4d1;
	color:#185e88;
	font-size: 11px;
	list-style: none;
	list-style-image: none;
	padding: 0;
	left: 997px;
	line-height:normal;
	margin: 0;
	position: fixed;
	*position: absolute;
	top: 120px;
	width: 110px;
	z-index: 10;}

.mtable2actionmenu .ccontent{
	background: #FFF;
	list-style: none;
	list-style-image: none;
	padding: 3px 0 0 0;
	width: 110px; }

.mtable2actionmenu .ccontent a{
	font-size: 11px;
	left:0;
	margin:0; padding:0;
	text-decoration: none;}

.mtable2actionmenu .ccontent ul {margin:0; padding:0; left:0;}

.mtable2actionmenu .ccontent li{
	border-bottom:solid 1px #daeaf2;
	cursor: pointer;
	display: block;
	float: none;
	list-style: none;
	list-style-image: none;
	margin:0;
	padding: 5px 0 5px 0;
	text-align:left;
	width: 110px;}

.mtable2actionmenu .ccontent li:hover { background-color: #e6f0f5; }

.mtable2actionmenu .icon{
	background-repeat:no-repeat;
	float: left;
	height: 14px;
	margin:0 6px 0 10px;
	padding:0;	
	width: 14px;}

.mtable2actionmenu .ccontent .edit .icon {background: url(/images/slide.gif) -59px -44px no-repeat;}
.mtable2actionmenu .ccontent .edit:hover .icon {background: url(/images/slide.gif) -59px -58px no-repeat;}

.mtable2actionmenu .ccontent .runnow .icon {background: url(/images/slide.gif) -117px -44px  no-repeat;}
.mtable2actionmenu .ccontent .runnow:hover .icon {background: url(/images/slide.gif) -117px -58px no-repeat;}

.mtable2actionmenu .ccontent .import .icon {background: url(/images/slide.gif) -658px -44px  no-repeat;}
.mtable2actionmenu .ccontent .import:hover .icon {background: url(/images/slide.gif) -672px -58px no-repeat;}

.mtable2actionmenu .ccontent .export .icon {background: url(/images/slide.gif) -629px -44px  no-repeat;}
.mtable2actionmenu .ccontent .export:hover .icon {background: url(/images/slide.gif) -644px -44px no-repeat;}

.mtable2actionmenu .ccontent .delete .icon {background: url(/images/slide.gif) -88px -44px no-repeat;}
.mtable2actionmenu .ccontent .delete:hover .icon {background: url(/images/slide.gif) -88px -58px  no-repeat;}

.mtable2actionmenu .ccontent .setnotifytime .icon {background: url(/images/slide.gif) -102px -44px no-repeat;}
.mtable2actionmenu .ccontent .setnotifytime:hover .icon {background: url(/images/slide.gif) -102px -58px no-repeat;}

.mtable2actionmenu .ccontent .enable .icon{	background: url(/images/slide.gif) -132px -44px no-repeat;}
.mtable2actionmenu .ccontent .enable:hover .icon{background: url(/images/slide.gif) -132px -58px no-repeat;}

.mtable2actionmenu .ccontent .postpone .icon{background: url(/images/slide.gif) -147px -44px no-repeat;}
.mtable2actionmenu .ccontent .postpone:hover .icon{background: url(/images/slide.gif) -147px -58px no-repeat;}

.mtable2actionmenu .ccontent .agent .icon {background: url(/images/slide.gif) -161px -44px no-repeat;}
.mtable2actionmenu .ccontent .agent:hover .icon {background: url(/images/slide.gif) -161px -58px no-repeat;}

.mtable2actionmenu .ccontent .report .icon {background: url(/images/slide.gif) -74px -44px no-repeat;}
.mtable2actionmenu .ccontent .report:hover .icon {background: url(/images/slide.gif) -74px -58px no-repeat;}

.mtable2actionmenu .ccontent .testhistory .icon {background: url(/images/slide.gif) -102px -44px no-repeat;}
.mtable2actionmenu .ccontent .testhistory:hover .icon {background: url(/images/slide.gif) -102px -58px no-repeat;}

.mtable2actionmenu .ccontent .runtest .icon {background: url(/images/slide.gif) -117px -44px  no-repeat;}
.mtable2actionmenu .ccontent .runtest:hover .icon {background: url(/images/slide.gif) -117px -58px no-repeat;}

.mtable2actionmenu .ccontent .add .icon {background: url(/images/slide.gif)  -44px -44px no-repeat;}
.mtable2actionmenu .ccontent .add:hover .icon {background: url(/images/slide.gif) -44px -58px no-repeat;}

.mtable2actionmenu .ccontent .sla .icon {background: url(/images/slide.gif) -177px -44px no-repeat;}
.mtable2actionmenu .ccontent .sla:hover .icon {background: url(/images/slide.gif) -177px -58px no-repeat;}

.mtable2actionmenu .ccontent .details .icon {background: url(/images/slide.gif) -247px -44px no-repeat;}
.mtable2actionmenu .ccontent .details:hover .icon {background: url(/images/slide.gif) -247px -58px no-repeat;}

.mtable2actionmenu .ccontent .download .icon {background: url(/images/slide.gif) -219px -44px no-repeat;}
.mtable2actionmenu .ccontent .download:hover .icon {background:url(/images/slide.gif) -219px -58px no-repeat;}

.mtable2actionmenu .ccontent .email .icon {background: url(/images/slide.gif) -205px -44px no-repeat;}
.mtable2actionmenu .ccontent .email:hover .icon {background:url(/images/slide.gif) -205px -58px no-repeat;}

.mtable2actionmenu .ccontent .share .icon {background: url(/images/slide.gif) -233px -44px no-repeat;}
.mtable2actionmenu .ccontent .share:hover .icon {background:url(/images/slide.gif) -233px -58px no-repeat;}

.mtable2actionmenu .ccontent .setup .icon {background: url(/images/slide.gif) -317px -44px no-repeat;}
.mtable2actionmenu .ccontent .setup:hover .icon {background:url(/images/slide.gif) -331px -58px no-repeat;}

.mtable2actionmenu .ccontent .dashboard .icon {background: url(/images/slide.gif) -345px -44px no-repeat;}
.mtable2actionmenu .ccontent .dashboard:hover .icon {background:url(/images/slide.gif) -39px -58px no-repeat;}

.mtable2actionmenu .ccontent .configuration .icon {background: url(/images/slide.gif) -373px -44px no-repeat;}
.mtable2actionmenu .ccontent .configuration:hover .icon {background:url(/images/slide.gif) -387px -58px no-repeat;}

.mtable2actionmenu .ccontent .cancel .icon {background: url(/images/slide.gif) -401px -44px no-repeat;}
.mtable2actionmenu .ccontent .cancel:hover .icon {background:url(/images/slide.gif) -415px -58px no-repeat;}



.mtable2actionmenu .ccontent .seph{
	border-top: solid 1px;
	height: 1px;
	width: 98%;
	margin-bottom: 3px;
	margin-top: 5px;}

.templateslisttbl1 .mitem .groupname { width:896px;}

.notifygroupstbl1 .mheader .groupname { padding-left:10px; width:732px; }
.notifygroupstbl1 .mheader .adressesnumber { padding-left:10px; width:165px; }
.notifygroupstbl1 .mitem .groupname { color:#185c84; font-weight:bold; width:722px; }
.notifygroupstbl1 .mitem .groupname a:hover { text-decoration:none; }
.notifygroupstbl1 .mitem .adressesnumber { padding-left:10px;  text-align:center; width:165px;}
.notifygroupstbl1actions { width: 180px; }
.notifygroupstbl1actions .ccontent {width:180px;}
.notifygroupstbl1actions .ccontent li {width:180px;}

.notifygroupsaddresslisttbl1  {margin-bottom:30px; }
.notifygroupsaddresslisttbl1 .mheader { width:980px; *width:980px; }
.notifygroupsaddresslisttbl1 .mheader .aaddress {width:280px; *width:290px; }
.notifygroupsaddresslisttbl1 .mheader .type {  width:200px; *width:190px;}
.notifygroupsaddresslisttbl1 .mheader .template { width:200px;}
.notifygroupsaddresslisttbl1 .mheader .comment {
    width: 169px;
}
.notifygroupsaddresslisttbl1 .mheader .checkbox {
	padding-top:8px;
	*padding-top:7px;
	text-align:center;
	width:38px;
	*width:30px;}

.notifygroupsaddresslisttbl1 .mitem .aaddress { color:#185c84; font-weight:bold; width:281px; *width:291px; overflow:hidden; 
height: 17px;
    line-height: 17px;
}
.notifygroupsaddresslisttbl1 .mitem .type { width:201px;  }
.notifygroupsaddresslisttbl1 .mitem .template {  width:201px;}
.notifygroupsaddresslisttbl1 .mitem .comment { width: 170px; }
.notifygroupsaddresslisttbl1 .mitem .comment,
.notifygroupsaddresslisttbl1 .mitem .template,
.notifygroupsaddresslisttbl1 .mitem .aaddress {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.notifygroupsaddresslisttbl1 .mitem .actions input[type=button] {
    padding: 0;
    width: 100%;
    margin: 0;
}


.notifygroups .mtable .header td { height:38px; }

.notifygroups .adressbox li {height:22px;  padding-top:6px; }
.notifygroups .adressbox .actions {width:77px; padding-top:4px;}
.notifygroups .mtable2 .mitem .actions { padding-top:1px;}
.notifygroups .sbox dt {*width:33%;}


#tooltip,
#filterInfo {
	min-height:40px;
	width:250px;
	color: #333;
	font: normal 12px/14px "OpenSans", sans-serif;
}
#tooltip .thead,
#tooltip .tfoot,
#filterInfo .thead,
#filterInfo .tfoot {
	display: none;
}
#tooltip ul,
#filterInfo ul {
	margin:0;
	padding:0;
}
#tooltip ul li,
#filterInfo ul li {
	list-style: none;
}
#tooltip .tbody,
#filterInfo .tbody {
	border-radius: 5px;
	box-shadow: -2px 4px 8px 0 rgba(0, 1, 1, .2);
	box-sizing: border-box;
	border: 1px solid #b8b8b8;
	margin-bottom: 7px;
	padding: 7px 10px;
	position: relative;
	background: #fff;
}
#tooltip .tbody:before,
#tooltip .tbody:after,
#filterInfo .tbody:before,
#filterInfo .tbody:after {
	border: 7px solid transparent;
	margin-left: -7px;
	position: absolute;
	bottom: -14px;
	left: 50%;
	content: '';
}
#tooltip .tbody:before,
#filterInfo .tbody:before {
	border-top-color: #b8b8b8;
}
#tooltip .tbody:after,
#filterInfo .tbody:after {
	 border-top-color: #fff;
	 bottom: -13px;
 }
/*#tooltip {font-size:11px; min-height:40px; width:250px; }
#tooltip .thead, #tooltip .thead li {height:7px; width:250px;  line-height:7px; margin:0; padding:0;}
#tooltip .tfoot, #tooltip .tfoot li {height:14px; width:250px;}

#tooltip ul {margin:0; padding:0;}
#tooltip li {list-style:none; list-style-image:none;}

#tooltip .thead { background:url(/images/slide-tooltip.gif) no-repeat; height:7px;  line-height:7px;}
#tooltip .thead li {*font-size:6px;}
#tooltip .tfoot {background:url(/images/slide-tooltip.gif)  0 -8px no-repeat; clear:both;}
#tooltip .tbody li{background:url(/images/slide-tooltip.gif)  0 -23px repeat-y; padding: 7px 10px 7px 15px; width:225px; *width:100%;}*/

#bluetxt {color: #185c84;}
#greytxt {color: #565656;}
#redtxt {color: #bf1a09;}
#greentxt {color: #46841b;}





.wizzardpage .wizardsteps
{
	font-size: 12px;
	text-align: center;
	margin-bottom: 15px;
}


.wizzardpage  h1.ptitle
{
	padding-bottom: 5px;
}


header .hcont1 {
    background-color: #FFFFFF;
    height: 60px;
    width: 100%;
}
    
.pageHeaderWrapper .open-search-wrapper.header__search {
    float: left;
    margin: 2px 0 0;
}

.pageHeaderWrapper .open-search-wrapper {
    margin: 15px 0 20px;
    position: relative;
    z-index: 2;
}


.pageHeaderWrapper .open-search__btn {
    background: none repeat scroll 0 0 #EFEFEF;
    border-color: #A9C5D4;
    border-style: solid;
    border-width: 1px 0 1px 1px;
    color: #006699;
    cursor: pointer;
    float: left;
    font-family: 'OpenSans', sans-serif;
    font-weight: bold;
    font-size: 14px;
    height: 37px;
    width: 69px;
}

.pageHeaderWrapper .open-search__field {
    background: none repeat scroll 0 0 #F4FBFF;
    border: 1px solid #A9C5D4;
    color: #6F99B3;
    float: right;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    height: 35px;
    padding: 0 34px 0 10px;
    width: 290px;
}
.pageHeaderWrapper .open-search__field::-moz-placeholder {
    opacity: 1;
}


.pageHeaderWrapper .open-search__reset {
    color: #006699;
    cursor: pointer;
    font-size: 16px;
    height: 17px;
    position: absolute;
    right: 8px;
    top: 8px;
    width: 14px;
}

 .dm-main-menu .dm-menu li {
    display: block;
    float: none;
 }

 .dm-layout__container input[type=image] {
     vertical-align: top;
 }
/*
.deviceslistheader .actions .btn, .closedactions, .actionsmenu.blueactionsmenu, .dashboard-panel__actions {display:none; }
.actionsmobile {display:inline-block;}
    */
.blueactionsmenu .fa {disability:hidden;} /* fix the bug with actions menu-icons repeating */
   
/* Remove arrows in type=nymber inputs */

input[type=number] { -webkit-appearance: textfield;}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button { margin: 0;  -webkit-appearance: none;}
	  
.sephor{
    background-image:url(../../../Projects/Dotcom.Web.User/images/sep2.gif);
    background-repeat:repeat-x;
    height:1px;
    width:100%;}

.dashboard-panel__item .actionsmobile, .dashboard-panel__header .actionsmobile {
    display: none;
}

@media screen and (max-device-width: 767px) 
{      
    #deleting-popup, .popup-item {
        width: auto;
    }

    /* Disable dropdown actions menu for Device List */
    .deviceslistheader .actions .btn, li.actions>.closedactions, 
    .actionsmenu.blueactionsmenu, 
    .dashboard-panel__actions,
    .mtable .actions .closedactions,
    .center_btns .stress-menu{
        display:none; 
    }   

    .mitem li.actions .btn{
        display:none !important;
    }

	 /***********************************/

    .deviceslistheader .actions .btn.actionsmobile   { display:inline-block; }
    .deviceslistheader .actions .btn.actionsmobile select, .actionsmobile select {  max-width: 78px;} 
	   
    .deviceslistheader .actions .btn.actionsmobile select {   
        color: #dedede;				
        font-size: 11px;
        font-weight: 500;}
	   
    .deviceslistheader .actions .btn.actionsmobile option:not(:checked)  { color: black; }


		
		
    .popup-item-content {text-align: center;}
	
    #message-popup .popup-item__info {text-align: left; }
    .popup-item__icon	{display: inline; text-align: left;}	
    .popup-item__info--delete	{ display: inline-block; }
    
    /* For Dashboards */
    .dashboard-panel__item .actionsmobile, .dashboard-panel__header .actionsmobile {        
        border-color: #d0e2f4;
        border-style: solid;
        border-width: 0 1px;
        width: 65px;
        height: 35px;
        float: left;
        padding: 0 10px;
        position: relative;
        font-size: 12px;
    }

    .dashboard-panel__header .actionsmobile select {
        color: #dedede;	
        height: inherit;
    }

    .dashboard-panel__header .actionsmobile option:not(:checked)  { color: black; }

    .dashboard-panel__item .actionsmobile select {
        height: inherit;
    }
    /* End for Dashboards */

    /* OnLineReportFilter.aspx */
    
    #Filter dd input.minput {
        display:none;
    }

    .minput-mobile {
        display: block;
    }

    /* End OnLineReportFilter.aspx */

}
/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/assets/fonts/common/font-awesome/font-awesome-4.0.3/fontawesome-webfont.eot?v=4.0.3);
  src: url(/assets/fonts/common/font-awesome/font-awesome-4.0.3/fontawesome-webfont.eot?#iefix&v=4.0.3) format('embedded-opentype'),
       url(/assets/fonts/common/font-awesome/font-awesome-4.0.3/fontawesome-webfont.woff?v=4.0.3) format('woff'),
       url(/assets/fonts/common/font-awesome/font-awesome-4.0.3/fontawesome-webfont.ttf?v=4.0.3) format('truetype'),
       url(/assets/fonts/common/font-awesome/font-awesome-4.0.3/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.2857142857142858em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571428572em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-mail-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}

.help_tag {margin-left : 5px;}

.input {
	BACKGROUND: #FFFFFF;
	BORDER-BOTTOM: #f7f7f7 1px solid;
	BORDER-LEFT: A2A2A2 1px solid;
	BORDER-RIGHT: #f7f7f7 1px solid;
	BORDER-TOP: A2A2A2 1px solid;
	COLOR: Black;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	
	font : normal;
}
textarea.input {
    resize: both;
}

.footer
{
	color: #ffffff;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight : normal;
	font-size : 10px;
}



a.footerlink:link
{
	color: #ADCFE1;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight : normal;
	font-size : 11px;
}



a.footerlink:visited
{
	color: #ADCFE1;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight : normal;
	font-size : 11px;
}


a.footerlink:hover
 
{
	color: #ADCFE1;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight : normal;
	font-size : 11px;
}




/*  Start MainMenu section */

.mainmenu {width:1000px; height:36px; position:relative; z-index:1001; clear: both;  background: url("../images/mmenu-bg1.gif") repeat-x scroll 0px 0px transparent;}
* html .mainmenu {width:1000px; w\idth:999px;}
.mainmenu ul {padding:0;margin:0; list-style-type:none; list-style-image: none;}
.mainmenu ul li.mitem {border-right:1px solid #083854 ;}
.mainmenu li {float:left;  position:relative;}	
.mainmenu ul ul {width:250px; z-index:1; position: relative;  }
.mainmenu ul li.mitem a:hover {	background:  #569a23 url(../images/mmenu-bg1.gif) 0px -36px;}
.mainmenu ul li.mitem li a:hover  {	background-image: none; background-color: #053c5d;}
.mainmenu .marrow	 {
	background: url(../images/down.gif)  no-repeat 0px 0px;
	display: inline-block;
/*	*di\splay: none;  */
	height: 8px;
	margin: 0;
   margin-left: 10px; 
	padding: 0;
	width: 10px;}

/*\*/ * html .mainmenu .marrow	 { display: none; } /**/

.mainmenu a, .mainmenu a:visited {
	color: #FFFFFF;
   cursor: pointer;
	display:block; 
	font-size: 12px;
   font-weight: bold; 	
	line-height:30px; 
	letter-spacing: -0.35px;
	overflow: visible;
   padding: 0px 20px 6px 20px;
	/* IE9 hack */ 	padding-left:20px\9; 	
   text-decoration: none; }

.mainmenu ul ul ul a, .mainmenu ul ul ul a:visited {background-color: #094162;  background-image: none;}
.mainmenu ul ul ul a:hover {background-color: #053c5d; background-image: none;}
.mainmenu ul ul {visibility:hidden; position:absolute; height:0; top:36px; left:0; width:250px;}
* html .mainmenu ul ul {top:37px;t\op:31px;}
.mainmenu ul ul ul{left:149px; top:-1px; width:250px;   }
.mainmenu ul ul ul.right {left:230px; *left:255px; top:2px; }

.mainmenu ul ul ul.right li { z-index: 12;  }
}

.mainmenu table {position:absolute; top:0; left:0; border-collapse:collapse;}
.mainmenu ul ul a, .mainmenu ul ul a:visited {
	background-image: none;	
	background-color: #094162;
	border-bottom: 1px solid #145b84;
	color: #fff;
	font-weight: normal;
	height: 21px;
	line-height:1em;
	margin: 0;
	overflow: visible;	 
	padding: 5px 0 0 7px;
	width: 250px;}
  
.mainmenu ul ul a:hover {	background-color: #053c5d;}
.mainmenu ul ul li.drop > a {background: #094162 url(../images/right.gif) no-repeat 240px;}
.mainmenu ul ul li.drop > a:hover {background: #053c5d url(../images/right.gif) no-repeat 240px;}
* html .mainmenu ul ul a, * html .mainmenu ul ul a:visited {width:250px;w\idth:250px;}

/*.mainmenu a:hover{	color: #fff; background-color: #094162; background: url("../images/mmenu-bg1.gif") repeat-x scroll 0px -36px;}
.mainmenu :hover > a {	color: #fff; background-color: #094162; background: url("../images/mmenu-bg1.gif") repeat-x scroll 0px -36px;}
*/

.mainmenu ul ul :hover > a,  .mainmenu ul ul a:hover {	 background-color: #094162;}
.mainmenu ul li:hover ul,.mainmenu ul a:hover ul{visibility:visible;}
.mainmenu ul :hover ul ul{visibility:hidden;}
.mainmenu ul :hover ul :hover ul{ visibility:visible;}
/*  End MainMenu section */




a:link.copyright,a:visited.copyright
{
	color: #ffffff;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight : normal;
	font-size : 10px;
}


a:hover.copyright
 
{
	color: #D2E4EE;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight : normal;
	font-size : 10px;
}





.footer_slogan
{
	color: #ADCFE1;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 10px;
	font-style: italic;

}


h2.header_slogan
{
	color: #C5C5C5;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight : bold;
	font-size : 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin: 0px 0px 0px 0px;
	}


h2.left_menu
{
	color: #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight : bold;
	font-size : 11px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin: 0px 0px 0px 0px;
	}


h4,h1
{
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin: 0px 0px 0px 0px;
}


.normaltxt
{
	color: #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight : normal;
	font-size : 11px;
}

a.normlnk:link
{
	color: #0D5B88;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight : bold;
	font-size : 11px;
}


a.normlnk:visited
{
	color: #0D5B88;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight : bold;
	font-size : 11px;
}


a.normlnk:hover
 
{
	color: #0D5B88;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight : bold;
	font-size : 11px;
}


.bluetxt
{
	color:#025d90;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight : normal;
	font-size : 11px;
}



.redtxt
{
	color:#CC0000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight : normal;
	font-size : 11px;
}

.errortxt
{
	color:red;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight : bold;
	font-size : 11px;
}




a.biglnk:link
{
	color: #0D5B88;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight : bold;
	font-size : 12px;
}


a.biglnk:visited
{
	color: #0D5B88;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight : bold;
	font-size : 12px;
}


a.biglnk:hover
 
{
	color: #0D5B88;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight : bold;
	font-size : 12px;
}






a.smalllnk:link
{
	color: #0D5B88;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight : bold;
	font-size : 10px;
}


a.smalllnk:visited
{
	color: #0D5B88;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight : bold;
	font-size : 10px;
}


a.smalllnk:hover
 
{
	color: #0D5B88;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight : bold;
	font-size : 10px;
}















.tbl_header
{
	color: #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight : bold;
	font-size : 11px;
}




a.tbl_header_lnk
{
	color: #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight : bold;
	font-size : 11px;
}


a.tbl_header_lnk:visited
{
	color: #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight : bold;
	font-size : 11px;
}


a.tbl_header_lnku:hover
 
{
	color: #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight : bold;
	font-size : 11px;
}


























.headermenu
{
	color: #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight : bold;
	font-size : 11px;
}



a.headermenu:link
{
	color: #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight : bold;
	font-size : 11px;
}


a.headermenu:visited
{
	color: #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight : bold;
	font-size : 11px;
}


a.headermenu:hover
 
{
	color: #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight : bold;
	font-size : 11px;
}








a.submenu:link
{
	color: #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight : normal;
	font-size : 10px;
}


a.submenu:visited
{
	color: #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight : normal;
	font-size : 10px;
}


a.submenu:hover
 
{
	color: #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight : normal;
	font-size : 10px;
}



BODY {
scrollbar-face-color:#EDEDED;
scrollbar-highlight-color:#FFFFFF;
scrollbar-3dlight-color:#C0C0C0;
scrollbar-darkshadow-color:#A5A4A4;
scrollbar-shadow-color:#C2C2C2;
scrollbar-arrow-color:#000000;
scrollbar-track-color:#E0E0E0;
}



a.banner:link
{
	color: #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight : normal;
	font-size : 10px;
}
  
a.banner:visited
{
	color: #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight : normal;
	font-size : 10px;
}



a.banner:hover

{
	color: #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight : normal;
	font-size : 10px;
}


a.banner:active
{
	color: #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight : normal;
	font-size : 10px;
}




h1.mlayer
{
	color: #045584;
	font-weight : normal;
	text-decoration: none;
	font-size : 10px;
}




a.mlayer:link
{
	color: #045584;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight : bold;
	font-size : 11px;
}
  
a.mlayer:visited
{
	color: #045584;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight : bold;
	font-size : 11px;
}



a.mlayer:hover
{
	color: #045584;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight : bold;
	font-size : 11px;
}



.msg
{
	color:#000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight : normal;
	font-size : 11px;
}

#good
{
	color:#629200;
}

#bad
{
	color:#CC0000;
}

.dlink
{
        color: #999999;
}





.darkgray
{
	background-color : #E6E6E6;

}

.trbg1
{

	background-color :#F0F0F0
}

a.flag:link
{
	color: #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight : normal;
	font-size : 9px;
}
  
a.flag:visited {
	color: #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight : normal;
	font-size : 9px;}

a.flag:hover
{	color: #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight : normal;
	font-size : 9px;}

.TextNon {  display: none;  }


.filterinfoicon
{
background-image: url(../images/slide.gif);
background-repeat: no-repeat;
background-position: -28px -130px;
width: 15px;
height: 16px;	
cursor: pointer;
display: inline;
}

.locations-block
{
    padding-bottom: 20px;
}

.locationselect .premium,.premiuminfo  {	color: #BF1A09;}
.premiuminfo {
	margin: 10px 0 0;
	font-size: 12px;
}

.premiuminfo a
{
	font-size: 12px;
}

.ipv6-warning .warning-text h3
{
    color: #000;
    display: block;
    font-size: 12px;
    font-weight: 600;
    margin: 0 0 5px;
    text-align: center;
}

.warning-wiki-link
{
    margin-top:8px;
}

.warning-wiki-link input
{
    padding: 0 14px 4px;
    margin-left: 84px;
}

.warning-wiki-link a
{
    text-decoration: none;
    font-size: 12px;
}
.fixedlayout {
    word-wrap:break-word;
    table-layout:fixed;
}
