/* 
  style.css contains a reset, font normalization and some base styles.
  
  credit is left where credit is due.
  additionally, much inspiration was taken from these projects:
    yui.yahooapis.com/2.8.1/build/base/base.css
    camendesign.com/design/
    praegnanz.de/weblog/htmlcssjs-kickstart
*/

/* 
  html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
  v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
  html5doctor.com/html-5-reset-stylesheet/
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display:block;
}

nav ul { list-style:none; }

blockquote, q { quotes:none; }

blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }

ins { background-color:#ff9; color:#000; text-decoration:none; }

mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }

/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }

hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }

input, select { vertical-align:middle; }
/* END RESET CSS */


/* fonts.css from the YUI Library: developer.yahoo.com/yui/
   Please refer to developer.yahoo.com/yui/fonts/ for font sizing percentages

  There are two custom edits:
   * remove arial, helvetica from explicit font stack
   * we normalize monospace styles ourselves
*/
body { font:13px/1.231 sans-serif; *font-size:small; } /* hack retained to preserve specificity */

table { font-size:inherit; font: 100%; }

select, input, textarea, button { font:99% sans-serif; }

/* normalize monospace sizing 
 * en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome
 */
pre, code, kbd, samp { font-family: monospace, sans-serif; }
 


/* 
 * minimal base styles 
 */


/* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */ 
body, select, input, textarea { color: #444; }

/* Headers (h1,h2,etc) have no default font-size or margin,
   you'll want to define those yourself. */ 
h1,h2,h3,h4,h5,h6 { font-weight: bold; }

html { 
  /* always force a scrollbar in non-IE */ 
  overflow-y: scroll;
}

 
/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }


ul, ol { margin-left: 1.8em; }
ol { list-style-type: decimal; }

small { font-size: 85%; }
strong, th { font-weight: bold; }

td, td img { vertical-align: top; } 

sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }

pre { 
  padding: 15px; 
  
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}

/* align checkboxes, radios, text inputs with their label
   by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
*/
/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }

/* colors for form validity */
input:valid   {  }
input:invalid { 
      border-radius: 1px;
    -moz-box-shadow: 0px 0px 5px red; 
 -webkit-box-shadow: 0px 0px 5px red; 
         box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid { background-color: #f0dddd; }


/* These selection declarations have to be separate.
   No text-shadow: twitter.com/miketaylr/status/12228805301 
   Also: hot pink. */
::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; } 

/*  j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; } 

/* make buttons play nice in IE:    
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }
 
/* bicubic resizing for non-native sized IMG: 
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }



/* 
 * Non-semantic helper classes 
 */

/* for image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; } 

/* Hide only visually, but have it available for screenreaders 
   www.webaim.org/techniques/css/invisiblecontent/ 
   Solution from: j.mp/visuallyhidden - Thanks Jonathan Neal! */
.visuallyhidden { position: absolute !important;    
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* >> The Magnificent CLEARFIX << j.mp/phayesclearfix */
.clearfix:after  { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { zoom: 1; }


 /* Primary Styles
    Author: 
 */

body{
	background: #fff url('/commonLogin/igate_wam/staticContent/images/mediamall/images/bg-gradient-body.png') repeat-x scroll top left;
}

#container{
	margin:0 auto;
	width: 1040px;
	padding: 0 20px;
}

a{
	color: #258bbd;
	text-decoration: none;
}

a:hover, a:focus{
	color: #ff8522;
}

a:visited{
	color: #258bbd;
}


nav a{
	color:#067ab4;
	padding-right: 5px;
}

nav a:last-child{
	border-right: none;
}

.off{
	position: absolute;
	top:-9999em;
	left:-9999em;
}

header{
	padding: 4px 0 30px;
}

header a{
	background: transparent url('/commonLogin/igate_wam/staticContent/images/mediamall/images/static-logo.png') scroll no-repeat top left; 
	clear:left;
	display: block;
	height: 40px;
	width: 89px;
}

#main{
	padding: 60px 0 120px;
	overflow: hidden;
}

.left-col{
	float: left;
	width:406px;
	margin-left: 73px;
}

.left-col img{
	display: block;
}

.right-col{
	float: left;
	width:498px;
}

.right-col form{
	margin:65px auto 0;
	padding:15px 20px 10px;
}

#login-ptt form{
	margin:88px auto 0;
}

#login-ptt-admin form{
	margin:78px auto 0;
}

#login-ringback form{
	margin:80px auto 0;
}

#form-header{
	background: url("/commonLogin/igate_wam/staticContent/images/mediamall/images/static-sign-in.png") no-repeat scroll 0 0 transparent;
	height: 21px;
	font-size: 11px;
}

#login-address-book #form-header{
	background: url("/commonLogin/igate_wam/staticContent/images/mediamall/images/static-sign-in-address-book.png") no-repeat scroll 0 0 transparent;
}

#login-ptt #form-header{
	background: url("/commonLogin/igate_wam/staticContent/images/mediamall/images/static-sign-in-ptt.png") no-repeat scroll 0 0 transparent;
}

#login-ptt-admin #form-header{
	background: url("/commonLogin/igate_wam/staticContent/images/mediamall/images/static-sign-in-ptt-admin.png") no-repeat scroll 0 0 transparent;
}

#login-locker #form-header{
	background: url("/commonLogin/igate_wam/staticContent/images/mediamall/images/static-sign-in-locker.png") no-repeat scroll 0 0 transparent;
}

#login-mobile-backup #form-header{
	background: url("/commonLogin/igate_wam/staticContent/images/mediamall/images/static-sign-in-mobile-backup.png") no-repeat scroll 0 0 transparent;
}

#login-ringback #form-header{
	background: url("/commonLogin/igate_wam/staticContent/images/mediamall/images/static-sign-in-ringback.png") no-repeat scroll 0 0 transparent;
}

#form-header span{
	display:inline-block;
	padding:5px 0 0 250px;
}

fieldset{
	margin-top: 25px;
}

label{
	display: block;
	font-weight: bold;
	padding-bottom: 5px;
}

.button-sign-in{
	background: url("/commonLogin/igate_wam/staticContent/images/mediamall/images/sprite-button-sign-in.png") no-repeat scroll 0 0 transparent;
	border: medium none;
	height: 38px;
	margin: 0 0 0 80px;
	width: 113px;
}

.button-sign-in:hover, .button-sign-in:focus{
	background-position: 0 -38px;
}


.container-form-cell{
	display: inline-block;
	width: 210px;
}

.container-form-cell p{
	padding-left: 5px;
}

.container-form-row-help{
	margin-top:5px;
}

.container-form-row-action{
	margin-top: 20px;
}

form input.text{
	border: medium none;
	margin-top: 8px;
	width: 182px;
}

.input-rounded{
	background:url("/commonLogin/igate_wam/staticContent/images/mediamall/images/bg-text-input.png") no-repeat scroll left top transparent;
	border:medium none;
	display:inline-block;
	height:35px;
	padding:0px 5px;
	vertical-align:middle;
	width:200px;
}

input.checkbox{
	display: inline;
	margin: 0 5px 3px 0;
}

label.checkbox-label{
	display: inline;
	font-weight: normal;
	padding-bottom: 0;
}

.shadow{
	background: transparent url('/commonLogin/igate_wam/staticContent/images/mediamall/images/bg-input-focused.png') no-repeat scroll top left;
	height:35px;
}

.upper{
	text-transform: uppercase;
}


a.learn-more{
	background: transparent url('/commonLogin/igate_wam/staticContent/images/mediamall/images/sprite-learn-more.png') no-repeat scroll 0 0;
	color: #12a3eb;
	display:inline-block;
	height:15px;
	margin: 20px 0 0 40px;
	padding-left:25px;
}

.learn-more:focus, .learn-more:hover{
	background-position: 0 -15px;
	color: #ff8522;
}

.learn-more:active{
	background-position: 0 -30px;
	color: #ff8522;
}

#login-content{
	background: transparent url('/commonLogin/igate_wam/staticContent/images/mediamall/images/bg-login-content.png') no-repeat scroll top left;
	height: 400px;
}

#login-address-book{
	background: transparent url('/commonLogin/igate_wam/staticContent/images/mediamall/images/bg-login-address-book.png') no-repeat scroll top left;
	height: 352px;
}

#login-locker{
	background: transparent url('/commonLogin/igate_wam/staticContent/images/mediamall/images/bg-login-locker.png') no-repeat scroll top left;
	height: 353px;
}

#login-mobile-backup{
	background: transparent url('/commonLogin/igate_wam/staticContent/images/mediamall/images/bg-login-mobile-backup.png') no-repeat scroll top left;
	height: 364px;
}

#login-ptt{
	background: transparent url('/commonLogin/igate_wam/staticContent/images/mediamall/images/bg-login-ptt.png') no-repeat scroll top left;
	height: 372px;
}

#login-ptt-admin{
	background: transparent url('/commonLogin/igate_wam/staticContent/images/mediamall/images/bg-login-ptt-admin.png') no-repeat scroll top left;
	height: 372px;
}

#login-ringback{
	background: transparent url('/commonLogin/igate_wam/staticContent/images/mediamall/images/bg-login-ringback.png') no-repeat scroll top left;
	height: 350px;
}


footer{
	background: #fff url('/commonLogin/igate_wam/staticContent/images/mediamall/images/bg-gradient-footer.png') no-repeat scroll top left;
}

footer nav{
	padding:0;
}

#container-footer-on-the-web{
	padding-top: 40px;
}

#container-footer-links{
	padding: 40px 0 0 122px;
}

#container-footer-rights-sponsors{
	padding: 20px 0 0 122px;
}

#container-footer-rights-sponsors p{
	float: left;
	font-size: 11px;
	line-height: 16px;
	margin-right: 60px;
	width:360px;
}

.last-sponsor{
	margin-left: 48px;
}

.wrapper-sponsors{
	display: inline-block;
}

.blue-copy{
	color: #3aa5dc;
}

/*
 * IE ish
 */
body.ie6 .last, body.ie7 .last, body.ie8 .last{
	border: none;
}

body.ie6 .hasLayout, body.ie7 .hasLayout {
	height:0;
	zoom:1;
}


body.ie7 .container-form-cell {
	height:100%;
}



/* Make IE do inline-block */
body.ie6 .hasLayout, body.ie7 .hasLayout { display: inline-block; }
body.ie6 .hasLayout, body.ie7 .hasLayout  { display: inline; }

body.ie6 form input.text, body.ie7 form input.text  { margin-top: 6px; }

body.ie6 input.checkbox, body.ie7 input.checkbox{
	margin: 0 5px 2px 0;
}
/* 
 * print styles
 * inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/ 
 */
@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }

  a, a:visited { color: #444 !important; text-decoration: underline; }

  a:after { content: " (" attr(href) ")"; } 

  abbr:after { content: " (" attr(title) ")"; }
  
  .ir a:after { content: ""; }  /* Don't show links for images */
  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  
  img { page-break-inside: avoid; }

  @page { margin: 0.5cm; }

  p, h2, h3 { orphans: 3; widows: 3; }

  h2, h3{ page-break-after: avoid; }
}



/*
 * Media queries for responsive design
 */

@media all and (orientation:portrait) { 
  /* Style adjustments for portrait mode goes here */
  
}

@media all and (orientation:landscape) { 
  /* Style adjustments for landscape mode goes here */
  
}

/* Grade-A Mobile Browsers (Opera Mobile, iPhone Safari, Android Chrome)  
   Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
  
  
  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you
     j.mp/textsizeadjust 
  html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}

/*****************
TOOLTIP WRAPPERS
*****************/

a.tooltips {
	display: inline-block; margin: 0; position: relative; top: 0px; vertical-align: top; 
}
.tooltips img {
 position: relative; top: 0px; vertical-align: top;
}
.tips {
	left: -9999px; position: absolute; top: -9999px; 
}
.tip-white {
	margin-top:10px; opacity:1; z-index:1000; text-align:left; border:none; 	padding:3px; min-width:50px;
	max-width:350px; color:#666; background-color:#fff; 
background-image:url('/commonLogin/igate_wam/staticContent/images/mediamall/images/tooltip/tip-white.png'); /* bgImageFrameSize >= 10 should work fine */
	/**
	 * - If you set a background-image, border/padding/background-color will be ignored.
	 *   You can set any padding to .tip-inner instead if you need.
	 * - If you want a tiled background-image and border/padding for the tip,
	 *   set the background-image to .tip-inner instead.
	 */
}
.tip-white .tip-inner {
	font: 13px/18px arial,sans-serif; margin-top:-1px; padding:8px;
}


.tip-inner{background: url('/commonLogin/igate_wam/staticContent/images/mediamall/images/tooltip/backgroundwhite.gif') repeat-x scroll 100% 100% transparent }

/* Configure an arrow image - the script will automatically position it on the correct side of the tip */
.tip-white .tip-arrow-top { 	margin-top:-5px; 	margin-left:15px; top:0; left:44%; width:16px; min-height:10px;
	background:url('/commonLogin/igate_wam/staticContent/images/mediamall/images/tooltip/tip-white_arrows.png') no-repeat
}
.tip-white .tip-arrow-right {
	margin-top:-9px; /* approx. half the height to center it */
	margin-left:-4px;
	top:50%;
	left:100%;
	width:10px;
	min-height:20px;
	background:url('/commonLogin/igate_wam/staticContent/images/mediamall/images/tooltip/tip-white_arrows.png') no-repeat -16px 0 }
.tip-white .tip-arrow-bottom {
	margin-top:-6px;
	margin-left:15px;
	top:100%;
	left:44%;
	width:16px;
	min-height:13px;
	background:url('/commonLogin/igate_wam/staticContent/images/mediamall/images/tooltip/tip-white_arrows.png') no-repeat -32px 0 }
.tip-white .tip-arrow-left {
	margin-top:-9px; /* approx. half the height to center it */
	margin-left:-6px;
	top:50%;
	left:0;
	width:10px;
	min-height:20px;
	background:url('/commonLogin/igate_wam/staticContent/images/mediamall/images/tooltip/tip-white_arrows.png') no-repeat -48px 0 }
	
/* New Login box layout styles */
.container-form-cell-right{
	float:right; 
width: auto; 
padding-right:50px; 
}
.clear{ clear:both; }

