﻿#navbar ul
{
	margin: 0;
	padding: 5px;
	list-style-type: none;
	text-align: center;
	/*background-color: #97B0D5;  #9999cc; --purple Change background color for Menu now its green------changed by ramann----*/ /* background: #114a9f url(img/SpryMenuBar_BG.gif) repeat-x ;*/
	/*background-color: #5C6F7B;*/
	background-image:url(img/topMenu_bg.gif);
	background-repeat:no-repeat;
	width: 780px;
}
#navbar ul li
{
	display: inline;
	font-family: Zetta Round, Arial, vardana, Helvetica;
	font-size: 15px;
}

#navbar ul li a
{
	 text-decoration: none;/*padding: .2em 1em; */
	color:#222222; /*#114A9F;  ------changed by ramann---*/ /*color: #FFFFFF; /* ------changed by ramann---*/ /*background-color: #FFFFFF;  /* Change background color of menu from here*/
	font-size: 13px;
}

#navbar ul li a:hover
{
	color: #FFF200; /*color: #114A9F; yellow      /*background-color: #33C; */
}
/* #navbar  li {border-right: 2px solid #6487bb ; padding-right:10px; padding-left:10px}------changed by ramann---*/

#navbar li
{
	border-right: 2px solid #cccccc;
	padding-right: 10px;
	padding-left: 10px;
}

.divimage
{
	/*border:outset;*/
	height: auto;
	width: auto;
	border-width: 2px;
	background-image: url(bg_util_bar.png);
}

.Cell
{
	border-bottom: #d6f20d solid thin;
	border-top: navy solid thin;
	/*background: #2a5da9; */
	cursor: hand;
	font-size: small;
	color: #FFFFFF;
	border: 2px solid #d6f20d;
}


/*Index Split - Ian */
.sidebar
{
	position: relative;
	margin-bottom: 1em;
	padding: 0;
	width: 150px;
	background: url(img/bg_sidebar.png) top left repeat-y;
	
}

.sidebar h3
{
	position: relative;
	margin: 0;
	padding: 4px 5px;
	font-weight: normal;
	font-family: Zetta Round,Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #222222;
	background: url(img/siderBar.gif) top center no-repeat;
	/*background: #bfd482;*/ 
	/*background-color: #5C6F7B; e1f4a8 - green */
	/*background: url(..\images\leftMenu.gif) top center no-repeat;*/
	/*background-color: #D4D5D6;*/
}
.sidebar ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.sidebar ul h3
{
	padding: 0;
	background: none;
	/*border: 1px solid #bdbdbd;*/
	border: 1px solid #5C6F7B;
}
.sidebar ul h3 div
{
	display: block;
	width: 138px !important;
	width: 148px;
	padding: 4px 5px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	/*background-color: #dfdfdf;*/
	background-color: #000000;
}
/*.sidebar ul h3 a, .sidebar ul h3 a:link, .sidebar ul h3 a:visited  { display: block; width: 138px !important; width: 148px;  padding: 4px 5px; font-weight: bold; color: #114a9f; text-decoration: none; background: url(http://hs.zappos.com/img/hds2/global/sidebar/bg_sidebar_subhead.png) no-repeat; background-position: 133px 6px; background-color: #dfdfdf; }
.sidebar ul h3 a:hover { color: #114a9f; text-decoration: underline; }*/
.sidebar li a, .sidebar li a:link, .sidebar li a:visited
{
	display: block;
	margin: 0;
	width: 133px !important;
	width: 150px;
	padding: 4px 5px 4px 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	/*color: #114a9f;*/
	background: #FFF;
	border-left: 1px solid #bdbdbd;
	border-right: 1px solid #bdbdbd;
	border-bottom: none;
}
.sidebar li a:hover
{
	font-weight: normal;
	/*color: #1149af;*/
	color: #333333;
	text-decoration: underline;
	/*background-color: #D4E0E5;*/
	/*background-color: #A2A2A2;*/
	background-color: #B8BABD;
}
.sidebar .cap
{
	background: url(img/bg_sidebar_cap.png) bottom center no-repeat;
	width: 100%;
	height: 8px;
	margin: 0;
	padding: 0;
}
.sidebar .cap_gray
{
	background: url(img/bg_resources_header_half.png) bottom center no-repeat;
	width: 100%;
	height: 8px;
	margin: 0;
	padding: 0;
}

.header
{
	position: relative;
	margin-bottom: 1em;
	padding: 0;
	width: 770px;
	background: url(img/bg_header.gif) top left repeat-y;
}

.header .topcap
{
	background: url(img/bg_top.gif) bottom center no-repeat;
	width: 100%;
	height: 8px;
	margin: 0;
	padding: 0;
}

.header .lowercap
{
	background: url(img/bg_round.gif) bottom center no-repeat;
	width: 100%;
	height: 8px;
	margin: 0;
	padding: 0;
}


.utilboxlt
{
	background: url(../css/img/util_bar_lt.png) no-repeat left bottom;
}

.utilboxrt
{
	background: url(../css/img/util_bar_rt.png) no-repeat right bottom;
}

.utilbox
{
	background: url(../css/img/bg_util_bar.png) repeat-x bottom;
}
/*For Input Button in Join Us*/
input.beta
{
	background-color: #fff;
	color: #666666;
	width: 130px;
	font-size: 14px;
	margin: 5px 0;
	padding: 1px 5px 3px 5px;
	background: url(images/bg_field.png) no-repeat top left #ffffff;
	border: 1px solid #bdbdbd;
}

/* For Product Showcase at main page*/
.body
{
	background: url(../css/img/indexAdWht.png) center no-repeat;
	padding: 0px 8px;
	margin-top:1px;
	vertical-align: top;
	text-align: center;
}

.top
{
	background: url(../css/img/indexAdWht.png) top no-repeat;
}

.bodyblue
{
	background: url(../css/img/indexAdBlue.png) center no-repeat;
	padding: 10px 8px;
}


.cap
{
	background: url(../css/img/indexAdWht.png) bottom no-repeat;
}

a.title, .productsHD a:link.title, .productsHD a:visited.title, .productsHD a:active.title
{
	text-decoration: none;
	display: block;
}

.subHead
{
	font-size: 10px;
}

.price
{
	font-weight: bold;
}

.save
{
	color: #cc0000;
	margin-bottom: 3px;
}

/* End Showcase */

/* CSS for Footer Content*/

#navcontainer ul
{
	display: inline;
	list-style: none;
	list-style-position: inside;
}

#navcontainer li
{
	border-right: 2px solid #B9B9B9;
	padding-right: 10px;
	padding-left: 10px;
}
#navcontainer li .last
{
	border-right: none;
}

#navcontainer ul li
{
	display: inline;
}

#navcontainer li.last
{
	border-right: 0px;
}

#navcontainer ul li a
{
	text-decoration: none;
}

#navcontainer ul li a:visited
{
	color: #0048ff;
}

/* End of CSS for Footer Contents */



/* Start of CSS for Formating Text  */

.smallerText
{
	font-family: Zetta Round, Arial, vardana, Helvetica;
	font-size: smaller;
}
.callbckmsg
{
 font-family: Zetta Round, Arial, vardana, Helvetica;
 color:#336699;
 font-size: 14px;
}

.tollText
{
	font-family: Zetta Round, Arial, vardana, Helvetica;
	font-size: smaller;
	color:#336699;
	font-weight:bold;
}

.techRightHeader
{
	font-family: Zetta Round, Arial, vardana, Helvetica;
	font-size: smaller;
	color:Orange;
	font-weight:bold;
  padding-left:5px;
}
.ocspol
{
	font-family: Zetta Round, Arial, vardana, Helvetica;
	font-size: 12px;
	/* color:Orange;
	font-weight:bold;*/
    padding-left:5px;
}
.ocsfed
{
	font-family: Zetta Round, Arial, vardana, Helvetica;
	font-size: 13px;
	/* color:Orange;*/
	font-weight:bold;
    padding-left:5px;
    color:Gray;
}


.techRightSubHeader
{
	font-family: Zetta Round, Arial, vardana, Helvetica;
	font-size: smaller;
	padding-left:5px;
}


.SmallText
{
	font-family: Zetta Round, Arial, vardana, Helvetica;
	font-size: small;
}

/* End of CSS for Formating Text*.

/* START CSS for Modal Popup*/

.modalBackground
{
	background-color: Olive; /*filter:alpha(opacity=70);*/ /*opacity:0.7;*/
}

.modalPopup
{
	background-color: #ffffdd;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 250px;
}
/*END CSS for Modal Popup*/


.watermark
{
	/*background: #f0f8ff;*/
	color: #3364ad;
}

.waterSmall
{
	font-size: x-small;
	font-family: Zetta Round, Arial, vardana, Helvetica;
}

.login
{
	color: #cc3399;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
}

#UserAvailability
{
	padding-left: 22px;
	background-position: left;
	background-repeat: no-repeat;
}

.taken
{
	background-image: url(img/taken.jpg);
}

.available
{
	background-image: url(img/available.PNG);
}
.menutext
{
	font-size: x-small;
}
.submenutext
{
	font-family: Zetta Round, Arial, vardana, Helvetica;
	font-weight: normal;
	/*color: #114a9f;*/
	color: #666666;
	text-decoration: none;
	font-size: 12px;
}
.alinktech
{
  text-decoration:none;
  color:Orange;
}
.alinktechsub
{
  text-decoration:none;
  color:#000000;
}
.leafnode
{
 display:block;
 text-align:justify;
 width:520px;
 font-size:13px;
 color:#333333;
 background-color:#d4d5d6;
 
}
.brochures
{
 display:block;
 text-align:justify;
 font-size:13px;
 color:#333333;
 text-decoration:none;
 color:#000000;
}
