﻿@import "../../../css/base-viaeuropa.css";
body, html
{
    background: #e4ecf7;
    font-size: 12px;    
}

#wrap
{
    background: #fff url(../img/portal_wrap.jpg) repeat-y 0 0;
}

#head
{
    background: transparent url(../img/portal_head.jpg) no-repeat 100% 0;
    height: 84px;
}
#head img
{
    float: left;
    margin: 5px 0 0 10px;
}

#menu
{
    background: transparent url(../img/portal_menu.png) repeat-x 0 0;
    padding: 0;
    margin-right: -5px;
    height: 49px;
    font-size: 110%;
	font-family: Arial,sans-serif;
}

#menu div
{
    background: transparent url(../img/portal_menu_left.png) no-repeat 0 0;
    height: 49px;
}

#menu ul
{
    background: transparent url(../img/portal_menu_right.png) no-repeat scroll right;
    height: 49px;
    margin:0pt 0pt 0pt 10px;
}

#menu ul.AspNet-Menu li
{   
    display:inline-block;
    background: transparent url(../img/portal_menu_separator.png) no-repeat 100% 5px;
}

#menu li.current
{
    background: #5da1ca url(../img/portal_menu_hover_right.png) no-repeat 100% 0;
}

#menu ul.AspNet-Menu li a
{
    display: inline-block;
    padding: 1em 10px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
	text-shadow: 1px 1px 1px #001595;
}

#menu li a:hover
{
   background: #5da1ca url(../img/portal_menu_hover_right.png) no-repeat 100% 0;
}


#menu:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#foot
{
    background: #e4ecf7 url(../img/portal_foot.jpg) no-repeat top center;
}

h1
{
    color: #0070AB;
    border-bottom: solid 1px #5C9EC8;
    padding: 0 0 2px 10px;
    font-size:155%;
	text-shadow: 1px 2px 1px #e7e7e7;
}

h1 span {
    color: #000;
    font-size: 71%;
    padding-left: 20px;
}

h2
{
    color: #0070AB;
}

h5
{
    font-size:115%;    
}

a
{
    text-decoration: none;
    color: #0370ab;
    font-weight:bold;
}

a:hover
{
	color: #daab00;
}

a:active
{
	outline:0 none;
	position:relative;
	top: 1px;
}

#head .customercategory a
{
    color: #0370AB;
}

#head .customercategory a.current
{
	color: #000000;
	text-shadow: 1px 1px 0px #ffffff;
}
#head .customercategory a:hover
{
	color: #daab00;
}

#head .customercategory a.current:hover
{
	text-decoration:none;
	color: #DAAB00;
}

#head .admin
{
    margin-top: 34px;
    margin-right: 5px;
    position:absolute;
    right:0;
    text-align:right;
    font-size: 90%;
	text-shadow: 1px 1px 0 #103f94;
}

#head .admin span
{
    font-weight:bold;
    color:#e2ecf9;
    float:left;
	font-size:110%;
    margin-right:76px;
	margin-top:-5px;
	text-shadow:1px 1px 2px #103F94;
}

#head .admin a, #head .login a
{
    color: #DDDDDD;
}

/*--- LOGIN BOX ---*/

#head .login input
{
    background-color: #e2ecf9;
    border: solid 1px #000000;
}

#head .login .Button
{
    color: #ffffff;
    background-color: #ff951a;
    border: solid 1px #ffffff;
}

#head .login input:focus
{
    border: 1px solid #f3c622;
}

#head .login .error
{
    background-color: #609BC3;
    border: 1px solid #000000;
    color: #f3c622;
}

/*--- NETWORK SELECTOR ---*/
#head .network a
{
    color: #4a92e4;
}

#head .network h2
{
	color: #3a74d4;
}

/* http://www.456bereastreet.com/archive/200506/customising_custom_corners_and_borders */
.cbb
{
    border: 1px solid #5d9ec8;
    background: #fff;
}
.bt
{
    background: url(../img/portal_box.png) no-repeat 100% 0;
}
.bt div
{
    background: url(../img/portal_box.png) no-repeat 0 0;
}
.bb
{
    background: url(../img/portal_box.png) no-repeat 100% 100%;
}
.bb div
{
    background: url(../img/portal_box.png) no-repeat 0 100%;
}
.i1
{
    background: url(../img/portal_box_borders.png) repeat-y 0 0;
}
.i2
{
    background: url(../img/portal_box_borders.png) repeat-y 100% 0;
}
.i3
{
    background: #fff;
}
.tab
{
    background: #0370ab;
    color: #fff;        
}
.tab .bt
{
    background-image: url(../img/portal_tab.png);
}
.tab .bt div
{
    background-image: url(../img/portal_tab.png);
}
.tab .bb
{
    background-image: url(../img/portal_tab.png);
}
.tab .bb div
{
    background-image: url(../img/portal_tab.png);         
    _background-image: none; /*IE6 HACK*/
}
.tab .i1
{
    background-image: url(../img/portal_tab_borders.png);
}
.tab .i2
{
    background-image: url(../img/portal_tab_borders.png);
}
.tab .i3
{
    background: #0370ab;
    color: #fff;
	text-shadow: -1px -1px 0 #106CEA;
}

/* --- MAIN OFFER DISPLAY STYLES --- */
.mainoffer
{
    width: 177px;
    height: 186px;
    margin: 0px 3px;
}
.mainoffer:hover
{
    cursor: pointer;
    cursor: hand;
}
.mainoffer h5, .mainoffer p
{
    margin: 0px 15px;
}

.mainoffer h5
{
    margin-top: 110px;
}

.mainoffer p
{
    font-size:90%;
}

/* --- SERVICE CATEGORY SELECTOR STYLES --- */
div.scselect
{
    width: 177px;
    height: 100px;
    margin: 0px 6px;
}
div.scdivider
{
    clear: both;
    border-top: solid 1px #5C9EC8;
}

.sub .bt
{
    background-image: url(../img/portal_sub.png);
}
.sub .bt div
{
    background-image: url(../img/portal_sub.png);
}
.sub .i3
{
    background: #fff url(../img/portal_sub_bg.png) no-repeat 0 0;
}
#sub .tab .bt
{
	   background-image: url(../img/portal_tab.png);
}
#sub .tab .bt div
{
    background-image: url(../img/portal_tab.png);
}
#sub .tab .bb
{
    background-image: url(../img/portal_tab.png);
}
#sub .tab .bb div
{
	background-image: url(../img/portal_tab.png);
}
#sub .tab .i1
{
    background-image: url(../img/portal_tab_borders.png);
    
}
#sub .tab .i2
{
    background-image: url(../img/portal_tab_borders.png);
}
#sub .tab .i3
{
    background: #0370ab;
    color: #fff;
}

/* serviceprovider */
div.serviceprovider 
{
	float: left;
	width: 30%;
	font-size: 93%;
}

div.serviceprovider h4
{
	padding-top: 10px;
}

div.serviceprovider p
{
	margin-bottom: 0;
}
div.serviceprovider div.contactdetails
{
	padding-top: 10px;
}

div.subscriptioninfo
{
    float: right;
    width: 70%;
}

div.servicecategoryinfo
{
    width: 100%;
    float: left;
}

div.servicecategory
{
    float: left;
    width: 20%;
}

div.servicecategorydetails 
{
	float: left; 
	width: 79%	
}

a.highest 
{
	float: left;
	clear: both;
    background-color: orange;
    padding: 0px;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	display:block;
	text-transform: uppercase;
	background: url('/img/link_visibility_high.gif') top left no-repeat;
	margin: 0 0 0 -4px;
}

a.highest span
{
	display: block;
	background: url('/img/link_visibility_high.gif') top right no-repeat;
	padding: 10px 50px 13px 0px;
	margin: 0 0 0 15px;
	color: #FFFFFF;
}

a.highest:hover
{
	background: url('/img/link_visibility_high_hover.gif') top left no-repeat;
}

a.highest:hover span 
{
	background: url('/img/link_visibility_high_hover.gif') top right no-repeat;
}

h4.toggleboxbutton 
{
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}

h4.toggleboxbutton:hover 
{
	cursor: pointer;
    cursor: hand;
}

.toggleboxbutton img 
{
	padding-right: 5px;
}

div#selectcustomertype
{
	padding-left: 300px;
	min-height: 400px;
}

div#selectcustomernetwork {
	float:right;
	width: 450px;
	padding-left: 10px;
}

div#selectcustomertype {
	background: #fff url('/img/selectcustomertype.jpg') no-repeat;
}

div#customernetworkholder 
{
	float: left;
	clear: both;
	width: 100%;
	background: transparent url('/img/startpage-background.jpg') 0 3px no-repeat;
	padding-bottom: 10px;
}

div#customernetworklogo {
	overflow: hidden;
	float: left;
	width: 300px;
	padding: 10px;
}

div#customernetworkinformation 
{
	float: left;
	width: 420px;
	padding-left: 10px;
}

div#startdefaultnetwork h2
{
	font-size: 40px;	
		margin: 15px 0 0 10px;
	padding: 0px;
}

div#startdefaultnetwork h3
{
	font-size: 20px;	
	color: #0070AB;
	margin: 0 0 30px 10px;
	padding: 0px;
}

div#startdefaultnetwork p
{
	font-weight: bold;
}

div.managesubscription 
{
	padding-top: 10px;
	float: right;
}

div.managesubscription a 
{
	clear: none;
	float: left;
}

div.managesubscription a.high
{
	padding: 8px 10px 0px 0px;
}

/* File vista styles */
#main .fileVistaControl {
    border: solid 2px #5C9EC8;
}

.fileVistaControl .toolbar, .fileVistaControl .toolbarButton, .fileVistaControl .treeTitleBar, .fileVistaControl .gridColumn{
     background: transparent url(../img/portal_menu.png) repeat-x 0 0;  
     border-width: 0px; 
     color: #FFFFFF;
     font-weight: bold;
}

.fileVistaControl .toolbarButton:hover, .fileVistaControl .gridColumn:hover {
    border-width: 0px;
    background: transparent url(../img/portal_menu_hover_right.png) repeat-x 0 0;   
}

.fileVistaControl .separator{
    background-color: #5C9EC8;
    border-color: #076396;
}


span.help:hover span
{
    border: 1px solid #5d9ec8;
    background: #fff url(../img/portal_sub_bg.png);
}
