/** RESET **/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,
h6,pre,form,fieldset,input,p,blockquote,table,
th,td { margin: 0; padding: 0; }
fieldset,img,abbr { border: 0; }
address,caption,cite,code,dfn,h1,h2,h3,
h4,h5,h6,th,var { font-style: normal; font-weight: normal; }
caption { text-align: left; }
q:before,q:after { content: ''; }
a { text-decoration: none; }
body {
	font-size: 12px;
	background: #fff;
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	line-height: 22px;
	color: #555;
}
* { margin:0; padding:0; }


/** CLEAR FIX **/
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.clearfix { display: inline-block; clear: both }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

.global { width: 100%;  }
* html .global { margin: 0; }

a, a:visited { color: #369CDA; }
a:hover, a:active { text-decoration: underline; }

ul { list-style-image: none; list-style-position: outside; list-style-type: none; }

p { margin-bottom: 15px; }

/** BUTTONS **/
.button {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	border: medium none;
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	height: 27px;
	overflow: visible;
	padding: 0 0 0 3px;
	text-shadow: .5px .5px 0 #000;
	white-space: nowrap;
}

a.button, a:visited.button  { color: #FFF; }
a:hover.button, a:active.button  { text-decoration: none; color: #FFF; }

.button span {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	display: block;
	position: relative;
	height: 27px;
	line-height: 24px;
	padding: 0 15px;
}
* html a.button span { width: 125px; }

.button::-moz-focus-inner /* fix default firefox padding */ {  
     padding: 0;  
     border: none;  
 }

.button_green { background: transparent url(/media/images/buttons/buttons.gif) no-repeat scroll 0 0; }
.button_green span { background:transparent url(/media/images/buttons/buttons.gif) no-repeat scroll 100% 0; }

.button_blue { background: transparent url(/media/images/buttons/buttons.gif) no-repeat scroll 0 -36px; }
.button_blue span { background:transparent url(/media/images/buttons/buttons.gif) no-repeat scroll 100% -36px; }

.button_red { background: transparent url(/media/images/buttons/buttons.gif) no-repeat scroll 0 -72px; }
.button_red span { background:transparent url(/media/images/buttons/buttons.gif) no-repeat scroll 100% -72px; }

/** ICON BUTTONS **/
.icon { 
	padding: 7px 12px 7px 23px; 
	background-position: 4px 6px; 
	background-repeat: no-repeat; 
	background-attachment: scroll; 
	background-repeat: no-repeat;
	background-color: transparent;
	display: inline;
	background-color: #EFEFEF;
	color: #333333;
	border: 1px solid #3C3C3C;
}
input[type="button"].icon { background-position: 4px 5px; padding:5px 12px 5px 23px; }
a.icon { color: #000; text-decoration: none; font-size: 11px; }
.icon_no-text { padding-left: 12px; }

.icon_add { background-image: url(/media/images/icons/add.png); }
.icon_application { background-image: url(/media/images/icons/application.png); }
.icon_application-cascade { background-image: url(/media/images/icons/application_cascade.png); }
.icon_application-edit { background-image: url(/media/images/icons/application_edit.png); }
.icon_application-link { background-image: url(/media/images/icons/application_link.png); }
.icon_chart-bar { background-image: url(/media/images/icons/chart_bar.png); }
.icon_cross { background-image: url(/media/images/icons/cross.png); }
.icon_printer { background-image: url(/media/images/icons/printer.png); }


/** HEADERS **/
h1 { font-size: 24px; margin-bottom: 20px; }
h4, .application h2 { 
	border-bottom: 1px dotted #DDDDDD;
	color: #95928B;
	font-weight: normal;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 12px;
}

/** TABLES **/
.table { border-bottom: 1px solid #3C3C3C; margin-bottom: 35px; border-collapse: collapse; }
.table td, 
	.table .header th { white-space: nowrap; padding: 0 10px 0 5px; height: 25px; }
.table td { border-top: 1px solid #DFDFDF; }
.table .header th { background-color: #EFEFEF; font-size: 10px; }
.table .footer td { background-color: #EFEFEF; font-weight: bold; border-top: 1px solid #3C3C3C; }

/** PAGINATION **/
.pagination { border-top: 1px dotted #DDDDDD; margin-top: 20px; padding: 10px; }
.pagination li {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	background: #FFFFFF none repeat scroll 0 0;
	display: inline;
	font-size: 12px;
	font-weight: bold;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.pagination a {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	background: #FFFFFF none repeat scroll 0 0;
	border: 2px solid #EEEEEE;
	display: block;
	margin-right: 3px;
}
.pagination a:link, .pagination a:visited {
	color: #666666;
	float: left;
	padding: 1px 8px;
	text-decoration: none;
}
.pagination a:hover {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: #727272 none repeat scroll 0 0;
	border: 2px solid #727272;
	color: #FFF;
}
.pagination .active {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: #9AC924 none repeat scroll 0 0;
	border: 2px solid #9AC924;
	color: #FFFFFF;
	display: block;
	float: left;
	font-weight: bold;
	margin-right: 3px;
	padding: 1px 8px;
}
.pagination .dots {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: transparent none repeat scroll 0 0;
    float: left;
    font-weight: bold;
    margin-right: 2px;
    padding: 10px 5px;
}

/** ALERTS **/
.alerts { background-color: #FBE1E3; border: 1px solid #DD3C10; padding: 8px; margin: 5px 0 15px; color: #000; }
.warning { background-color: #FFFABF; border: 1px solid #DD3C10; padding: 8px; margin: 5px 0 15px; color: #000; }
.success { background-color: #D2EFA4; border: 1px solid #7AAB2C; padding: 8px; margin: 5px 0 15px; color: #000; }
.note { margin-top: 15px; font-weight: bold; font-size: 10px; }

/** FORMS **/
.form { 
    width: 500px;
    padding: 5px 2px;
    margin-top: 20px;
}
.form form {
    background-color: #F3FAFF;
    border-bottom: 3px solid #A1DBFF;
    border-top: 3px solid #A1DBFF;
    padding: 4px 4px 15px 4px;
}
.form .message { font-weight: bold; margin-bottom: 20px; padding: 5px 10px; }
.form .field_wrapper { border-bottom: 1px solid #DFDFDF; margin-bottom: 3px; }
.form .field { padding:7px; }
.form .field label {
    margin: 0.3em 25px 0 0;
    width: 40%;
    display: block;
    float: left;
    line-height: 100%;
    padding: 0;
    position: relative;
    text-align: right;
}
.form .button { float: right; margin: 25px 10px 0 0; }
.form .button_left { float: left; margin:25px 0 0 10px; }
.form .errorlist { color: #DD3C10; text-align: right; font-size: 11px; padding-right: 7px; }
.form .errors label { color: #DD3C10; font-weight: bold; }
.form .help_text { font-size: 11px; }

.form .field ul { float: left; margin-bottom: 3px; width: 300px; }
.form .field li { width: 100%;}
.form .field ul label { text-align: left; font-weight: normal; color: #555555; }

/* form_clean */
.form_clean { margin: 0; }
.form_clean form p { margin: 5px 0; border-bottom: 1px solid #DFDFDF; padding: 7px 0; }
.form_clean form label { float: left; width: 20%;  }
.form_clean form .errorlist {
	color: #DD3C10;
	font-size: 11px;
	padding-right: 7px;
	text-align: left;
}

/** CONTENT **/
#content { width: 960px; margin: 0 auto; }

/** HEADER **/
.beta { 
	color: #FFFFFF;
	font-size: 11px;
	left: 143px;
	position: absolute;
	top: 2px; 
}

#header { margin: 0 0 15px; background-color: #369CDA; height: 39px; font-family: 'helvetica','arial',sans-serif; }
#header .logo { width: 225px; float: left; background-color: #3C3C3C; padding-left: 10px; }

#header .nav_links li { 
	display: inline; 
	font-size: 14px;
	margin: 0;
	padding: 0;
	text-align: center; 
}
#header .nav_links li {  float: left; margin-right: 10px; }
#header .nav_links li a, .nav_links li a:visited {
	background-color: #369CDA;
	text-decoration: none;
	color: #FFF;
	display: inline; 
	position: relative;
	top: 8px;
	padding: 12px 15px;
}
#header .nav_links li a:hover { background-color: #63b7ec; }

#header .nav_utils { float: right; margin: 7px 25px 0 0 }
#header .nav_utils a, 
	#header .nav_utils a:visited { color: #FFF; margin-left: 2px; font-size: 11px; }
#header .nav_utils a:hover, 
	#header .nav_utils a:active { text-decoration: underline; }

/** FOOTER **/
#footer { 
	width: 100%; 
	margin-top: 40px; 
	background-color: #3C3C3C; 
	padding: 20px 0 30px; 
	clear: both; 
	font-size: 12px; 
	font-family: Arial,Helvetica,sans-serif;
	height: 120px;
	line-height: 16px;
	overflow:hidden;
}
#footer ul { list-style-image: none; list-style-position: outside; list-style-type: none; }
#footer a, 
	#footer a:visited { font-size: 10px; color: #CCC; font-weight: normal; }
#footer a:hover, 
	#footer a:active { text-decoration: underline; }
#footer .footer_container { margin: 0 auto; width: 960px; text-align: left; color: #727272; }
#footer dl { float: left; width: 370px; height: 90px; }
#footer ul { float: left; height: 90px; margin: 2px 0 0 39px; font-weight: bold; }

/** HOME **/
.home h1 {
    text-align: center;
    font-size: 39px;
    color: #3C3C3C;
    line-height: 36px;
    font-weight: bold;
    xbackground: transparent url(/media/images/home/diagram.jpg) no-repeat scroll 97% 0; 
    xpadding: 35px 210px 0 0;
    xheight: 143px;
    font-family: arial;
    margin: 40px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #369CDA;
}
.home h1 div { font-size: 28px; font-weight: normal; }

.home .intro .section { 
	width: 440px; 
	background-color: #EFEFEF; 
	border: 1px solid #CCC; 
	padding: 4px 8px; 
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px; 
}
.home .intro h2 { font-weight: bold; text-align: center; margin-bottom: 20px; color: #369CDA; color: #FFF; padding: 4px }
.home .intro .creators { float: right; border-color: #115F8F; }
.home .intro .consumers { float: left; border-color: #5BA944; }
.home .intro .creators h2 { background-color: #115F8F; }
.home .intro .consumers h2 { background-color: #5BA944; }

.home .intro .feature { clear: both; min-height: 115px; }
.home .intro .feature a { color: #369CDA; }
.home .intro .feature img { float: left; height: 64px; width: 64px; border: none; }
.home .intro .feature h3 { font-weight: bold;  margin-left: 75px; font-size: 14px; }
.home .intro .feature p { margin-left: 75px; }
.home .intro .link { font-size: 14px; text-align: center; font-weight: bold; margin-top: 15px; }

.home .columns { margin-top: 50px; }
.home .columns .section { width: 440px; padding: 4px 8px; font-size: 11px; }
.home .columns .section a:hover,
	.home .columns .section a:active { text-decoration: underline; }
.home .columns .see_more { font-weight:bold; font-size: 13px; }
.home .columns .applications { float: left; }
.home .columns .applications ul { list-style-type: none; margin-bottom: 18px; }
.home .columns .blog { float: right; }

.home .columns .blog .blog_entry { margin-bottom: 20px; }
.home .columns .blog .blog_entry p { margin-top: 5px; }
.home .columns .blog .blog_entry .date { color: #BFBFBF; }
.home .columns .blog .blog_entry .date a { margin-left: 8px; }

/** APPLICATION **/
.application h2 { margin-top: 40px; }
.application .byline { margin-top: 10px; }
.application .byline a { font-weight: bold; }
.application .license { margin: 6px 0; }
.application .license .button { width: 150px; text-align: center; }
.application .license a.view_license, 
    .application .license .a:hover.view_license,
    .application .license .a:active.view_license,
    .application .license .a:visited.view_license { text-decoration: none; color: #555555; }
.application .specifications table .subject { width: 250px; font-weight: bold; }

.license_viewer #text { overflow: auto; }

/** CHECKOUT **/
.checkout h4 { margin-top: 30px }
.checkout .summary .price { margin-left: 20px; }

/** REGISTER **/
.register .form { width: 650px; }
.register .form .field label { width: 40%; }

/** UPLOAD **/
.upload .form { width: 100%; }
.upload h2 {
    font-size: 14px;
    width: 100%; 
    background-color: #3C3C3C; 
    color: #FFF; 
    text-align: center; 
    padding: 7px 0; 
}
.upload .license .field li { float: left; }
.upload .license .field ul label { width: 100%; }
.upload .add_license { text-align: right; margin-right: 10px; }

.upload .upload_note { font-size: 11px; line-height: 15px; background-color: #efefef; padding: 4px 8px; }
.upload .upload_note li { list-style-type: disc; margin-left: 30px; }
.upload .upload_note .header { font-size: 13px; }
.upload .upload_note .star { font-size: 9px; margin-left: 18px; }
.upload .upload_note .action { text-align: center; }

/** MANAGE FILES **/
.manage_files p { margin: 10px 0; font-size: 14px; }
.manage_files .created { padding: 10px; }
.manage_files .created .link { background-color: #3C3C3C; padding: 10px; }
.manage_files .created .link a { color: #FFF; font-size: 16px; }
.manage_files iframe { margin: 10px 0; padding: 0; overflow: hidden; }
.manage_files #uploaders { margin-top: 5px; }

/** DASHBOARD **/
.dashboard h4 { margin: 20px 0 3px 0; }

/** LICENSE MANAGER **/
/** APPLICATION MANAGER **/
.license_manager .create_license,
    .application_manager .upload_application { margin-bottom: 20px; }

/* MANAGER LIST TABLE **/
.manager_list { width: 100%; }
.manager_list td { padding: 12px 2px; border-bottom: 1px solid #DFDFDF; }
.manager_list .utils { text-align: right; }
.manager_list th { padding: 12px 2px; color: #000; font-weight: bold; border-bottom: 1px solid #555555; }

/** LICENSE EDITOR **/
.license_editor .form { width: 100%; }
.license_editor .form label { width: 20%; }
.license_editor .form #id_text { width: 75%; height: 300px; }
.license_editor .form #id_name { width: 55%; }

/** REPORTS **/
.reports .columns .side_bar { float: left; width: 200px; }
.reports .columns .side_bar h2 { margin: 0 25px 10px 0; border-bottom: 1px solid #555555; padding: 0 10px 3px 0; }
.reports .columns .content { float: left; width: 725px; margin-left: 20px; }

.reports .chart { margin: 20px 0 50px; }

.reports .data { font-size: 14px; color: #000; border-top: 3px solid #3C3C3C; width: 100%; }
.reports .data td { background-color: #EFEFEF; padding: 5px; white-space: nowrap; }
.reports .data .odd td{ background-color: #DFDFDF; }

.reports .licensers .table { font-size: 10px; }
.reports .licensers .table td { height: 40px; }

/** TTO **/
.tto .table td { padding: 10px 10px 10px 5px; }