body{
	font-family:"Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	padding:0px;
	margin:0px;
	color:#555555;
	text-align:center;
	font-size:12px;
}
.notice {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	margin:22px auto 22px;
	padding:10px 0;
	width:80%;
	padding:20px;
	border: 1px solid #e3e3e3;
	background:#FFFBCC;
}

#header, #footer{
	background-color:#464646;
	width:100%;
	height:80px;
}
#footer{
	margin-top:50px;
}
table{
	width:100%;
}
th{
	/*padding:10px 0px;*/
	margin:0px;
	border-bottom:1px solid #C6D9E9;
	border-left:1px solid #C6D9E9;
}
#sub-head{
	padding:10px 0px;
	margin:0px; 
	border-bottom:1px solid #C6D9E9;
	text-align:left;
	background-color:#E4F2FD;
	padding-left: 50px;
	font-size:24px;
}
thead{
	background-color:#E4F2FD;
}
.round{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}
.delete, .update, .link{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	color:white;
	padding:4px 3px;
	cursor:pointer;
}
.delete{
	border:1px solid #D54E21;
	background-color:#D54E21;
}
.update{
	border:1px solid #AAAAAA;
	background-color:#666666;
	margin-right:6px;
}
.link{
	background:#666666 none repeat scroll 0 0;
	border:1px solid #888888;
	color:#BBBBBB;
	margin-left:5px;
}
input[type=text], input[type=password]{
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #C6D9E9;
	height:18px;
	line-height:18px;
	margin-right:2px;
	padding:3px;
	vertical-align:top;
	width:90%;
}
textarea{
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #C6D9E9;
	line-height:18px;
	margin-right:2px;

	vertical-align:top;
	width:95%;
}
h3{
	text-align:left;
	font-size:18px;
	font-weight:bold;
	padding-left: 20px;
}
#help-window, #help-window-2{
	width:540px;
	height:190px;
	position:absolute;
	top:30%;
	left:50%;
	margin-left:-270px;
	border: 2px solid #e3e3e3;
	background:#FFFBCC;
	text-align:left;
	padding:10px;
	display:none;
}
#help-window-2 {
	z-index:9999999;
}
#help-window label{
	display:block;
	margin:10px;
}
#help-window input[type=text]{
	width:98%;
}
#help-window  h3{
	margin-top:0px;
	cursor:pointer;
}
.nobr{
	white-space: nowrap;
}
.full-table th{
	padding:10px 0px;
	margin:0px;
	border:1px solid #C6D9E9;
	text-align:center;
}
.full-table tbody td{
	padding:10px;
}
.lefted tbody td{
	text-align: left;
}
.full-table tbody .selected td{
	background-color:#EEEEEE;
}
.full-table tbody  td{
	border-top:1px solid #CCCCCC;
}
.no-border{
	border:0px !important;
}
.no-border td{
	border:0px !important;
}
.pointer{
cursor:pointer;
}
.cursor td{
	cursor:pointer;
}
.hidden{
	display:none;
}
.margin30{
margin:30px 0px;
}
.yellow{
background:#FFFBCC;
}
.white, .white td{
background-color:white;
}
.editor_textarea{
	width:100%;
	height:100px;
}
#header a, #header a:hover, #header a:visited{
color:white;
font-size:16px;
line-height:65px;
}

#json-options label {
    display:block;
    padding:5px;
    width:150px;
    float:left;
}

.save-icon, .delete-icon, .change-package, .force-user, .pacman-package, .make-feedback-paid {
    width:32px;
    height:32px;
    border:none;
    font-size:0px;
}
.save-icon {
    background:white url('Media/accept_page.png') no-repeat center center;
}
.delete-icon {
    background:white url('Media/delete_page.png') no-repeat center center;
}
.change-package {
    background:white url('Media/refresh.png') no-repeat center center;
}
.force-user {
    background:white url('Media/warning.png') no-repeat center center;
}

.make-feedback-paid {
    background:white url('Media/make_feedback_paid.gif') no-repeat center center;
}
.pacman-package
{
    background:white url('Media/tag_green.png') no-repeat center center;
    visibility:hidden;
    display:inline;
    float:left;
}

.pack-man-el
{
    visibility:hidden;
}


.tip {
	color: #fff;
	width: 172px;
	z-index: 13000;
}

.tip-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	padding: 8px 8px 4px;
	background: url(Media/bubble.png) top left;
}

.tip-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(Media/bubble.png) bottom right;
}


input.DatePicker, #select-date{
	display: block;
	width: 150px;
	padding: 3px 3px 3px 24px;
	border: 1px solid #0070bf;
	font-size: 13px;
	background: #fff url(Media/date.gif) no-repeat top left;
	cursor: pointer;
}
input:focus.DatePicker, input:focus#select-date{
	background: #fffce9 url(Media/datefocus.gif) no-repeat top left;
}
.dp_container{
	position: relative;
	padding: 0;
	z-index: 500;
}
.dp_cal{
	background-color: #fff;
	border: 1px solid #0070bf;
	position: absolute;
	width: 177px;
	top: 24px;
	left: 0;
	margin: 0px 0px 3px 0px;
}
.dp_cal table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.dp_cal select{
	margin: 2px 3px;
	font-size: 11px;
}
.dp_cal select option{
	padding: 1px 3px;
}
.dp_cal th,
.dp_cal td{
	width: 14.2857%;
	text-align: center;
	font-size: 11px;
	padding: 2px 0;
}
.dp_cal th{
	border: solid #aad4f2;
	border-width: 1px 0;
	color: #797774;
	background: #daf2e6;
	font-weight: bold;
}
.dp_cal td{
	cursor: pointer;
}
.dp_cal thead th{
	background: #d9eefc;
}
.dp_cal td.dp_roll{
	color: #000;
	background: #fff6bf;
}
/* must have this for the IE6 select box hiding */
.dp_hide{
	visibility: hidden;
}
.dp_empty{
	background: #eee;
}
.dp_today{
	background: #daf2e6;
}
.dp_selected{
	color: #fff;
	background: #328dcf;
}



div.SexyLightBox_cb {
  margin:0.5em 0;
  margin:auto;
  font-family:Verdana;
}
div.SexyLightBox_cb div.bt {
  background:transparent no-repeat scroll 100% 0;
  height:28px;
  margin:0 0 0 18px;
}
div.SexyLightBox_cb div.bt img {
  float:right;
  border:0px;
  margin:6px 10px;
}

div.SexyLightBox_cb div.bt div {
  background:transparent no-repeat scroll 0 0;
  font-size:0;
  height:28px;
  left:-18px;
  line-height:0;
  position:relative;
  width:18px;
}

div.SexyLightBox_cb div.bt a,div.SexyLightBox_cb div.bt a:hover{
  margin:0px;
  padding:0px;
}

div.SexyLightBox_cb div.bb {
  background:transparent no-repeat scroll 0 43%;
  height:20px;
  margin:0 18px 0 0;
}

div.SexyLightBox_cb div.bb div.innerbb {
  background:transparent no-repeat scroll 100% 43%;
  font-size:0;
  height:20px;
  right:-18px;
  line-height:0;
  position:relative;
  width:100%;
  float:right;
}

div.SexyLightBox_cb div.bbnav, div.SexyLightBox_cb div.bbnav div.innerbb{
  height:52px;
}

div.SexyLightBox_cb div.bbnav {
  background-position:0 100%;
}
div.SexyLightBox_cb div.bbnav div.innerbb{
  background-position:100% 100%;
}

div.SexyLightBox_cb div.i1 {
  border-left: 7px solid #000;
  border-right: 7px solid #000;
}

div.SexyLightBox_cb div.bb div.nav{
  font-size: 11px;
  color: #fff;
  height:30px;
  border-left:0px;
  border-right:0px;
  padding:10px 0px;
  margin:0;
  line-height:11px;
  float:left;
  width:100%;
}

div.SexyLightBox_cb div.nav img{
  border:0px;
}

div.SexyLightBox_cb div.nav strong{
  display: block;
}

div.SexyLightBox_cb div.bb div.nav img.btLeft{
  float: left;
  margin: 0 10px 0 0;
}
div.SexyLightBox_cb div.bb div.nav img.btRight{
  float: right;
  margin: 0 0 0 10px;
  position:relative;
  right:17px;
}


.group-me{
    border:2px solid grey;
    background-color:#e3e3e3;
    padding:10px;
    margin:10px;
    font-weight:bold;
}

#menu {
	text-align:left;
	font-family:arial;
	background-color:#efefef;
	border: 1px solid #343434;		
	padding:10px;
	margin:20px;
	font-size:13px;	
}

#menu input[type="text"] {
	width:100px;
	vertical-align:middle;
	height:18px;
	padding:0px;	
}

input{
	margin: 5px;	
}

#menu a{	
	color:#000000;
	
}

