/* CSS Document */
 
body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg-page.gif);
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #161C22;
}

.content {
	font-family: Arial;
	color: #C8C8C8;
	font-size:12px;
}

.content-title {
	font-family: Arial;
	color: #C8C8C8;
	font-size:12px;
	letter-spacing:1px;
	font-weight:bold;
}
.content-title-orange {
	font-family: Arial;
	color: #E4802E;
	font-size:12px;
	letter-spacing:1px;
	font-weight:bold;
}

.content-link {
	font-family: Arial;
	font-size: 12px;
	color: #C8C8C8;
	text-decoration: underline;
}

.content-link:hover {
	font-family: Arial;
	font-size: 12px;
	color: #E4802E;
	text-decoration: none;
}

.bottom-link{
	font-family: Arial;
	font-size:12px;
	text-decoration:none;
	color: #E4802E;
}

.bottom-link a{
	font-family: Arial;
	font-size:12px;
	text-decoration:none;
	color:#616161;
}

.bottom-link a:hover{
	font-family: Arial;
	font-size:12px;
	text-decoration: underline;
	color:#8C8C8C;
}

.webdesignjini {
	font-family: Arial;
	font-size: 12px;
	color:#616161;
	text-decoration:none;
}

.webdesignjini-links {
	font-family: Arial;
	font-size: 12px;
	color:#616161;
	text-decoration:none;
}

.webdesignjini-links:hover {
	font-family: Arial;
	font-size: 12px;
	color: #8C8C8C;
	text-decoration: underline;
}

.browser{
	padding-right:5px;
}


.quick-contact{
	font-family:Arial;
	font-size:10px;
	color:#C8C8C8;
	text-decoration:none;
}

.txtbox {
	font-family: Arial;
	font-size: 11px;
	color: #C8C8C8;
	text-decoration: none;
	font-weight: normal;
	border: 1px solid #1C2732;
	padding:2px;
	background-color:#161F28;
}

.button {
	font-family: Arial;
	font-size:11px;
	color:#C8C8C8;
	font-weight:bold;
	padding: 3px;
	padding-left: 4px;
	padding-right: 4px;
	background-image:url(images/button.gif);
	background-position: center center;
	background-repeat:repeat-x;
	border: #555555 1px solid;
	margin: 0px;
}
.button:hover {
	font-family: Arial;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	padding: 3px;
	padding-left: 4px;
	padding-right: 4px;
	background-image:url(images/button-over.gif);
	background-position: center center;
	background-repeat:repeat-x;
	border: #E4802E 1px solid;
}

.table-row-bg{
background-color:#1B252F;
}

.table-syllabus {
	font-family: Arial;
	color: #C8C8C8;
	font-size:12px;
	text-decoration: none;
	border-color:#1C2732;
	border-collapse:collapse;
	border-style:solid;
	border-width: 1px;
}

.cell-border-left {
	border-left: 1px #1C2732 solid;
	border-bottom: 1px #1C2732 solid;
	border-right: 1px #1C2732 solid;
}

.cell-border-right {
	border-bottom: 1px #1C2732 solid;
	border-right: 1px #1C2732 solid;
}



.menu {
      display:block;
	  padding-top: 9px;
	  padding-bottom: 11px;
      font-family: Arial;
      color: #c8c8c8;
      font-size:12px;
      text-decoration: none;
	  padding-left: 40px;
	  background: url('images/bullet.gif') no-repeat;
	  background-position: 30px 13px;
}

.menu:hover {
      display:block;
	  padding-top: 9px;
	  padding-bottom: 11px;
      color: #e4802e ;
      text-decoration: none;
	  padding-left: 40px;
	  background: url('images/bullet-over.gif') no-repeat;
	  background-position: 30px 13px;
}

.submenu {
      display: block;
	  padding-top: 9px;
	  padding-bottom: 11px;
      font-family: Arial;
      color: #c8c8c8;
      font-size:12px;
	  text-decoration:none;
	  padding-left: 55px;
	  background: url('images/bullet.gif') no-repeat;
	  background-position: 45px 13px;
}
.submenu:hover {
      display: block;
	  padding-top: 9px;
	  padding-bottom: 11px;
      color: #e4802e;
	  text-decoration: none;
	  padding-left: 55px;
	  background: url('images/bullet-over.gif') no-repeat;
	  background-position: 45px 13px;
}

.seperator {
	background:url(images/dots.gif) no-repeat;
	background-position: center 34px;
}

.hide {
      display: none; 
}

.show {
      display: block;
}
