﻿@charset "UTF-8";
/*
  <copyright file="style.css" company="Microsoft">
    Copyright (C) Microsoft. All rights reserved.
  </copyright>
*/

/* CSS Document */
html, body
{
	height:100%;
	min-height: 100%;
}

/* Connector Page Layout */
#connectorBody
{
	font-family: "Segoe UI", Verdana, Helvetica, sans-serif; 
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	min-width: 650px;
	min-height: 375px;
	height: 100%;
	max-height: 100%;
	
}

#pageHeader
{
	position: absolute;
	top: 26px;
	left: 24px;
}

#productBranding
{
    position: absolute;
    width: 250px;
    height: 84px;
    background:Transparent no-repeat bottom right;
    bottom: 20px;
    right: 24px;
}

#pageContainer
{
	position:relative; 
	margin: 0px; 
	width: 100%; 
	height: 100%; 
	min-height: 100%;
}

.title
{
	font-size: 24pt;
}

.description
{
	font-size: 11pt;
}

.addToTrustedSites
{
	font-size: 10pt;
}

.addToTrustedSitesLink
{
	text-decoration:underline;
}

.buttonText
{
	white-space: nowrap;
	font-size: 10pt;
	padding: 0 20px 0 20px;
}

.links
{
	text-align: left;
	font-size: 10pt;
}


.heightFiller
{
	width:100%;
	height: auto;
}


a:link
{
	color: #FFFFFF;
	text-decoration:none;
}

a:visited
{
	color: #FFFFFF;
	text-decoration:none;
}

a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
	cursor: pointer;
}

a:active
{
	color: #FFFFFF;
	text-decoration:none;
	cursor: pointer;
}

.center_mouse_over
{
    cursor: pointer;
    width: 100%;
    height: 60px;
    border: 2px;
    border-color: #FFFFFF;
    border-style: solid;
    background-color: #003DE6;
}

.center_mouse_out
{
    cursor: pointer;
    width: 100%;
    height: 60px;
    border: 2px;
    border-color: #FFFFFF;
    border-style: solid;
    background-color: #003DA5;
}

.button_arrow
{
	border-style: none;
    border-color: inherit;
    border-width: medium;
    width: 32px;
	height: 32px;
	background:url('Images/right_arrow.png') no-repeat center;
	padding: 0px 30px 0px 0px;	
}



/* Server Page Layout */

#serverBody {
	margin: 0px;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 100px;
	padding-left: 20px;
	font-size: 80%;
}

#serverLogo {
	clear: right;
	margin-bottom: 30px;
}

#serverContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}


/* Button Area */
#serverButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-bottom: 20px;
}

.serverIcon {
	width: 48px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#serverLinkText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	padding-bottom: 6px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
}
#serverLinkText a:link {
	color: #06F;
	text-decoration: none;
}
#serverLinkText a:visited {
	color: #06F;
	text-decoration: none;
}
#serverLinkText a:active {
	color: #06F;
	text-decoration: none;
}
#serverLinkText a:hover {
	color: #06F;
	text-decoration: underline;
}
#serverLinkSubText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 16px;
	margin-top: 0px;
	margin-left: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	width: 500px;
}
