﻿@charset "UTF-8"
/* CSS Document */

/* Removing browser default styling */

html, body, form, fieldset {
        margin: 0;
        padding: 0;
}

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 0;
        padding: 0;
}

form label {
        cursor: pointer;
}
form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}


fieldset {
        border: none;
}

input, select, textarea {
        font-size: 100%;
}

/* End browser default styling */

/* New Global Styles */

body {
	background-color: #6f9ec6;
	height: 100%;
	background-image: url(Images/body-background.jpg);
	background-repeat: repeat-x;
	margin:0;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

tr, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
}

a, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

a:hover {
	color: #e3b97d; 	
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-align: left;
}

#program-name h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
}

.wizard img {
	padding: 0 25px 0 25px;	
}

#footer p, #footer a {
	color: #FFF;	
}

#footer a:hover {
	color: #e3b97d;	
}

/* End New Global Styles */

/* Page Layout Styles */

#wrapper {
	width: 100%;
	min-width: 950px;
	min-height: 100%;
}

#header {
/*    background-image: url(Images/header-background.jpg); removed 3/4/2014 by JL per Schneider request*/
    background-repeat: repeat-x;
    background-color: White;
}

#header-content {
	position: relative;
	width: 980px;
	margin: auto;
	min-height:80px;
}

#logo {
	position: relative;
}

#program-name {
	height: 40px;
	top: 16px;
	padding-left:8px;
	width: 400px;
	position: relative;
}

#welcome {
	height: 80px;
	top: 20px;
	width: 350px;
	position: absolute;
	right: 40px;
	text-align: right;
}

#welcome h1 {
	text-align: right;	
}

IMG.MyPrinterManager {
	display: block;
	top: 15px;
	position: relative;	
}

#navigation {
	height: 25px;
	background-color: #e3b97d;
	border-top: 3px solid #666666;
}

#navigation-content {
	width: 980px;
	margin: auto;
	position: relative;
	z-index: 1;
}

#content-container {
	width: 940px;
	margin: auto;
	top: 40px;
	position: relative;
	padding: 20px;
	min-height: 100%;
	border: 4px outset #3e719b;
	background-color: #FFF;
	clear: both;
}

#request-form-content-container {
	width: 800px;
	margin: auto;
	top: 40px;
	position: relative;
	padding: 20px;
	min-height: 100%;
	border: 4px outset #3e719b;
	background-color: #FFF;
	clear: both;
}

#progress 
{
	margin:0 auto;
}

#wizard {
	width: 675px;
	height: 100px;
	margin: auto;
	padding-bottom: 20px;
}

img.arrow {
	padding-bottom: 25px;	
}

#footer {
	width: 920px;
	height: 20px;
	margin: auto;
	bottom: 0px;
	position: relative;
	background-color: #3e719b;
	margin-top: 0px;
	padding: 6px 6px 0 10px;
	text-align:center;		
}

#request-form-footer {
	width: 780px;
	height: 20px;
	margin: auto;
	bottom: 0px;
	position: relative;
	background-color: #3e719b;
	margin-top: 0px;
	padding: 6px 6px 0 10px;
	text-align:center;		
}

/* End Page Layout Styles */

/* Navigation Styles */

#menuTop {
	position: relative;
	padding-top: 5px;
	font-size: 13px;
	font-weight: bold;	
}

#menuTop ul, #menuTop li {
	margin: 0px;
	padding: 0px;
}

#menuTop ul {
	list-style-type: none;	
}

#menuTop li {
	display: block;
	background-color: #e3b97d;
	width: 160px;
	height: 15px;
	margin: 0;
	padding-top: 5px;
	border-left: 2px solid #0068ac;
}

#menuTop a {
	display: block;
	margin: 0px;
	padding: 0 0 0 3px;	
}

#menuTop a:link, #menuTop a:visited {
	color: #000;
	text-decoration: none;	
}

#menuTop a:hover {
	color: #6f9ec6;	
}

ul.menuHoriz li {
	float: left;	
}

.menuHoriz {
		
}

.menuVert {
	font-size: 10px;
	font-weight: normal;
	visibility: hidden;
}

ul.menuVert {
	position: absolute;	
	top: 22px;
}

/*ul#menuSubOne { left: 0px; }
ul#menuSubTwo { left: 177px; }
ul#menuSubThree { left: 354px; }
ul#menuSubFour { left: 531px; }
ul#menuSubFive { left: 708px; }*/
ul#menuSubOne { left: 0px; }
ul#menuSubTwo { left: 162px; }
ul#menuSubThree { left: 324px; }
ul#menuSubFour { left: 486px; }
ul#menuSubFive { left: 648px; }

/* End Navigation Styles */

/* Copied from DCM */

.modalBackground 
{
    background-color:Gray;
    /* for IE */
    filter:alpha(opacity=60);
    /* CSS3 standard */
    opacity:0.6;
}

.modalPopup 
{
	background-color:#3E719B;
	padding: 10px 10px 10px 10px;
	position:absolute;
	top:200px;
	width:500px;
	border-style:solid;
	border-width:thin;
	max-height:600px;
	overflow:auto;
	border-color:#E3B97D;
}

.infoPopup
{
	background-color:Yellow;
	padding: 10px 10px 10px 10px;
	border-style:solid;
	border-width:thin;
	
}
.modalPopup table 
{
	/*padding:10px 10px 10px 10px;*/
}

.formLabel
{
}
.filterPanel 
{
	border-width:thin;
	border-style:none;
	font-weight:bold;
}

fieldset legend
{	
	font-weight:bold;
	color: #3E719B;

}

.fieldSetBlueDolphin
{
	border: solid 2px #E3B97D;
}


.formData
{
	width:100%;
}

.leftAlign 
{
	float:left;
	width:48%;
}
.leftAlign fieldset 
{
	width:100%;
}

.rightAlign 
{
	float:right;
	width:48%
}

.rightAlign fieldset
{
	width:100%;
}

.BlueDolphinStyle 
{
	position:fixed;
	top:35px;
}

.WizardPanel1
{
	padding:10px;
}
.WizardPanel2
{
	padding:10px;
}
.WizardPanel3
{
	padding:10px;
	margin-top:57px;
}

.BDNavLink
{
	padding-top:45px; 
	padding-right:25px; 
	list-style-image:none; 
	color:#003777; 
	font-weight:bold; 
	font-size:14px;
}

.BDNavLink a
{
	text-decoration: none;
	color:#0067AC;
}

.BDNavLink a:hover
{
	text-decoration: underline;
	color:#0067AC;
}

.KnowledgeBaseSearchResults
{
	border-bottom: solid 1px #cecece;
}

.BlueDolphinTable td
{
	text-align:center;
}

.TicketDetailTableHeader
{
	border-bottom: solid 1px black;
}

.CheckAlign
{
	vertical-align:sub;
}

.WizardSteps
{
/*	background-image: url(images/WizardStepsBG.GIF);
	background-repeat:no-repeat;
    background-position:center center;*/
    width:800px;
	border: #CECECE 2px Solid;
	padding:10px;
}

.WizardStepOn
{
/*	background-image: url(images/WizardStepOnBG.GIF);
	background-repeat:no-repeat;
    background-position:center center;*/
	padding:10px;
	padding-left:25px;
	padding-right:25px;
	margin-left:15px;
	margin-right:15px;
	background-color:White;
}

.WizardStepOff
{
	border-style:none;
	padding:10px;
	padding-left:25px;
	padding-right:25px;
	margin-left:15px;
	margin-right:15px;
	background-color:White;
}

.WizardPanel
{
	border: #CECECE 2px Solid;
	text-align:left;
	padding:10px;
	background-color: #F2E0C7;
    width:915px;
}

.MapDevices
{
	/*background-image: url(images/WizardBG.GIF);
	background-repeat:no-repeat;
    background-position:top center;*/
}

.ATRSAgreement
{
	font-size: 10pt;
	font-family: 'Arial','sans-serif';
}

/* style for panel surrounding grid.  Scroll-bars for display, no scroll for print */
.gridScroll
{
    width: 98%;
    height: 335px;
    overflow:auto;
}

.gridScroll table th
{
	position:relative;
}

.gridScroll table tbody
{
	overflow:hidden;
}

.gridScrollTall
{
    width: 100%;
    height: 500px;
    overflow:auto;
}

.gridView
{
    background-color: #EFF7FF; /*font: 1em arial, hevetica, sans-serif;*/
    padding: 3px;
	width: 98%;
	font-size:9pt;
    cursor:pointer;
}

.gridViewKB
{
    background-color: #EFF7FF; /*font: 1em arial, hevetica, sans-serif;*/
    padding: 3px;
	width: 100%;
	font-size:9pt;
    cursor:pointer;
}

.gridViewNormalRow
{
    background-color: #EFF7FF; /*#0067AC;*/
}

.gridViewAlternateRow
{
    background-color: #8FB3D3; /*#0067AC;*/
}

.gridViewSelectedRow
{
	background-color: #E3B97D;
	border-bottom: solid 1px #878787;
	border-top: solid 1px #878787;
	font-weight: bold;
}

/* Gridview Header */
.gridViewHeader
{
    background-color: #3E719B;
    text-align: left;
    color: #FFFFFF;
	position:relative; 
	top:expression(this.parentNode.parentNode.parentNode.scrollTop-1);
}

.gridViewHeader th 
{
	position:relative;

}

.gridViewHeader a:link
{
    color: #FFFFFF;
    text-decoration:underline;
     
}

.gridViewHeader a:hover
{
    color: #FFFFFF;
    text-decoration:underline;
}

.gridViewHeader a:visited
{
	color: #FFFFFF;
    text-decoration:underline;
}

.gridViewColumnHidden
{
	visibility:hidden;
	display:none;
}

.secondaryGridView
{
	background-color: #FFFFFF; 
    padding: 3px;
	width: 100%;
	font-size:9pt;
	margin-bottom:10px;
}

.secondaryGridViewHeader
{
    background-color: #E3B97D;
    text-align: left;
    color: #000000;
}

.secondaryGridViewHeader th 
{
	

}

.secondaryGridViewHeader a:link
{
    color: #FFFFFF;
    text-decoration:underline;
     
}

.secondaryGridViewHeader a:hover
{
    color: #FFFFFF;
    text-decoration:underline;
}

.secondaryGridViewHeader a:visited
{
	color: #FFFFFF;
    text-decoration:underline;
}

.secondaryGridViewAlternateRow
{
    background-color: #EFEFEF; /*#0067AC;*/
}



.tertiaryGridView
{
	background-color: #FFFFFF; 
    padding: 0px;
	width: 100%;
	font-size:9pt;
	margin-bottom:10px;
}

.tertiaryGridViewHeader
{
    background-color: #3E719B;
    text-align: left;
    color: #FFFFFF;
}

.tertiaryGridViewHeader th 
{
	

}

.tertiaryGridViewHeader a:link
{
    color: #FFFFFF;
    text-decoration:underline;
     
}

.tertiaryGridViewHeader a:hover
{
    color: #FFFFFF;
    text-decoration:underline;
}

.tertiaryGridViewHeader a:visited
{
	color: #FFFFFF;
    text-decoration:underline;
}

.tertiaryGridViewAlternateRow
{
    background-color: #EFEFEF; 
}

/* Tall Grids */
.gridScrollTall table th
{
	position:relative;
}

/* Use for all error labels/validation controls */
.error
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    color: #FF0000;
    text-align:center;
}

.UpdateProgressTableCell
{	
	background:none;
	width:950px;
}

.UpdateProgressImage
{
    /* for IE */
    filter:alpha(opacity=60);
    /* CSS3 standard */
    opacity:0.6;
}


.modifyApplySubmit  
{
    text-align: right;
    vertical-align: middle;
    padding-bottom:5px;
    padding-right:5px;
}
.modifyApplySubmit  a
{
    font-size:8.5pt;
    text-decoration:none;
    vertical-align:middle;
    padding-left:10px;
    padding-right:10px;
    background-color:#E3B97D;
    color: #000000;
    outline-style:ridge;
    outline-width:thin;
    display: inline-block;     
    height:15px;
    border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;     
    cursor:pointer;
}
.modifyApplySubmit  a:hover
{
	color: #aaaaaa;
}

.modifyEdit  
{
    float: right;
    vertical-align: middle;
    padding-bottom:5px;
    padding-right:5px;
}
.modifyEdit  a
{
    font-size:8.5pt;
    text-decoration:none;
    vertical-align:middle;
    padding-left:10px;
    padding-right:10px;
    background-color:#E3B97D;
    color: #000000;
    outline-style:ridge;
    outline-width:thin;
    display: inline-block;     
    height:15px;
    border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight; 
    border-width:thin;


}
.modifyEdit  a:hover
{
	color: #aaaaaa;
}

.BlueDolphinButtonStyle  
{
    vertical-align: middle;
    padding-bottom:3px;
    font-size:8.5pt;
    text-decoration:none;
    vertical-align:middle;
    padding-left:3px;
    padding-right:3px;
    background-color:#E3B97D;
    color: #000000;
    outline-style:ridge;
    outline-width:thin;
    display: inline-block;     
    height:20px;
    border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight; 
    cursor:pointer;
}

.BlueDolphinButtonStyle:hover
{
	color: #aaaaaa;
}

.BlueDolphinFileUploadStyle  
{
    vertical-align: middle;
    padding-bottom:5px;
    padding-right:10px;
    font-size:8.5pt;
    text-decoration:none;
    vertical-align:middle;
    padding-left:0px;
    padding-right:10px;
    background-color:#FFFFFF;
    color: #000000;
    display: inline-block;     
    height:20px;
    cursor:pointer;
}

.BlueDolphinFileUploadStyle:hover
{
	color: #aaaaaa;
}

.BlueDolphinFileUploadSubmitStyle  
{
    vertical-align: middle;
    padding-bottom:5px;
    padding-right:10px;
    font-size:8.5pt;
    text-decoration:none;
    vertical-align:middle;
    padding-left:10px;
    padding-right:10px;
    background-color:#DEDEDE;
    color: #000000;
    display: inline-block;     
    height:20px;
    cursor:pointer;
}

.BlueDolphinFileUploadSubmitStyle:hover
{
	color: #aaaaaa;
}

.FadingMessage
{
    vertical-align: middle;
    padding-bottom:5px;
    padding-right:10px;
    font-size:8.5pt;
    text-decoration:none;
    vertical-align:middle;
    padding-left:10px;
    padding-right:10px;
    background-color:#E3B97D;
    color: #000000;
    outline-style:ridge;
    outline-width:thin;
    display: inline-block;     
    height:20px;
    width: 500px;
    font-weight:bold;
}

.ModalCloseButton
{
	border:1px solid #FFF;
	color:#FFF;
	font-weight:bold;
	cursor:pointer;
}
.modalReportDates
{
	background-color:#3E719B;
	padding: 10px 10px 10px 10px;
	position:absolute;
	top:200px;
	width:500px;
	border-style:solid;
	border-width:thin;
	max-height:600px;
	overflow:auto;
	border-color:#E3B97D;
}

.RequestFormTR
{
	background-color:#E3B97D;
	border-top: solid 3px #3E719B;
	padding:5px;
	padding-left:5px;
}

.RequestFormImageTR
{
	border-top: solid 3px #3E719B;
	padding:5px;
	padding-left:5px;
}

.RequestFormTable
{
	margin:auto;
	border-bottom: solid 1px #E3B97D;
	border-right: solid 1px #E3B97D;
	border-left: solid 1px #E3B97D;
}

/* KNOWLEDGEBASE */
.KBTitleHeader
{
	text-transform:uppercase;
}

.KBTableTR
{
	background-color:#E3B97D;
	border-top: solid 3px #3E719B;
	padding:5px;
	padding-left:5px;
}

.KBTableImageTR
{
	border-top: solid 3px #3E719B;
	padding:5px;
	padding-left:5px;
}

.KBTable
{
	margin:auto;
	border-bottom: solid 1px #E3B97D;
	border-right: solid 1px #E3B97D;
	border-left: solid 1px #E3B97D;
	font-size:14px;
	table-layout: fixed;
}

.KBTableTDDetail
{
	padding:8px;
}

.KBImageListItem
{
	padding:5px;
	cursor:pointer;
}

.KBImageListTD
{
	width:210px;
	font-size:14px;
}

.KBSearchResultsTitle
{
	text-decoration: 'underline';
	font-weight: bold;
}

.KBSearchResultsProblem
{
	color:#3E719B;
}

.KBSearchResultsKeyword
{
	color: #FF0000;
	font-size: 11px;
}

.KBSearchResultsModel
{
	font-size: 11px;
}

#container {
  position: relative;
  width: 750px;
  overflow: hidden;
  border: 1px solid #EFEFEF;
}

#scroller {
  width: 750px; /* = width + margin left + margin right + padding*2 + border*2  from the content rule */
}

.content {
  width: 200px;
  height: 200px;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px;
  border: 1px solid #EFEFEF;
  font-size: .8em;
}

.scrollNav, .scrollNav a:link, .scrollNav a:visited  {
  font-size: .8em;
  color:#00009C;
  font-weight: bold;
}


/* simple jQuery css-based tooltip */
.tooltip {
	background-color:#000;
	border:1px solid #fff;
	padding:10px 15px;
	width:400px;
	display:none;
	color:#fff;
	text-align:left;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 99999;

	/* outline radius for mozilla/firefox only */
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
}


.hiddn
{
    display:none;
}

.visibl
{
    display:inline;
}


.tabButtn
{
	background-color: rgb(150, 157, 164);
	font-family: 'Lato', sans-serif;
	margin:0px 0px 0px 0px;
	padding:5px 5px 5px 5px;
    height:30px;
    width:135px;
    color: #FFFFFF;
    text-align:left;
    border:4px solid rgb(150, 157, 164);
}

.tabButtnStatic
{
	background-color: rgb(150, 157, 164);
	font-family: 'Lato', sans-serif;
	margin:0px 0px 0px 0px;
	padding:5px 5px 5px 5px;
    height:30px;
    width:125px;
    color: #FFFFFF;
    text-align:left;
    border:0px solid transparent;
}

.tabButtn:hover
{
    background-color: #FFFFFF;	
    color: #333;
    border:4px solid rgb(150, 157, 164);
    cursor:pointer;
}

.tabButtnSel
{
	margin:0px 0px 0px 0px;
	padding:5px 5px 5px 5px;
    height:30px;
    width:135px;
    background-color: #FFFFFF;	
    color: #333;
    text-align:left;
    border:4px solid rgb(150, 157, 164);
    
    
}

.tabButtnSel:hover
{
    cursor:pointer;
    border:4px solid rgb(150, 157, 164);
}


.inlineChrtVis
{
    height:75px;
    width:200px;
    text-align:center;
    vertical-align:middle;
}

.inlineChrtVis:hover
{
    cursor:pointer;
}

.inlineChrtInVis
{
    height:75px;
    width:200px;
    display:none;
}

.RMAStepVis
{
    width:99%;
}

.RMAStepInVis
{
    display:none;
}


.errHighlt
{
    border: 1px solid #FF0000;
}

.sep
{
   height:1px; 
   color:#FFFFFF;
    background-color:#FFFFFF;
   border:0px solid transparent;
    width: 127px;
}

.txtlbl
{
    width:145px;
    background-color: rgb(62, 113, 155);
    margin:0px;
    padding:0px;
    color:#FFFFFF;
    font-size:12px;
    line-height:10px;
    border:1px solid #FFFFFF;
    
}

.reqInvis
{
    display:none;
}

.reqVis
{
display:inline;
}

.statusInfo
{
    color:#FFFFFF;
    font-size:12px;
    border: 1px solid #CECECE;
}

.buttonStyle  
{
    vertical-align: middle;
    padding-bottom:3px;
    font-size:8.5pt;
    text-decoration:none;
    vertical-align:middle;
    padding-left:3px;
    padding-right:3px;
    background-color:#E3B97D;
    color: #000000;
    outline-style:ridge;
    outline-width:thin;
    display: inline-block;     
    height:20px;
    border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight; 
    cursor:pointer;
}

.chgReqEditDevicePanel	
{
    max-height: 95%;
    overflow: scroll;
}

/* TABLE STYLING */

table {
	border-style: none;
    border-color: inherit;
    border-width: medium;
    text-align: left;
	font-family: 'Lato', sans-serif;
	color: #333;	
	font-size: 12px;
	margin-top: 15px;
}

table.tablewSectionHeader{
	margin-top:0px;
	margin-bottom:10px;
}

table.tableContainsGrid{
	border-spacing:0;
	width:100%;
	border-width:1px;
	border-style:solid;
	margin-top:5px;
}

td.sectionHeaderCell , th.sectionHeaderCell{
	padding:0px 0px 0px 0px;
	font-size:large;
}

td.tdContainsGrid{
	padding:0px;
	
}

.sectionHeaderCell .sectionTitle{
	margin-top:0px;
	text-align:left;
}

.sectionHeaderCell .ModalCloseButton{
	float:right;
	margin-top:4px;
}

.ie7 .sectionHeaderCell .ModalCloseButton{
	height:0px;
	background-color: #969da4;
	border-top: solid #0067ac 3px;
	margin-top:0px;
	padding: 6px 5px 6px 5px;
	display: block;
	height: 20px;
	
	
	font-size: 16px;
	font-weight: 400;
	
	
}

thead th {
	font-family: 'Lato', sans-serif;
	color: #fff;	
	font-size: 14px;	
	font-weight: 400;
	padding: 6px 0 4px 10px;
	background-color: #0067ac;
	-moz-border-radius: 5px 5px 0 0; 
	-webkit-border-radius: 5px 5px 0 0;	
}

tbody td, tbody th {
	padding: 3px 5px 3px 5px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 12px;	
}



grid tr:nth-child(even) {background: #CCC}
grid tr:nth-child(odd) {background: #FFF}

.emptyCell {
	background-color: #fff;
	border: none;	
}

.gridScroll15
{
    width: 100%;
    max-height: 335px;
    overflow:auto;
	padding:0px;
}

.gridview15{
	margin-top:0px;
	width:100%;
}

.normalRow15
{
    background-color:  #FFF;
}

.alternateRow15
{
    /*background-color: #CCC;*/
	background-color:#ddd;
}

.headerRow15
{
    background-color: #0067ac;
    color: #FFF;
	font-size:14px;
	font-weight:400;
}

.headerRow15 a:link, .headerRow15 a:hover, .headerRow15 a:visited
{
    color: #FFF;
    text-decoration:underline;
}

.sectionTitle {
	padding: 6px 0 6px 10px;
	display: block;
	height: 20px;
	background-color: #969da4;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 400;
	border-top: solid #0067ac 3px;	
	margin-top: 15px;
}

.sectionTitle span{
	padding: 0px 0px 0px 0px;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 400;
}

span {
	font-weight: 400;
	font-size: 12px;
	padding-top: 4px;	
}

label, label span {
	display: block;
	font-family: 'Lato', sans-serif;
	color: #333;
	font-size:13px;
}
/* END TABLE STYLING */

/* MAIN TAG STYLING */

html, body {
	width: 100%;
	height: 100%;	
	font-family: 'Lato', Sans-Serif;
}

h1 {
	font-family: 'Lato', sans-serif;
	font-size: 26px;
	color: #0067ac;
	font-weight: 400;
	display: inline;
	top: 13px;
	left: 80px;
	position: absolute;
}

p {
	font-family: 'Lato', sans-serif;
	color: #333;	
	font-size: 12px;	
}

a, a:visited 
{
    color: #333;
}

ol li 
{
    list-style-type: decimal
}

/* END MAIN TAG STYLING */
