body, img, p, form, ul {
	margin:0;
	padding:0;
	border:0;
}
	
body {
	text-align:left;
	font: 11px Verdana,sans-serif;
	color: #333;
}

a, a:link, a:visited, a:hover, a:active {
	color:#005f9b; 
	text-decoration:none;
	outline: none;
}
 a.textlink {
 	text-decoration: underline;
}

:focus { -moz-outline-style:none; }  /* remove dotted lines in firefox */

ul {list-style:none;}

select,textarea,input.text,select.text {
	border:1px solid #999;
}


/* general use classes */
.left {
	float:left !important;
}

.right {
	float:right !important;
}

.clear {
	clear:both;
}

.hide {
	display:none !important;
}

.center {
	text-align:center;
}

.row {
	clear:both;
	margin:10px 0;
}

.sub-text {
	font-size:11px;
	color:#999;
	font-weight:bold;
}

.grey-sub-text {
	font-size:10px;
	line-height: normal;
	color:#999;
}

.helpBox {
	position:absolute;
	right:50px;
	top:29px;
	width:250px;
	background-color: transparent;
	display:none;
	z-index:11500;
}

.helpBox .helpBoxHeader {
	background: url(/images/help_header.gif) no-repeat;
	display: block;
	width: 250px;
	height: 28px;
	position: relative;
	top: 21px;
}

.helpBox .helpBoxBody {
	background: url(/images/help_body.gif) repeat-y;
	display: block;
	width: 250px;
}

.helpBox .helpBoxText {
	background: url(/images/help_footer.gif) 0px 100% no-repeat;
	position: relative;
	top: 3px;
	width: 250px;
	padding: 0 10px;
}

.helpBox .helpBoxTextContent {
	width: 230px;
	padding-bottom: 10px;
}

.helpBox .helpBoxTextContent p {
	margin-bottom: 0.5em;
}

#licenseinfodialog .x-panel-collapsed {
	padding: 0px;
	margin: 0px;
}

#currlicensepanel, #archlicensespanel, #licensedisclpanel {
	margin-top: 7px;
}

#licenseinfodialog #licenseslist {
	background-color: #FFFFFF;
	border: 1px solid #999;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 2px;
	height: 60px;
}

/* temporary styles as long as ExtJs-markup buttons are hardcorded */
/* note: copy in activites.css */
.lp-edit-btn { height: 18px; width: 210px; margin: 2px auto; }
.ext-ie6 .lp-edit-btn { width: 216px; }
.lp-edit-btn a.z-btn { float: left; text-decoration: none !important;}
.lp-edit-btn a.z-btn:first-child { margin: 0; }

/* workaround for freezed buttons. see #0026976 */

.ext-ie .lp-edit-btn .z-btn {
	min-width: 100px;
	position: static;
}

.ext-ie .lp-edit-btn .z-btn .z-btn-l {
	position: static;
	padding-left: 5px;
}

.ext-ie .lp-edit-btn .z-btn .z-btn-r {
	position: static;
	padding-right: 5px;
}

.ext-ie .lp-edit-btn .z-btn .z-btn-b {
	position: static;
	margin: 0 -5px
}

.ext-ie .lp-edit-btn .z-btn .z-btn-txt {
	position: static;
}

#helpVideoWindow .x-toolbar-layout-ct .x-panel .x-form-cb-label { margin: 0px !important; }
.ext-gecko #helpVideoWindow .x-toolbar-layout-ct .x-panel label { margin-top: 11px; }
.ext-ie #helpVideoWindow .x-toolbar-layout-ct .x-panel label { line-height: 20px; }
/* necessary fix for shifted text-fields in IE 6/7, especially for Youtube Dialog (see #0025849)
 * TODO find reason for this. the error was fixed for all other components.
 */
.ext-ie6 #helpVideoWindow .x-form-field, .ext-ie7 #helpVideoWindow .x-form-field {
	top: -1px !important;
}

.ext-gecko #helpVideoWindow .x-window-bl { visibility:hidden; }

