﻿html, body, form
{
	width:100% !important; /* DO NOT MODIFY */
    height:115% !important; /* DO NOT MODIFY */
	margin:0 !important; /* DO NOT MODIFY */
	padding:0 !important; /* DO NOT MODIFY */
}

body
{
    /*background:url(/images/bg5.jpg) repeat center center;*/
    /* background-color: #EBE9D3;   Color on the sides of the screen */
    background-color: #010F01;  /* Color on the sides of the screen */
}

@font-face { font-family: Engravers; src: url('EngraversLTStd-BoldFace'); }

.filterpanel
{
    background-color: #EBE9D3;
    font-family:Trebuchet MS;
}
#master-wrapper
{
    /*float: left; */
    
    margin-left: 250px;
    min-height:100%; /* DO NOT MODIFY */
    /* height: auto !important; /* DO NOT MODIFY */ 
    width: 1100px;
    margin:0 auto !important;
    padding:0 !important; /* DO NOT MODIFY */
    /* background: url(/images/bgDarkGray.jpg) repeat center center; */
    background-color: #EBE9D3;
    
    color:#333340;
    border:1px solid #000000;
}

.normalrow tr
{
    color:#336699  !important;
    background-color:Ivory  !important;
    font-family:Verdana,Arial  !important;
    font-size: 12pt  !important;
}

.altrow tr
{
    color:#336699  !important;
    background-color:#DFDFCE  !important;
    font-family:Verdana,Arial  !important;
    font-size: 12pt  !important;
}


.panel
{
    background-color:White;
    width: 1000px;
    /* height:1000px; */
}


.filterpanel h1
{
    font-family:Engravers MT; 
    font-size:18pt; 
    font-weight:bold;
}

.filterpanel h2
{
    font-family:Engravers MT; 
    font-size:12pt; 
    font-weight:normal;
    color:#666;
}



.panel h2
{
    font-family:Century; 
    font-size:18pt; 
    font-weight:bold;
}

.panel h4
{
	font-family:Century; 
	font-size:14pt; 
	font-weight:normal;
}

.panel span
{
	font-family:Century;
}

.highlightheader
{
	font-family:Century;	
	font-size: 18pt;
	font-weight:bold;
	color: #A64100;
	margin: 10px 0px 10px 0px;
	text-align:center;
}

.highlightsubheader
{
	font-family:Century;	
	font-size: 16pt;
	font-weight:bold;
	color: #A64100 ;
	margin: 10px 0px 0px 0px;
	text-decoration:underline;
}

.noteexplanation td
{
	font-family:Century;	
	font-size: 12pt;
	color: #A64100 ;
}

.normalRow tr
{
    color: #6495ED
}

.alternateRow tr
{
    color: #FFF8DC
}


.highlightcharterheader
{
	font-family:Century;	
	font-size: 12pt;
	font-weight:bold;
	color: #A64100 ;
	margin: 10px 0px 0px 0px;
}

.statelist
{
	list-style-type:circle;
	color:Fuchsia;
}

.statelist li
{
	color:#06266F;	
	font-family:Century;	
	font-size: 12pt;
	font-weight:normal;
	padding-bottom:10px;
}

.bodytext
{
	font-family:Century;	
	font-size: 14pt;
	font-weight:normal;
	margin: 10px 0px 0px 0px;
}

.outerheader
{
    padding: 0px;
    width: 100%;
}

.outerheader H1
{
	 font-family:Century;	
	 font-size: 30pt;
}

.outerheader H5
{
	 font-family:Century;	
	 font-size: 16pt;
}

.logolist
{ 
    list-style-image: url("/images/LogoTempsmall.jpg"); 
}

.outerheader img
{
	margin:5px 10px 5px 0px;
}

.innerheader
{
    background: #4282d3;
    width: 100%;
    font-family:Century;
}


#button {
	width: 180px;
	border-right: 1px solid #000;
	padding: 0 0 .1em 0;
	margin-bottom: .5em;
	font-family: Century, Verdana;
	background-color: #90bade;
	color: #333;
	}

#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#button li {
		border-bottom: 1px solid #90bade;
		margin: 0;
		}

	#button li a {
		display: block;
		padding: 5px 5px 5px .5em;
		border-left: 6px solid #1958b7;
		border-right: 6px solid #508fc4;
		background-color: #8A6515;
		color: #fff;
		text-decoration: none;
		width: 100%;
		}

	html>body #button li a {
		width: auto;
		}

	#button li a:hover {
		border-left: 6px solid #1c64d1;
		border-right: 6px solid #5ba3e0;
		background-color: #FFD840 ;
		color: Black;
		}

a {color:#3333FF;text-decoration:none;}
a:hover{text-decoration:underline;}

.datagrid table { border-collapse: collapse; text-align: left; width: 100%; } 
.datagrid {font: normal 16px/150% Courier New, Courier, monospace; background: #fff; overflow: hidden; border: 1px solid #006699; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.datagrid table td, 
.datagrid table th { padding: 3px 2px; }
.datagrid table thead th {background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #006699), color-stop(1, #00557F) );background:-moz-linear-gradient( center top, #006699 5%, #00557F 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#00557F');background-color:#006699; color:#FFFFFF; font-size: 14px; font-weight: bold; border-left: 0px solid #0070A8; } 
.datagrid table thead th:first-child { border: none; }
.datagrid table tbody td { color: #00557F; border-left: 1px solid #E1EEF4;font-size: 14px;font-weight: normal; }

.datagrid table tbody .alt td { background: #E1EEF4; color: #00557F; }
.datagrid table tbody td:first-child { border-left: none; }
.datagrid table tbody tr:last-child td { border-bottom: none; }

.datagrid table tbody a { color: #00557F !important; font-size: 14px; font-weight: normal; }

.datagrid table tfoot td div { border-top: 1px solid #006699;background: #E1EEF4;} 
.datagrid table tfoot td { padding: 0; font-size: 12px } 
.datagrid table tfoot td div{ padding: 2px; }
.datagrid table tfoot td ul { margin: 0; padding:0; list-style: none; text-align: right; }
.datagrid table tfoot li { display: inline; }
.datagrid table tfoot li a { text-decoration: none; display: inline-block;  padding: 2px 8px; margin: 1px;color: #AAFFFF;border: 1px solid #006699;-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #006699), color-stop(1, #00557F) );background:-moz-linear-gradient( center top, #006699 5%, #00557F 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#00557F');background-color:#006699; }
.datagrid table tfoot ul.active, 
.datagrid table tfoot ul a:hover { text-decoration: none;border-color: #00557F; color: #FFFFFF; background: none; background-color:#006699;}

input.overwrite, textarea.overwrite {color:#425170;}

.roundedcorner_box { background: #F1F7DE; }
.roundedcorner_top div { background: url(/images/bg/topleft.png) no-repeat top left; }
.roundedcorner_top { background: url(/images/bg/topright.png) no-repeat top right; }
.roundedcorner_bottom div { background: url(/images/bg/bottomleft.png) no-repeat bottom left; }
.roundedcorner_bottom { background: url(/images/bg/bottomright.png) no-repeat bottom right; }
.roundedcorner_top div, .roundedcorner_top, .roundedcorner_bottom div, .roundedcorner_bottom { width: 100%; height: 20px; font-size: 1px; }
.roundedcorner_content { margin:-10px 20px; min-height: 160px; _height: 160px; overflow-y: visible; }


.filter-table-container fieldset { margin: 0; padding: 0; border: none; }
.filter-container {background:#eee; padding:0; overflow:hidden; margin-top:5px;}
.filter {width:200px; float:left; font-size:.96em; overflow: hidden;}
.filter h4 {color:#112941; font-size:1.2em; margin:.5em 0px 1.2em 20px; padding:0;}
.filter fieldset {margin:0 0 0 16px; padding:0; border:none;}
.filter ul {width:auto;} /* to reset the widths from the top */
.filter-button-container {margin:0; text-decoration:none;}
.filter-button-container input[type="submit"] { line-height: 1.2em;}

.filter-table {width:880px; width:880px; background:#FFF;}
.filter .textbox { max-width: 130px; width: 130px; width: 120px;}
.filter select { max-width: 120px; width: 120px; width: 120px;}
.filter-container .scroll-container {float:right; background: #fff; border-bottom:2px solid #eee; border-right:1px solid #ddd; min-height: 550px; _height: 550px;}
.filter-container .scroll-container .filter-table { width:100%; border-right:none;}
.filter-container .grid-actions, .filter-container .grid-actions-left { height: 40px; }

.filter-container .grid-actions a.icon-link, .filter-container .grid-actions-left a.icon-link { background-position: 0 2px;margin-top: 8px;}

.filter-table-container { float: right; overflow: hidden; width: 1000px; min-height: 300px; background: #fff; text-align: right;}
.single-filter .textbox { max-width: 100%; }

ul.grid-actions {list-style:none; margin:0; float:right; }
ul.grid-actions-left {list-style:none; margin:0; float:left; }
ul.grid-actions li, ul.grid-actions-left li {float:left; font-weight:bold; margin-left:2px; line-height: 40px;vertical-align: middle;white-space:pre-line;}
ul.grid-actions-left li { margin-left: 0;margin-right: 1.5em; }
ul.grid-actions li.right {float:right; font-weight:bold; margin-right:1.5em;margin-left: 0;}
ul.grid-actions li input, ul.grid-actions-left li input[type="text"] { vertical-align: middle;margin: auto 0;padding: 0;}
ul.grid-actions li button { margin-top: 8px;margin-top: 5px;line-height: 1.2em;}

a.excel, input.excel, .excel {background-image:url(/images/icon/excel_16.gif);}
a.newcustomer, input.excel, .excel {background-image:url(/images/icon/group_16.jpg);}
a.neworder, input.excel, .excel {background-image:url(/images/icon/documents_16.gif);}
a.newcollection, input.excel, .excel {background-image:url(/images/icon/portfolio_16.gif);}
a.forgotpassword , input.excel, .excel {background-image:url(/images/icon/padlock_16.gif);}


a.icon-link, .icon-link {padding:2px 12px 4px 20px;margin:0;background-repeat:no-repeat;background-position:left 1px;line-height:18px;_height:18px!important;font-size:1em;text-decoration:none;color:#074792;z-index:100;display:inline-block;font-weight:normal}

html, body, ul, ol, li, p, img, h1, h2, h3, h4, h5, h6, form, a, table, thead, tbody{ margin: 0; padding: 0; border: 0; }

/*body { font-size:0.90em; text-align:center; font-family: Copperplate Gothic Light; color:#112941;} */

body { font-size:0.8em; text-align:center; font-family: Georgia, Arial, Helvetica, sans-serif; color:#112941;}

a.nolink {  color:White;
            font-weight: normal; 
            text-decoration: none !important; 
            cursor:text !important; 
            background-color:#336699;
            }
a.nolink:hover {color:#112941;text-decoration: none !important; cursor:text; }

.hover-menu-inner-ul li { margin: 0 0 .25em 0; }
.hover-menu { background: #8da7c1;visibility: hidden; position: absolute; top: 0; left: 0; padding: 0; margin: 0; font-size: 1em; min-height: 24px; }
.hover-menu ul { float: left; margin: 0 !important; padding: 0 !important; list-style-type: none; cursor: default; text-align: left; height: auto;width: auto; min-width: 150px; white-space: nowrap; border-bottom: solid #8da7c1 1px;  }
.hover-menu ul li { _margin-top: -3px; display: block;float: none; margin: 0; padding: 0; height: 22px; width: auto; min-width: 150px; white-space: nowrap; cursor: pointer; background-color: #8da7c1; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #425170; }
.hover-menu ul a {_width: 100%; display: block; cursor: pointer; background: #8da7c1; color: #fff; text-decoration: none; padding-top: 4px; padding-right: 8px; padding-bottom: 4px; padding-left: 4px; font-weight: bold; }
.hover-menu ul a:hover, .hover-menu ul a:focus { background: #4a80b4; color: #fff;text-decoration: none; }
.hover-no-absolute { position: static !important;top: auto !important;left: auto !important;z-index: 99999;visibility: visible;}
.hover-menu-last { margin-left: -100px; }




#info-container {height: 150px; padding:0 0 2em 0; margin:0;}
.info-section {width:380px; _width:360px; height:180px !important; background:url(/images/bg/homepage-info.gif) no-repeat 2px 9px; float:left; vertical-align:top;}
.info-section .info-content {padding-left:15px;}
.info-section h4 {margin:1em 2em .2em; font-size:1.05em;}
.info-section img.actions, .info-section input.actions {float:right;  margin-right:5%; margin-left:5px;}
.info-section ul {list-style:none;}
.info-section strong {color:#425170; }
.info-section p .remove { vertical-align:top; margin:5px 5px 0 0;}


table.preferences-table { width: 100%; padding-right: 10px !important; }
.preferences-table td.help-icon { width: 25px; text-align: left; vertical-align: top; }
.preferences-table td.field-name { width: 210px; text-align: left; vertical-align: top; }
.preferences-table td.field-value { text-align: left; vertical-align: top; }
.preferences-table td.field-value .textbox, .preferences-table td.field-value select, .preferences-table td.field-value textarea { width: 99% }

.left {float:left;}  /* CustomAutosuggestion hover button */

/* Auto Suggest */
.autosuggest-body { position: absolute; border: 1px solid #a2afbd; z-index: 2000; }
.autosuggest-iframe { display: block; position: absolute; z-index: 2000; filter: alpha(opacity=0); }
.autosuggest-cursor { cursor: pointer; }
.autosuggest-body table { width: 100%; color: #425170; background-color: #fbfcfe; }
.autosuggest-body tr { color: #425170; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; text-align: left; }
.autosuggest-body tr.selected { background-color: #e4f7fd;}
.autosuggest-body td { white-space: nowrap;overflow-x: hidden; }
.autosuggest-body span.match { text-decoration: underline; }
.autosuggest-body tr.pagination-row { background-color: #f5f5f5; }
.autosuggest-body tr.pagination-row table { background-color: #f5f5f5;width: 100%; }









/*!
 * jQuery UI Datepicker 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/*!


/* jQuery UI Customizations */
img.ui-datepicker-trigger { vertical-align: middle !important; cursor: pointer;height: 22px; }
.ui-datepicker { font-size: .9em !important;background-color: #d3d3d3;box-shadow:0px 5px 7px #d3d3d3;-moz-box-shadow: 0px 5px 7px #d3d3d3; }
.ui-datepicker .ui-datepicker-header { padding-top: 0;color: #fff; }
.ui-datepicker table.ui-datepicker-calendar th { padding-top: 0.1em;padding-bottom: 0.1em;}
.ui-datepicker table.ui-datepicker-calendar a.ui-state-default { background: none;color: #112941; }


span.watermarkimage{
  visibility:hidden;
  position:absolute;
  left:40%;
  top:35%;
  filter:alpha(opacity=50);
  -moz-opacity:0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}




/* red */
.red {
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.red:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.red:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}

/*
.ui-menu .ui-menu-item a{
    color: #96f226;
    border-radius: 0px;
    border: 1px solid #454545;
}
*/



fieldset, .modal-container, .popup {border:#ccc solid 1px;  }
.popup {text-align:left; background:#fff; z-index: 999; position: relative;font-size: 1em; font-weight:normal;color: #112941; }
.popup .popupTitle {margin:0; padding:.4em 20px; background:url(/images/bg/popup-title.gif) top right repeat-x; margin:0 0 .5em; }
.popup-content {margin:5px 20px; _height: 100%;}
.modal-container form {margin:15px 0;}
.popup fieldset {padding:0 5px 0 20px; margin:10px 0;}
.popup legend {margin:0 0 5px;}
.popup p.req {margin:0 0 5px;}
.popup .fieldset ul, .popup .fields-container ul, .modal-container form ul {width:270px; float:left; margin:0; padding:0;}
.popup .clearfix {_position:relative; top:-1em;}
.popup .fields-container ul{width:290px;}
.popup .fields-container ul.last {width:auto;}
.small-modal, .medium-modal, .large-modal, .homepage-search {padding:0px 0px 5px ;}
.popup h5 {margin:0 0 .5em; color: #112941;}
.popup .listing {margin:.5em 0 1em 1.2em;}
.popup table {width: auto;}
.small-modal .button-container, .medium-modal .button-container, .large-modal .button-container {padding:5px 5px 0 40%;}
.popup h4 { margin: 0; color: #112941 !important; }
.popup li { vertical-align: middle; }
.popup li img, .popup li input[type=image] { vertical-align: text-bottom; padding-right: 3px; }

.modalShadow { position: fixed; _position: absolute; z-index:1001; background:#a2afbd; filter: alpha(opacity=80); opacity: 0.8; border-radius: 15px; -moz-border-radius: 15px; -webkit-border-radius: 15px; }
.modalBackground{background:#425170;filter:alpha(opacity=20);opacity:0.2;top:0; left:0; height:100%; width:100%; z-index:1000;}


.spacerlabel80 {
  width:80px;
  display: inline-block;
}

.spacerlabel60 {
  width:60px;
  display: inline-block;
}

.spacerlabel40 {
  width:40px;
  display: inline-block;
}


/*
fieldset {
 border: 1px solid #CCA383;
 width: 50%;
 background: #ccc;
 padding: 3px;
 }
 fieldset legend {
 background: red;
 padding: 6px;
 font-weight: bold;
 }
*/


.divdivider hr 
{   display: block; 
    height: 1px;
    border: 0; 
    border-top: 1px solid #ccc;
    margin: 0; 
    padding: 0; }
    
    
    
.roundeddivgradient { border: 1px #d3d3d3 solid; border-radius: 16px; background: #8AC007; padding: 10px; 
 background: -webkit-linear-gradient(#fcfcfe, #e7ecf3); /* For Safari 5.1 to 6.0 */
 background: -o-linear-gradient(#fcfcfe, #e7ecf3); /* For Opera 11.1 to 12.0 */
 background: -moz-linear-gradient(#fcfcfe, #e7ecf3); /* For Firefox 3.6 to 15 */
 background: linear-gradient(#fcfcfe, #e7ecf3); /* Standard syntax (must be last) */
}

.roundeddiv
{
    border-radius:10px; 
    border-width:1px; 
    border-style:solid; 
    border-color:#C7BDAA; 
    background-color:#EFECE7;  
    padding-top:10px;
    padding-left:5px;
    padding-right:5px;
    padding-bottom:10px;
}
    
    
    
    
    
    
    
    
    
    