﻿body , form
{
    font-family:font-family: Arial, Helvetica, sans-serif;
}

a:link {
    color: #336bbd;
}
a {
    text-decoration: none;
}

.loginFixedWidth
{
	width: 940px;
	margin: 0 auto;    
}
div.g_main_menu
{
	border-top:thin solid silver;
}
div.g_main_menu ul
{
	margin:0px;
	padding:0px;
}
div.g_main_menu ul li
{
	display: inline-block;
	border-right: thin silver solid;
	margin:0px;
	padding:0px;
}
div.g_main_menu ul li a
{
	border: none;
	color: #4f2d7f;
	/*font-family: 'News Gothic Bold';*/
	margin: 0;
	text-decoration: none;
	padding: 14px 16px;
	display: block;
	font-size: 12px;
	font-weight:bold;
	font-size: 0.9375em;
}
div.g_main_menu ul li a:hover
{
	color: #FFF;
	background-color: #4f2d7f;
}

.colourBar {
width: 100%;
}
.colourBar .cb {
height: 4px;
float: left;
}
.cb-1 {
width: 84%;
background: #533282;
}
.cb-2 {
width: 11%;
background: #ad079c;
}
.cb-3 {
width: 5%;
background: #fb7407;
}
h1.LoginHeader
{
    color: #4f2d7f;
    font-size: 20px;
}
h2.LoginHeader
{
    color: #4f2d7f;
    font-size: 18px;
}
h3.LoginHeader
{
    color: #4f2d7f;
    font-size: 16px;
}
h2.purple
{
    color: #4f2d7f;
    font-size: 18px;
    border-bottom: thin solid #4f2d7f;
}
div.loginBody
{
    background: #FFF no-repeat scroll center top !important;
    padding: 0px;   
    font-size:16px;
    height:400px;
    font-size:16px;
}
div.g_content
{
    background-color: #FFF;
	border: thin #000 solid;
	padding: 10px;     
	font-size: 12px; 
    height:385px;
    }

span.loginContainIndent
{
    margin-left: 300px;
	display: block;
	font-size: 14px;
	padding: 0px 10px 0px 10px;
}
div.g_footer
{
    background: #4f2d7f;
	padding: 10px;
	border-top: 1px solid #69459c;
}
div.g_footer_rights
{
    padding: 10px 10px 10px 10px;
	color: #FFF;
	font-size: 12px;
}
.theHUBLoginImage
{
	background: #FFF url('/Images/HUB_logo_color-login-crop.gif') no-repeat scroll left top !important;
}
.theHUBBackground
{
	background:#c7b9ac url('/Images/TheHUB_GTinet_Backdrop.gif') no-repeat scroll left top !important;
}
.gtiLoginImage
{
	background: #FFF url('/Images/Connections_72.gif') no-repeat scroll left top !important;
}
div.error 
{
    padding-top: 2px;
    padding-bottom: 5px;
	color: #FF0000;
    font-weight: bold;
    text-align: left;
}
/* Container for all Login Control Labels*/
div.txtLogin
{
	float: left;
	width: 100px;
	text-align: left;
	font-family: Arial, sans-serif;
}

/* Container for all Login Control Text Boxes*/
div.inputLogin
{
	float: left;
	width: 200px;
	text-align: left;
}

/* Login Control Text Boxes*/
div.inputLogin input
{
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 11pt;
	width: 200px;
}
#ButtonHolder 
{
    padding-left:10px; 
    padding-top:20px;
    float:left; 
    width:350px;
    overflow: hidden;
}
button.submit
{
    background: none no-repeat fixed center bottom #4f2d7f !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: bold !important;
    margin-right: 5px !important;
    min-width: 100px !important;
    padding: 3px !important;
    text-align: center !important;
    text-decoration: none !important;
}

ul.tiles{
  width:100%;
  list-style:none;
  padding:0;
  text-align:left;
  overflow:auto;
  margin-top: 0;
}
ul.tiles > li{
  margin-bottom:15px;
}
li span{
  display:block;
  clear:both;
  background:#4F2D7F;
  padding:5px 10px 5px 10px;
  color:#FFF;
  font-size: 14px;
  }
  li span a{
  color:#FFF
  }

li span > h1{
color: #FFF !important;
}
ul.tiles ul
{
	padding: 0px;
}

ul.tiles ul li{
  background-color: #fff;
    float: left;
    height: 180px;
    list-style: outside none none;
    margin: 15px 15px 0 0; 
    border: thin silver solid; 
    padding: 10px;
    width: 198px;
    cursor:pointer;
    font-size: 14px;
    }
ul.tiles ul li:nth-child(1){
  margin-left:0;
}
ul.tiles ul li:nth-child(4){
  margin-right:0;
}
ul.tiles li div.tileHeader
{
	font-weight: bold;
	color: #4F2D7F;
	font-size: 18px;
}

ul.tiles ul li.key
{
	background:#FFFFFF url('/images/19088_key_lime_web.jpg') no-repeat scroll right bottom !important; 
}
ul.tiles ul li.clipboard
{
	background:#FFFFFF url('/images/16897_clipboard_purple_web.jpg') no-repeat scroll right bottom !important;
}

ul.tiles ul li.safe
{
	background:#FFFFFF url('/images/24252_safe_blue_web.png') no-repeat scroll right bottom !important;
}

ul.tiles ul li.lifeRing
{
	background:#FFFFFF url('/images/25283_life_ring_burgundy.png') no-repeat scroll right bottom !important; 
}
