/***** css/default.css START *****/


﻿@charset "utf-8";/* CSS Document */
/* ---------------------------------------------------------
	
	* Filename:				default.css
	* Description: 			sets typography, basic grids, 
							and standard formstyles
	* Version:				1.0.0 (2012-06-16)
	* Author:				Ryan Martinez
	
	== INDEX ===============================================
	
	$__generic classes		classes used globally, should be at bottom to prevent semantic inheritance
	
------------------------------------------------------------*/
/*-------------------------------------*/
/* RESET */
/*-------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{
display: block;}

ol, ul{
list-style: none;}

blockquote, q{
quotes: none;}

blockquote:before, blockquote:after,
q:before, q:after{
   content: '';   content: none;}

html, button, input, select, textarea{
font-family: sans-serif;color: #222;}

/*
* Remove text-shadow in selection highlight: h5bp.com/i
* These selection declarations have to be separate
* Also: hot pink! (or customize the background color to match your design)
*/

::-moz-selection{
background: rgba(2,139,255,1); /* blue */
color: #fff;text-shadow: none;}

::selection{
background: rgba(2,139,255,1); /* blue */
color: #fff;text-shadow: none;}

/* Improve readability of pre-formatted text in all browsers */
pre{
white-space: pre;white-space: pre-wrap;word-wrap: break-word;}

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup{
font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}

sup{
top: -0.5em;}

sub{
bottom: -0.25em;}

body{
color: #444;font-size: 12px;line-height: 18px;font-family: Arial, Helvetica, sans-serif;-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
-webkit-text-size-adjust: 100%;}

/*-------------------------------------*/
/* HEADER STYLES */
/*-------------------------------------*/

h1, h2, h3, h4, h5, h6{
display: block;color: #333;font-family: Arial, Helvetica, sans-serif;font-weight: bold;}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
   font-weight: inherit;}

h1{
font-size: 38px;line-height: 54px;letter-spacing: normal;margin-top: 8px;margin-bottom: 10px;}

h2{
font-size: 32px;line-height: 36px;letter-spacing: normal;margin-top: 8px;margin-bottom: 10px;}

h3{
font-size: 28px;line-height: 36px;letter-spacing: normal;margin-top: 8px;margin-bottom: 10px;}

h4{
font-size: 22px;line-height: 36px;letter-spacing: normal;}

h5{
font-size: 16px;line-height: 18px;letter-spacing: normal;}

h6{
font-size: 14px;line-height: 18px;letter-spacing: normal;}

/* Module titles */
.Head{
display: inline-block;margin-bottom: 6px;}

/* Some old forge modules use .Head, .SubHead, .SubSubHead in table td, We keep this to be compatible */
td.Head, td.SubHead, td.SubSubHead{
display: table-cell;margin-bottom: 0;}

input[type="image"] + span.Head, input[type="image"] + span.SubHead{
display: inline;}

/*-------------------------------------*/
/* PARAGRAPH STYLES */
/*-------------------------------------*/
p{
margin: 0 0 18px 0;}
/* margin bottom is equal to line-height */
p img{
   margin: 0;}

em, i{
font-style: italic;}

strong, b{
font-weight: bold;}

small{
font-size: 80%;}

/* Set text size in modules*/
.Normal,
.NormalDisabled,
.NormalDeleted{
color: #444;font-size: 12px;font-weight: normal;line-height: 18px;}

/* disabled text styles */
.NormalDisabled,
.NormalDeleted{
color: #999;}

/* text style used for help text rendered by modules */
.Help{
padding: 2px;border: #000 1px solid;background-color: #ff9;font-weight: normal;font-size: 11px;color: #000;}
/* text style used for rendered text which requires emphasis */
.NormalBold{
font-weight: bold;color: #222;}

/* text style used for error messages */
.NormalRed{
font-weight: bold;color: red;}

/* text style used for rendered text which should appear deleted */
.NormalDeleted{
text-decoration: line-through;}

/*	Blockquotes  */
blockquote, blockquote p{
font-size: 17px;line-height: 24px;color: #777;font-style: italic;}

blockquote{
margin: 0 0 20px;padding: 9px 20px 0 19px;border-left: 1px solid #ddd;}

blockquote cite{
   display: block;   font-size: 12px;   color: #555;}

   blockquote cite:before{
  content: "\2014 \0020";   }

   blockquote cite a, blockquote cite a:visited, blockquote cite a:visited{
  color: #555;   }

hr{
clear: both;margin: 17px 0 17px;height: 0;border: solid #ddd;border-width: 1px 0 0;}

/*-------------------------------------*/
/* ANCHOR STYLES */
/*-------------------------------------*/
a, a:visited{
color: rgb(2,139,255); /*blue*/
text-decoration: underline;outline: 0;}

a:hover, a:focus, a:active{
   color: #222;   outline: 0;}

p a, p a:visited{
line-height: inherit;}

/*-------------------------------------*/
/* IMAGE STYLES */
/*-------------------------------------*/
img.dnn-scale-img{
max-width: 100%;height: auto;}

img{
border: 0;-ms-interpolation-mode: bicubic;vertical-align: middle;}

#dnn_dnnLOGO_imgLogo{
border: 0;}

/*-------------------------------------*/
/* lIST STYLES */
/*-------------------------------------*/
ul, ol{
margin-bottom: 18px;margin-left: 18px;}

ul{
list-style: square outside;}

ol{
list-style: decimal;}

/* Nested Styles */
ul ul, ul ol,
ol ol, ol ul{
   margin-left: 18px;   margin-bottom: 0;}

ol ol{
   list-style: lower-roman;}

li p{
line-height: 18px;}

/*-------------------------------------*/
/* MESSAGE STYLES */
/*-------------------------------------*/
.dnnFormMessage{
display: block;padding: 17px 18px;margin-bottom: 18px;border: 1px solid rgba(2,139,255,0.2); /* blue */
background: rgba(2,139,255,0.15); /* blue */
-webkit-border-radius: 3px;border-radius: 3px;max-width: 980px;}

.dnnFormMessage.dnnFormError,
.dnnFormMessage.dnnFormValidationSummary{
   background-color: rgba(255,0,0,0.15); /* red */
   border-color: rgba(255,0,0,0.2); /* red */
}

.dnnFormMessage.dnnFormWarning{
   background-color: rgba(255,255,0,0.15); /* yellow */
   border-color: #CDB21F; /* yellow */
}

.dnnFormMessage.dnnFormSuccess{
   background-color: rgba(0,255,0,0.15); /* green */
   border-color: rgba(0,255,0,0.5); /* green */
}

/*-------------------------------------*/
/* TABLE STYLES */
/*-------------------------------------*/
.dnnTableHeader{
display: block;padding: 15px;background: none repeat scroll 0 0 #E3E3E5;}
.dnnTableHeader a,
.dnnTableHeader input, 
.dnnTableHeader select{
margin: 0;}
.dnnTableDisplay{
margin-bottom: 18px;border: 1px solid #d1d1d1;border-left: 0;border-bottom: 0;}

.dnnTableDisplay td, .dnnTableDisplay th{
   padding: 5px 9px;   border-bottom: 1px solid #d1d1d1;}

.dnnTableDisplay th{
   padding: 0;   border-left: 1px solid #d1d1d1;   -webkit-box-shadow: 1px 0px 0px 0px rgba(255, 255, 255, 0.9);   box-shadow: 1px 0px 0px 0px rgba(255, 255, 255, 0.9);}

   .dnnTableDisplay th > span,
   .dnnTableDisplay th > a{
  display: block;  padding: 5px 9px;   }

.dnnTableDisplay td:first-child{
   border-left: 1px solid #cfcfcf;}

.dnnTableDisplay label{
   display: inline;   padding-left: 5px;}

.dnnTableDisplay caption{
   display: none;}

/* thead styles */
.dnnTableDisplay th{
   background: -moz-linear-gradient(top, #f5f5f5 0%, #dfdfdf 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#dfdfdf)); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top, #f5f5f5 0%,#dfdfdf 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top, #f5f5f5 0%,#dfdfdf 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top, #f5f5f5 0%,#dfdfdf 100%); /* IE10+ */
   background: linear-gradient(top, #f5f5f5 0%,#dfdfdf 100%); /* W3C */
   text-align: left;   text-shadow: 1px 1px 0px rgba(255,255,255,0.8);   color: #333;}

   .dnnTableDisplay th a, .dnnTableDisplay th label{
  font-weight: normal;  color: #333;  text-decoration: none;   }

   .dnnTableDisplay th a{
  padding: 8px 9px;   }

  .dnnTableDisplay th a:hover{
 background: #fefefe; /* Old browsers */
 background: -moz-linear-gradient(top, #fefefe 0%, #e8e8e8 100%); /* FF3.6+ */
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
 background: -webkit-linear-gradient(top, #fefefe 0%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
 background: -o-linear-gradient(top, #fefefe 0%,#e8e8e8 100%); /* Opera 11.10+ */
 background: -ms-linear-gradient(top, #fefefe 0%,#e8e8e8 100%); /* IE10+ */
 background: linear-gradient(top, #fefefe 0%,#e8e8e8 100%); /* W3C */
 color: #333;  }

  .dnnTableDisplay th a:active{
 border-color: #999; background: #c6c6c6; /* Old browsers */
 background: -moz-linear-gradient(top, #c6c6c6 0%, #f3f3f3 100%); /* FF3.6+ */
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c6c6c6), color-stop(100%,#f3f3f3)); /* Chrome,Safari4+ */
 background: -webkit-linear-gradient(top, #c6c6c6 0%,#f3f3f3 100%); /* Chrome10+,Safari5.1+ */
 background: -o-linear-gradient(top, #c6c6c6 0%,#f3f3f3 100%); /* Opera 11.10+ */
 background: -ms-linear-gradient(top, #c6c6c6 0%,#f3f3f3 100%); /* IE10+ */
 background: linear-gradient(top, #c6c6c6 0%,#f3f3f3 100%); /* W3C */
 -webkit-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3); box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3);  }
/* tbody styles */
.dnnTableDisplay tr:nth-child(2n) td{
   background: rgba(0,0,0,0.04);}

.dnnTableDisplay tr:hover td{
   background: rgba(2,139,255,0.15); /* blue */
}

/* tfooter styles */
.dnnTableDisplay tfoot tr:hover td{
   background: none;}

/* table filter styles */
.dnnTableFilter{
margin-bottom: 18px;background: rgba(0,0,0,0.04);}

.dnnTableFilter .dnnTableDisplay{
   margin-bottom: 0;}

.dnnFilterSet{
padding: 18px;}

.dnnFilterSet label{
   display: inline-block;}

.dnnFilterSet input,
.dnnFilterSet select{
   display: inline-block;   margin: 0 5px;}

/* table filter vertical styles */
.verticalFilter .dnnFilterSet{
float: left;width: 20%;padding: 2% 18px;}

.verticalFilter .dnnTableDisplay{
float: right;width: 75%;}

.verticalFilter input[type=search], .verticalFilter select, .verticalFilter input[type=text]{
margin: 0;width: 100%;box-sizing: border-box;-moz-box-sizing: border-box; /* Firefox */
-webkit-box-sizing: border-box; /* Safari */
}

/*-------------------------------------*/
/* PAGINATION & RESULT STYLES */
/*-------------------------------------*/
.dnnResults{
float: left;margin-bottom: 0;}

.dnnPagination{
float: right;margin: 0;padding: 0;}

.dnnPagination li{
   float: left;   list-style: none;}

   .dnnPagination li a, .dnnPagination li span{
  display: inline-block;  padding: 0 5px;  text-decoration: none;  color: #333;   }

  .dnnPagination li a:hover{
 text-decoration: underline; color: #222;  }

   .dnnPagination li span{
  color: #222;  text-decoration: underline;   }

/*-------------------------------------*/
/* FORM STYLES */
/*-------------------------------------*/

.dnnFormItem input[type="text"],
.dnnFormItem select,
.dnnFormItem textarea,
.dnnFormItem input[type="email"],
.dnnFormItem input[type="search"],
.dnnFormItem input[type="password"]{
margin-bottom: 18px;padding: 8px;background: #ffffff;border: 1px solid #c9c9c9;-webkit-border-radius: 3px;border-radius: 3px;-webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);color: #333;font-size: 12px;}

.dnnFormItem input.aspNetDisabled,
.dnnFormItem textarea.aspNetDisabled{
   background: #ebebeb;   -moz-box-shadow: none;   -webkit-box-shadow: none;   box-shadow: none;   border-color: #a7a7a7;   border-width: 1px;}

.aspNetDisabled, a.aspNetDisabled,
.dnnDisabled, a.dnnDisabled{
color: #ccc;cursor: not-allowed;text-decoration: none;}

/* Active and Focus States */
.dnnFormItem input[type="text"]:active, .dnnFormItem input[type="text"]:focus,
.dnnFormItem input[type="password"]:focus, .dnnFormItem input[type="password"]:active,
.dnnFormItem input[type="email"]:active, .dnnFormItem input[type="email"]:focus,
.dnnFormItem select:active, .dnnFormItem select:focus,
.dnnFormItem textarea:active, .dnnFormItem textarea:focus,
.dnnFormItem input[type="search"]:active, .dnnFormItem input[type="search"]:focus{
background: #fff;border: 1px solid rgba(2,139,255,0.5); /* blue */
-webkit-box-shadow: 0px 0px 3px 0px rgba(2, 139, 255, 0.4);box-shadow: 0px 0px 3px 0px rgba(2, 139, 255, 0.4);color: #333;}
/* Required Fields */
.required label:after,
legend.required:after{
display: inline-block;margin-top: -2px;margin-left: 9px;padding: 1px 9px;border: 1px solid rgba(0,0,0,0.1);border-radius: 3px;-webkit-border-radius: 3px;background: rgba(0,0,0,0.03);content: 'Required';font-weight: normal;font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;font-size: 11px;font-style: italic;color: #777;}

/* Error Styles */
.error label, legend.error{
color: rgba(255,0,0,0.9); /* opaque red*/
}

.error input[type="text"],
.error select, .error textarea,
.error input[type="email"],
.error input[type="search"]{
border: 1px solid rgba(255,0,0,0.6); /* opaque red*/
color: rgba(255,0,0,0.7); /* opaque red*/
}

/*
	 * 1. Display hand cursor for clickable form elements
	 * 2. Allow styling of clickable form elements in iOS
	 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
	 */

.dnnFormItem button, .dnnFormItem input[type="button"],
.dnnFormItem input[type="reset"],
.dnnFormItem input[type="submit"],
.dnnPrimaryAction,
.dnnSecondaryAction,
.dnnTertiaryAction,
ul.dnnAdminTabNav li a,
.dnnLogin .LoginTabGroup span{
display: inline-block;padding: 9px 9px;margin-bottom: 9px;cursor: pointer;min-width: 75px;*overflow: visible;border: 1px solid #c2c2c2;background: #eaeaea;-webkit-border-radius: 3px;border-radius: 3px;color: #333;font-weight: bold;text-decoration: none;text-align: center;}

.dnnFormItem button, .dnnFormItem input[type="button"],
.dnnFormItem input[type="reset"],
.dnnFormItem input[type="submit"],
.dnnPrimaryAction,
.dnnSecondaryAction,
.dnnTertiaryAction{
padding: 6px 6px;}

/* Primary Action */

.dnnPrimaryAction, .dnnFormItem input[type="submit"], a.dnnPrimaryAction{
border-color: #0D569E; /*dark blue*/
background: #3792ED;background: -moz-linear-gradient(top, #358eea 0%, #2170cd 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#358eea), color-stop(100%,#2170cd)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #358eea 0%,#2170cd 100%); /* Chrome10+,Safari5.1+ */
background: linear-gradient(top, #358eea 0%,#2170cd 100%); /* W3C */
-webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.6), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.6), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);color: #efefef;text-shadow: 0px -1px 0px #185B93;}

.dnnPrimaryAction:hover, .dnnFormItem input[type="submit"]:hover, a.dnnPrimaryAction:hover{
   border-color: #0D569E;   background: #6cb6f3; /* Old browsers */
   background: -moz-linear-gradient(top, #6cb6f3 0%, #4387d2 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6cb6f3), color-stop(100%,#4387d2)); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top, #6cb6f3 0%,#4387d2 100%); /* Chrome10+,Safari5.1+ */
   background: linear-gradient(top, #6cb6f3 0%,#4387d2 100%); /* W3C */
   color: #fff;}

.dnnPrimaryAction:active, .dnnFormItem input[type="submit"]:active, a.dnnPrimaryAction:active{
   border-color: #0D569E;   background: #1f66be; /* Old browsers */
   background: -moz-linear-gradient(top, #1f66be 0%, #3085e0 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1f66be), color-stop(100%,#3085e0)); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top, #1f66be 0%,#3085e0 100%); /* Chrome10+,Safari5.1+ */
   background: linear-gradient(top, #1f66be 0%,#3085e0 100%); /* W3C */
   -webkit-box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.4);   box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.4);   color: #fff;}

.dnnPrimaryAction[disabled], .dnnPrimaryAction[disabled]:hover, .dnnPrimaryAction[disabled]:active{
   background: #ccc !important;   border: none !important;   -webkit-box-shadow: none !important;   box-shadow: none !important;   color: #aaa !important;   text-shadow: none;}

/* Secondary Action */
.dnnFormItem button, .dnnFormItem input[type="button"],
.dnnFormItem input[type="reset"],
.dnnSecondaryAction,
a.dnnSecondaryAction,
ul.dnnAdminTabNav li a,
.dnnLogin .LoginTabGroup span{
background: #f5f5f5; /* Old browsers */
background: -moz-linear-gradient(top, #f5f5f5 0%, #dfdfdf 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#dfdfdf)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f5f5f5 0%,#dfdfdf 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f5f5f5 0%,#dfdfdf 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f5f5f5 0%,#dfdfdf 100%); /* IE10+ */
background: linear-gradient(top, #f5f5f5 0%,#dfdfdf 100%); /* W3C */
-webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.4), inset 0px 1px 0px 0px rgba(255, 255, 255, 1);box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.4), inset 0px 1px 0px 0px rgba(255, 255, 255, 1);text-shadow: 0px 1px 0px #ffffff;color: #333;}

.dnnFormItem button:hover, .dnnFormItem input[type="button"]:hover,
.dnnFormItem input[type="reset"]:hover,
.dnnSecondaryAction:hover,
a.dnnSecondaryAction:hover,
ul.dnnAdminTabNav li a:hover,
.dnnLogin .LoginTabGroup span:hover{
   background: #fefefe; /* Old browsers */
   background: -moz-linear-gradient(top, #fefefe 0%, #e8e8e8 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top, #fefefe 0%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top, #fefefe 0%,#e8e8e8 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top, #fefefe 0%,#e8e8e8 100%); /* IE10+ */
   background: linear-gradient(top, #fefefe 0%,#e8e8e8 100%); /* W3C */
   color: #555;}

.dnnFormItem button:active,
.dnnFormItem input[type="button"]:active,
.dnnFormItem input[type="reset"]:active,
.dnnFormItem input[type="reset"]:active,
.dnnSecondaryAction:active,
a.dnnSecondaryAction:active,
ul.dnnAdminTabNav li a:active{
   border-color: #999;   background: #c6c6c6; /* Old browsers */
   background: -moz-linear-gradient(top, #c6c6c6 0%, #f3f3f3 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c6c6c6), color-stop(100%,#f3f3f3)); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top, #c6c6c6 0%,#f3f3f3 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top, #c6c6c6 0%,#f3f3f3 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top, #c6c6c6 0%,#f3f3f3 100%); /* IE10+ */
   background: linear-gradient(top, #c6c6c6 0%,#f3f3f3 100%); /* W3C */
   -webkit-box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.4);   box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.4);}

/* Fix some old forge modules use .dnnPrimaryAction and .dnnSecondaryAction in wrong way */
span.dnnPrimaryAction > input[type="image"],
span.dnnSecondaryAction > input[type="image"]{
display: none;}

span.dnnPrimaryAction > a.dnnPrimaryAction,
span.dnnSecondaryAction > a.dnnSecondaryAction{
display: inline;background: transparent;border: none;-webkit-box-shadow: none;box-shadow: none;}

/* Tertiary Action */
.dnnTertiaryAction, a.dnnTertiaryAction{
padding: 10px 10px;border: none;background: #eaeaea;color: #333;}

.dnnTertiaryAction:hover, a.dnnTertiaryAction:hover{
   background: #f2f2f2;}

.dnnTertiaryAction:active, a.dnnTertiaryAction:active{
   background: #d8d8d8;}

/* Action Button behind input */
.dnnFormItem input[type="text"] + a.dnnPrimaryAction,
.dnnFormItem input[type="text"] + a.dnnSecondaryAction,
.dnnFormItem input[type="text"] + a.dnnTerriaryAction{ 
margin-left: 5px;}

.dnnFormItem input[type="checkbox"] + span,
.dnnFormItem input[type="radio"] + span{
margin: 5px;}

/* text style for buttons and link buttons used in the portal admin pages */

/* button style for standard HTML buttons */
.StandardButton{
border: 1px solid blue;}


/* Re-set default cursor for disabled elements */
.dnnFormItem button[disabled],
.dnnFormItem input[disabled]{
cursor: default;opacity: 0.5;}


/* Consistent box sizing and appearance */
.dnnFormItem input[type="checkbox"],
.dnnFormItem input[type="radio"]{
*width: 13px;*height: 13px; /*why are we using hacks here*/
padding: 0;box-sizing: border-box;}

.dnnFormItem input[type="search"]{
-webkit-appearance: textfield;-moz-box-sizing: content-box;-webkit-box-sizing: content-box;box-sizing: content-box;}

.dnnFormItem input[type="search"]::-webkit-search-decoration,
.dnnFormItem input[type="search"]::-webkit-search-cancel-button{
   -webkit-appearance: none;}


/* Remove inner padding and border in FF3/4: h5bp.com/l */
.dnnFormItem button::-moz-focus-inner, .dnnFormItem input::-moz-focus-inner{
border: 0;padding: 0;}

/*
	 * 1. Remove default vertical scrollbar in IE6/7/8/9
	 * 2. Allow only vertical resizing
	 */

.dnnFormItem textarea{
overflow: auto;vertical-align: top;resize: vertical;}

/* Colors for form validity */
.dnnFormItem input:valid, .dnnFormItem textarea:valid{
}

.dnnFormItem input:invalid, .dnnFormItem textarea:invalid{
   background-color: #f0dddd;}

/*-------------------------------------*/
/* TAXONOMY */
/*-------------------------------------*/

/* Horizontal taxonomy styles */
.horizontal ul.categories,
.horizontal ul.tags{
list-style: none;}

.horizontal ul.categories{
}

.horizontal ul.tags{
}

.horizontal ul.categories li, .horizontal ul.tags li{
}

   .horizontal ul.tags li.add-tags{
   }

  .horizontal ul.tags li.add-tags img{
  }

/* Vertical taxonomy styles */
.vertical ul.categories,
.vertical ul.tags{
list-style: none;}

.vertical ul.categories li,
.vertical ul.tags li{
}

.vertical ul.categories li{
}

.vertical ul.tags li{
}

   .vertical ul.tags li.add-tags{
   }

  .vertical ul.tags li.add-tags img{
  }

/*-------------------------------------*/
/* TABS : JQUERY UI TABS 1.8.14 */
/*-------------------------------------*/
/* Tabs */
ul.dnnAdminTabNav{
display: inline-block;margin-top: 5px;margin-left: 0;width: 100%;height: 37px;border-bottom: 1px solid #c2c2c2;}

ul.dnnAdminTabNav li{
   float: left;   margin-right: 4px;   list-style: none;}

   ul.dnnAdminTabNav li a{
  /* most styles are inherited from typography.css */
  margin-bottom: 0;  border-bottom: 0;  box-shadow: none;  webkit-box-shadow: none;  -webkit-border-radius: 3px 3px 0px 0px;  border-radius: 3px 3px 0px 0px;   }

   ul.dnnAdminTabNav li.ui-tabs-active a{
  margin-top: -3px;  padding: 12px 9px 10px 9px;  background: #fff;   }

/* Panels */
.ui-tabs .ui-tabs-panel{
position: relative;display: block;}

.ui-tabs .ui-tabs-hide{
display: none;}

/*-------------------------------------*/
/* LOGIN TAB GROUP */
/*-------------------------------------*/
.dnnLogin .LoginTabGroup{
display: inline-block;width: 100%;height: 37px;margin-left: 0;margin-top: 5px;border-bottom: 1px solid #C2C2C2;}

.dnnLogin .LoginTabGroup span{
   margin-right: 4px;   margin-bottom: 0;   border-bottom: 0 none;   border-radius: 3px 3px 0 0;   box-shadow: none;}

   .dnnLogin .LoginTabGroup span.LoginTabSelected{
  margin-top: -3px;  padding: 12px 9px 10px;  background: none repeat scroll 0 0 #FFFFFF;   }

/*-------------------------------------*/
/* TABS : JQUERY UI RESIZABLE 1.8.14 */
/*-------------------------------------*/
.dnnForm .ui-resizable{
position: relative;}

.dnnForm .ui-resizable-handle{
position: absolute;display: block;z-index: 99999;font-size: 0.1px;}

.dnnForm .ui-resizable-disabled .ui-resizable-handle,
.dnnForm .ui-resizable-autohide .ui-resizable-handle{
display: none;}

.dnnForm .ui-resizable-n{
cursor: n-resize;height: 7px;width: 100%;top: -5px;left: 0;}

.dnnForm .ui-resizable-s{
cursor: s-resize;height: 7px;width: 100%;bottom: -5px;left: 0;}

.dnnForm .ui-resizable-e{
cursor: e-resize;width: 7px;right: -5px;top: 0;height: 100%;}

.dnnForm .ui-resizable-w{
cursor: w-resize;width: 7px;left: -5px;top: 0;height: 100%;}

.dnnForm .ui-resizable-se{
cursor: se-resize;width: 12px;height: 12px;right: 1px;bottom: 1px;}

.dnnForm .ui-resizable-sw{
cursor: sw-resize;width: 9px;height: 9px;left: -5px;bottom: -5px;}

.dnnForm .ui-resizable-nw{
cursor: nw-resize;width: 9px;height: 9px;left: -5px;top: -5px;}

.dnnForm .ui-resizable-ne{
cursor: ne-resize;width: 9px;height: 9px;right: -5px;top: -5px;}
/*	

/*-------------------------------------*/
/* FORM ITEMS
/*-------------------------------------*/
.dnnForm{
width: 100%;}

.dnnForm fieldset{
   clear: none;   position: relative;   margin-bottom: 18px;   text-align: left;}

   .dnnForm fieldset fieldset{
  width: 100%;   }

.dnnForm .dnnFormItem{
   clear: both;   width: 100%;   display: block;   position: relative;   text-align: left;}

/* Label */
.dnnTooltip{
position: relative;display: block;width: 32.075%;margin-right: 18px;}

.dnnHelperTip{
position: relative;display: block;}

.dnnDragdropTip{
z-index: 10000;position: absolute;width: auto !important;height: auto !important;padding: 10px;padding-left: 30px;border-radius: 3px;background: rgba(0, 0, 0, 0.75) url(../images/pin-icn.png) no-repeat 7px 12px;font-size: 11px;color: #DDD;text-align: left;}

span.dnnFormRequired:after,
div.dnnFormItem.dnnFormRequired > div.dnnLabel span:after{
content: "*";display: inline-block;margin: 0 0 0 5px;color: Red;font-size: 16px;line-height: 1em;font-weight: bold;}

.dnnFormItem input[type="checkbox"] + span,
.dnnFormItem input[type="radio"] + span{
display: inline-block;width: auto;margin: 6px 5px 6px 5px;}

/* Help Label */
a.dnnFormHelp,
.dnnForm .dnnFormItem a.dnnFormHelp,
.dnnTooltip label a.dnnFormHelp{
color: #333;text-decoration: none;font-weight: bold;}

a.dnnFormHelp{
display: inline-block;position: absolute;right: 0;top: 2px;width: 14px;height: 15px;background: url(../images/helpI-icn-grey.png) no-repeat left 2px;padding: 0 !important;margin: 0 !important;}

.dnnLabel{
display: inline-block;float: left;position: relative;width: 32.075%;padding-right: 20px;margin-right: 18px;overflow: visible;text-align: right;}

.dnnFormItem > .dnnLabel{
margin-top: 5px;}

.dnnLabel > span{
text-align: right;}

.dnnForm .dnnFormItem a.dnnFormHelp span{
position: relative;}

.dnnForm .dnnFormItem a.dnnFormHelp img{
display: block;}

.dnnLabel + span{
display: inline-block;margin-top: 6px;margin-bottom: 6px;white-space: pre-line;}

/* Compatible with some old forge modules */
td > .dnnLabel{
width: 220px;}

/* Help tooltip */
.dnnTooltip .dnnFormHelpContent,
.dnnHelperTip .dnnFormHelpContent{
visibility: hidden;z-index: 10;position: absolute;width: 200px;padding: 10px;padding-left: 30px;border-radius: 3px;background: rgba(0,0,0,0.75);font-size: 11px;color: #ddd;text-align: left;}

.dnnFormHelpContent span{
display: block;}

.dnnTooltip .dnnFormHelpContent span:after,
.dnnHelperTip .dnnFormHelpContent span:after{
position: absolute;content: "";left: 15px;bottom: -7px;width: 0;height: 0;opacity: 0.75;border-left: 7px solid transparent;border-right: 7px solid transparent;border-top: 7px solid #000;}

a.pinHelp{
display: block;position: absolute;left: 7px;top: 12px;width: 15px;height: 15px;opacity: 0.5;background: url(../images/pin-icn.png) no-repeat 0 0;}

.ui-draggable a.pinHelp,
a.pinHelp:hover{
   opacity: 1;}

/* Error tooltip */
.dnnFormItem span.dnnFormMessage.dnnFormError{
display: block;position: absolute;overflow: visible;/*top:-95%; right: 12%;*/
bottom: 95%;right: 12%;width: 200px;margin-bottom: 0;padding: 10px;border: none;border-radius: 3px;background: rgba(255,0,0,0.75);font-size: 12px;color: #fff;text-align: left;}

.dnnFormItem span.dnnFormMessage.dnnFormError:after{
   position: absolute;   bottom: -7px;   left: 15px;   content: "";   width: 0;   height: 0;   opacity: 0.75;   border-left: 7px solid transparent;   border-right: 7px solid transparent;   border-top: 7px solid red;}

/* Input Types*/
.dnnFormItem input[type="text"],
.dnnFormItem input[type="password"],
.dnnFormItem input[type="email"],
.dnnFormItem input[type="tel"],
.dnnFormItem select,
.dnnFormItem textarea{
width: 45%;max-width: 445px;}

.dnnFormItem select{
width: 47%;}

.dnnFormItem select option{
   color: #333;}

.dnnFormItem table{
background: none;}

/* Input Customised Checkbox*/

.dnnCheckbox{
display: inline-block;cursor: pointer;}

.dnnCheckbox .mark{
   display: inline-block; /*margin-top: 3px;*/
}

.dnnCheckbox img{
   display: inline-block;   width: 20px;   height: 18px;   min-width: 20px;   vertical-align: middle;}

.dnnCheckbox img{
   background: transparent url(../images/checkbox.png) no-repeat;}

.dnnCheckbox img{
   background-position: 0px 0px;}

.dnnCheckbox-hover img{
background-position: 0px 0px;}

.dnnCheckbox-checked img{
background-position: -51px 0px;}

.dnnCheckbox-disabled img{
opacity: .5;}

.dnnCheckbox-checked-error img{
background-position: -150px 0px;}

.dnnCheckbox-error img{
background-position: -100px 0px;}
.dnnCheckbox-focus{
	background-color: #e3e3e5;}
.dnnBoxLabel{ display: inline-block;}
/* normal checkbox fix */
.dnnFormItem input[type="checkbox"].normalCheckBox{
display: inline-block;margin: 8px 0 4px 0;}

/* Input Customised Radiobutton */

.dnnRadiobutton{
display: inline-block;cursor: pointer;}

.dnnRadiobutton .mark{
   display: inline-block;}

.dnnRadiobutton img{
   width: 20px;   height: 18px;   min-width: 20px;   vertical-align: middle;}

.dnnRadiobutton img{
   background: transparent url(../images/radiobutton.png) no-repeat;}

.dnnRadiobutton img{
   background-position: 0px 0px;}

.dnnRadiobutton-hover img{
background-position: 0px 0px;}

.dnnRadiobutton-checked img{
background-position: -50px 0px;}

.dnnRadiobutton-disabled img{
opacity: .5;}

.dnnRadiobutton-checked-error img{
background-position: -150px 0px;}

.dnnRadiobutton-error img{
background-position: -100px 0px;}
.dnnRadiobutton-focus{
	background-color: #e3e3e5;}
/* Input RadioButton group */
div.dnnFormRadioButtons,
div.dnnHSRadioButtons,
span.dnnFormRadioButtons,
span.dnnHSRadioButtons{
display: inline-block;padding: 10px;margin-bottom: 5px;background-color: #f0f0f0;}

table.dnnFormRadioButtons{
background-color: #f0f0f0;margin-bottom: 5px;}

.RadComboBox_Default .rcbInput{
width: 100% !important;}

/* general group*/
div.dnnFormGroup{
display: inline-block;padding: 10px;margin-bottom: 5px;background-color: #f0f0f0;width: 65%;}

/* Input Customised Spinner */
.dnnSpinner{
display: inline-block;position: relative;width: 150px;padding: 6px 6px;*overflow: visible;border: 1px solid #c9c9c9;background: #fff;background: -moz-linear-gradient(top, #fff 0%, #f0f2f1 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#f0f2f1)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fff 0%,#f0f2f1 100%); /* Chrome10+,Safari5.1+ */
background: linear-gradient(top, #fff 0%,#f0f2f1 100%); /* W3C */
-webkit-border-radius: 3px;border-radius: 3px;color: #333;text-decoration: none;-webkit-box-shadow: 0px 1px 0px 0px #bbb;box-shadow: 0px 1px 0px 0px #bbb;}

.dnnFormItem .dnnSpinner{
width: 45%;margin-bottom: 18px;}

.dnnSpinnerDisplay{
margin: 0 25px 0 8px;background: transparent;color: #999;}

.dnnFormItem .dnnSpinnerDisplay > input[type="text"],
.dnnFormItem .dnnSpinnerDisplay > input[type="text"]:focus{
border: none;margin: 0;box-shadow: none;padding: 0;background: transparent;}

.dnnSpinnerCtrl{
position: absolute;top: 0;right: 0;width: 25px;background-color: transparent;border-left: 1px solid #c9c9c9;}

.dnnSpinnerCtrl > a.dnnSpinnerTopButton{
   display: block;   width: 25px;   height: 16px;   background: transparent url(../images/dnnSpinnerUpArrow.png) no-repeat;   background-position: center;   cursor: pointer;}

.dnnSpinnerCtrl > a.dnnSpinnerBotButton{
   display: block;   width: 25px;   height: 16px;   background: transparent url(../images/dnnSpinnerDownArrow.png) no-repeat;   background-position: center;   cursor: pointer;}

/* Input Customised Tags */
div.dnnTagsInput{
display: inline-block;margin: 0;padding: 5px 0 0 5px;border: 1px solid #c9c9c9;-webkit-border-radius: 3px;border-radius: 3px;background: #FFF;-webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.8), inset 0 1px 2px 0 rgba(0, 0, 0, 0.3);box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.8), inset 0 1px 2px 0 rgba(0, 0, 0, 0.3);}

.dnnFormItem .dnnTagsInput{
width: 45%;}

div.dnnTagsInput span.tag{
display: block;float: left;padding: 2px 6px 2px 6px;margin-right: 5px;margin-bottom: 5px;border: 1px solid #c9c9c9;border-radius: 3px;-webkit-border-radius: 3px;font-size: 12px;text-decoration: none;color: #888;cursor: pointer;background-color: #eee;}

div.dnnTagsInput span.tag:hover{
   background-color: #e8f1fa;   color: #444;}

div.dnnTagsInput span.tag a{
   display: inline-block;   width: 8px;   height: 8px;   margin: 6px 0 0 0;   background: transparent url(../images/dnnTagClose.png) no-repeat;   background-position: center;}

div.dnnTagsInput > div > input,
div.dnnTagsInput > div > input:focus{
border: none;background: transparent;outline: none;font-weight: normal;font-family: helvetica;font-size: 12px;display: inline-block;vertical-align: top;height: 19px;padding: 3px 0 3px 3px;margin-bottom: 5px;}

div.dnnTagsInput > div > input::-ms-clear{
  display: none;}

div.dnnTagsInput div{
display: block;float: left;}

div.dnnTagsInput div.dnnTags_filter{
   float: right;   position: relative;   margin: 0 0 5px 5px;}

   div.dnnTagsInput div.dnnTags_filter > .dnnTags_filter_label{
  display: inline-block;  border-left: 1px solid #ccc;  padding: 3px 15px 0 10px;  margin-right: 3px;  color: #999;  cursor: pointer;  background: url(../images/dnnSpinnerDownArrow.png) no-repeat;  background-position: right center;  height: 22px;   }

  div.dnnTagsInput div.dnnTags_filter > .dnnTags_filter_label.dnnExpanded{
 color: #666; background: url(../images/dnnSpinnerUpArrow.png) no-repeat; background-position: right center;  }

   div.dnnTagsInput div.dnnTags_filter > ul.dnnTags_filter_dropdownUl{
  display: none;  position: absolute;  list-style-type: none;  background: #fff;  border: 1px solid #c9c9c9;  right: 22px;  top: 28px;  margin: 0;  -webkit-border-radius: 3px;  border-radius: 3px;  -webkit-box-shadow: 0px 2px 0px 0px #bbb;  box-shadow: 0px 2px 0px 0px #bbb;  z-index: 15;   }

.dnnTagsInput div.dnnTags_filter > ul.dnnTags_filter_dropdownUl > li{
white-space: nowrap;padding: 6px 12px 6px 8px;border-top: 1px solid #c9c9c9;list-style: none;color: #666;min-width: 150px;}

.dnnTagsInput div.dnnTags_filter > ul.dnnTags_filter_dropdownUl > li:first-child{
   border-top: none;}

.dnnTagsInput div.dnnTags_filter > ul.dnnTags_filter_dropdownUl > li:hover{
   background-color: #e8f1fa;   color: #333;}

.dnnTagsInput div.dnnTags_filter > ul.dnnTags_filter_dropdownUl > li > input{
   display: inline-block;   vertical-align: top;   margin-right: 10px;   cursor: pointer;}

.dnnTagsInput div.dnnTags_filter > ul.dnnTags_filter_dropdownUl > li > span.dnnCheckbox{
   margin-right: 8px;}

.dnnTagsInput div.dnnTags_filter > ul.dnnTags_filter_dropdownUl > li > label{
   display: inline-block;   vertical-align: top;   cursor: pointer;}

div.dnnTagsInput div.dnnTags_filter a.dnnSearchButton{
display: inline-block;width: 18px;height: 18px;background-image: url(../images/search/searchButton.png);background-repeat: no-repeat;background-position: center center;vertical-align: top;cursor: pointer;margin: 4px 5px 0 4px;}

.dnnTagsClear{
clear: both;width: 100%;height: 0px;}

div.dnnTagsInput > div > input.dnnTagsInvalid{
display: block;float: left;margin-right: 5px;border: none;outline: none;border-radius: 3px;-webkit-border-radius: 3px;background: #FBD8DB; /*light red*/
cursor: pointer;font-size: 12px;color: #90111A !important; /* dark red*/
text-decoration: none; 
}

/* DNN Auto Complete */
.dnn_acResults{
padding: 0px;border: 1px solid #c9c9c9;background-color: #fff;overflow: hidden;z-index: 900001;-webkit-border-bottom-left-radius: 3px;-webkit-border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-bottom-right-radius: 3px;-webkit-box-shadow: 0px 2px 0px 0px #bbb;box-shadow: 0px 2px 0px 0px #bbb;min-width: 150px;}

.dnn_acResults ul{
   margin: 0px;   padding: 0px;   list-style-position: outside;   list-style: none;}

   .dnn_acResults ul li{
  margin: 0px;  padding: 6px 22px 6px 22px;  border-top: 1px solid #c9c9c9;  color: #666;  cursor: pointer;  display: block;  overflow: hidden;  color: #333;   }

  .dnn_acResults ul li:first-child{
 border-top: none;  }

.dnn_acLoading{
}

.dnn_acSelect{
background-color: #e8f1fa;color: #333;}

/* Form Item */
.dnnFormMessage .dnnLabel{
float: none;width: 90%;text-align: left;}

/* Pane header */
.dnnFormSectionHead span{
font-size: 18px;color: #222;}

/* Progressbar*/
.dnnProgressbar{
height: 25px !important;padding: 18px 10px 0 10px;border: 1px solid #c9c9c9;background: #fff;background: -moz-linear-gradient(top, #f0f2f1 0%, #fff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f2f1), color-stop(100%,#fff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f0f2f1 0%,#fff 100%); /* Chrome10+,Safari5.1+ */
background: linear-gradient(top, #f0f2f1 0%,#fff 100%); /* W3C */
-webkit-border-radius: 3px;border-radius: 3px;-webkit-box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.25), 0px 1px 0px 0px #fff;box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.25), 0px 1px 0px 0px #fff;}

.ui-progressbar{
height: 10px !important;overflow: hidden;background-color: #ccc;-webkit-box-shadow: inset 0px 1px 0px 0px #bbb;box-shadow: inset 0px 1px 0px 0px #bbb;text-align: left;}

.ui-progressbar .ui-progressbar-value{
   margin: 0;   height: 100%;   background-color: #1a82f7;   background: -moz-linear-gradient(left, #2b7fda 0%, #3fbdff 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, right top, color-stop(0%,#2b7fda), color-stop(100%,#3fbdff)); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(left, #2b7fda 0%, #3fbdff 100%); /* Chrome10+,Safari5.1+ */
   background: linear-gradient(left, #2b7fda 0%, #3fbdff 100%); /* W3C */
}

/* Button Dropdown */
.dnnDropdownSettings{
position: relative;height: 30px !important;}

.dnnButtonDropdown{
width: 50px;height: 30px !important;background: #fff;background: -moz-linear-gradient(top, #fff 0%, #f0f2f1 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#f0f2f1)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fff 0%,#f0f2f1 100%); /* Chrome10+,Safari5.1+ */
background: linear-gradient(top, #fff 0%,#f0f2f1 100%); /* W3C */
-webkit-border-radius: 3px;border-radius: 3px;-webkit-box-shadow: 0px 1px 0px 0px #bbb;box-shadow: 0px 1px 0px 0px #bbb;border: 1px solid #c9c9c9;cursor: pointer;}

.dnnButtonIcon, .dnnButtonArrow{
display: inline-block;height: 30px !important;}

.dnnButtonIcon{
width: 32px;}

.dnnButtonArrow{
width: 10px;background: transparent url(../images/dnnSpinnerDownArrow.png) no-repeat center;}

.dnnButtonDropdown-clicked{
z-index: 100;position: absolute;width: 50px;height: 30px !important;background: #fff;border: 1px solid #c9c9c9;border-bottom: 1px solid #fff;-webkit-border-top-left-radius: 3px;border-top-left-radius: 3px;-webkit-border-top-right-radius: 3px;border-top-right-radius: 3px;}

.dnnButtonDropdown-ul{
display: none;position: absolute;z-index: 99;top: 29px;left: 0;width: 200px;margin-left: 0;background: #fff;border: 1px solid #c9c9c9;-webkit-border-radius: 3px;border-radius: 3px;-webkit-box-shadow: 0px 2px 0px 0px #bbb;box-shadow: 0px 2px 0px 0px #bbb;list-style-type: none;}

.dnnButtonDropdown-ul > li, .dnnButtonDropdown-ul > ul > li{
   padding: 8px;   border-bottom: 1px solid #c9c9c9;   color: #333;   cursor: pointer;   vertical-align: middle;   list-style: none;   margin: 0;}
	.dnnButtonDropdown-ul > ul{ margin: 0;}
	.dnnButtonDropdown-ul > ul > li{ padding-left: 16px;}

   .dnnButtonDropdown-ul > li:last-child{
  border-bottom: none !important;   }

   .dnnButtonDropdown-ul > li:hover{
  background-color: #e8f1fa;  color: #000;   }

/* Button Group */
ul.dnnButtonGroup{
display: inline-block;margin: 0;padding: 0;background: #fff;background: -moz-linear-gradient(top, #fff 0%, #f0f2f1 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#f0f2f1)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fff 0%,#f0f2f1 100%); /* Chrome10+,Safari5.1+ */
background: linear-gradient(top, #fff 0%,#f0f2f1 100%); /* W3C */
-webkit-border-radius: 3px;border-radius: 3px;-webkit-box-shadow: 0px 1px 0px 0px #bbb;box-shadow: 0px 1px 0px 0px #bbb;border: 1px solid #c9c9c9;cursor: pointer;list-style: none;}

ul.dnnButtonGroup > li{
   display: block;   float: left;   border-left: 1px solid #c9c9c9;   margin: 0;}

   ul.dnnButtonGroup > li:hover{
  background-color: #e8f1fa;   }

   ul.dnnButtonGroup > li.dnnButtonGroup-first{
  display: none;   }

  ul.dnnButtonGroup > li.dnnButtonGroup-first + li{
 border-left: none;  }

   ul.dnnButtonGroup > li > a{
  display: inline-block;  padding: 7px 7px 6px 7px;  text-decoration: none;  color: #333;   }

ul.dnnButtonGroup span{
   color: #333;}


/* Grouped Multi Input */
.dnnFormItem .dnnInputGroup{
float: left;display: block;width: 32.075%;padding: 5px;margin-bottom: 18px;background: rgba(0,0,0,0.05); /* opaque black */
}

.dnnFormItem .dnnInputGroup .dnnLeft{
   width: 100%;}

.dnnFormItem .dnnInputGroup span{
   display: inline-block;   width: 33%;   text-align: right;}

/* Error Styles */
.dnnFormError label a span{
color: red;}

.dnnFormError input[type="text"],
.dnnFormError input[type="password"],
.dnnFormError input[type="email"],
.dnnFormError input[type="tel"],
.dnnFormError select,
.dnnFormError textarea{
border: 1px solid red;}


/* Tertiary Actions */
.dnnFormItem input[type="text"] + .dnnTertiaryAction,
.dnnFormItem input[type="password"] + .dnnTertiaryAction,
.dnnFormItem input[type="email"] + .dnnTertiaryAction,
.dnnFormItem input[type="tel"] + .dnnTertiaryAction,
.dnnFormItem select + .dnnTertiaryAction{
display: inline-block;max-width: 60px;}

/* Information Feedback Aside */
.dnnForm fieldset.dnnFormInformation{
float: left;width: 32.075%;margin-left: 16px;padding: 18px 0;background: rgba(0,0,0,0.05);}

.dnnFormItem textarea{
min-height: 80px;}

.dnnAddress input[type="checkbox"]{
margin: 0 5px;}

/* Required Fields */
.dnnFormRadioButtons{
float: left;display: block;width: auto;}

.dnnFormRadioButtons input[type=radio]{
   float: none;}

.dnnFormRadioButtons label,
.dnnFormItem input[type=radio] + label{
   float: none;   display: inline;   width: auto;   padding-right: 0;   margin: 0 10px 0 0;   text-align: left;   font-weight: normal;}

/* Text Editor */
.dnnTextEditor{
margin-bottom: 18px;}

/* Action Items */
.dnnActions{
float: none;clear: both;display: block; /* prevent ul from collapsing */
margin: 0;padding-top: 18px;text-align: left;}

.dnnActions li{
   float: left;   margin-right: 5px;   list-style: none;}

.dnnLoginActions{
display: inline-block;}

/* Short Form */
.dnnForm.dnnShortForm .dnnFormItem label{
float: none;width: 100%;margin-bottom: 0.25em;text-align: left;}

.dnnForm.dnnShortForm .dnnFormItem input,
.dnnForm.dnnShortForm .dnnFormItem select,
.dnnForm.dnnShortForm .dnnFormItem textarea{
float: none;text-align: left;}

.dnnForm.dnnShortForm .dnnFormItem a.dnnFormHelp{
background-position: left;padding-left: 22px;}

/* UI Helpers */
.dnnForm .ui-helper-hidden{
display: none;}

.dnnForm .ui-helper-hidden-accessible{
position: absolute !important;clip: rect(1px 1px 1px 1px);}

/* Interaction Cues */
.dnnForm .ui-state-highlight,
.dnnForm .ui-widget-content .ui-state-highlight,
.dnnForm .ui-widget-header .ui-state-highlight{
border: 1px solid #fed22f;background: #ffe45c;color: #363636;}

.dnnForm .ui-state-highlight a,
.dnnForm .ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a{
   color: #363636;}

.dnnForm .ui-state-error,
.dnnForm .ui-widget-content .ui-state-error,
.dnnForm .ui-widget-header .ui-state-error{
border: 1px solid #cd0a0a;background: #b81900;color: #ffffff;}

.dnnForm .ui-state-error a,
.dnnForm .ui-widget-content .ui-state-error a,
.dnnForm .ui-widget-header .ui-state-error a{
   color: #ffffff;}

.dnnForm .ui-state-error-text,
.dnnForm .ui-widget-content .ui-state-error-text,
.dnnForm .ui-widget-header .ui-state-error-text{
color: #ffffff;}

.dnnForm .ui-priority-primary,
.dnnForm .ui-widget-content .ui-priority-primary,
.dnnForm .ui-widget-header .ui-priority-primary{
font-weight: bold;}

.dnnForm .ui-priority-secondary,
.dnnForm .ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary{
opacity: .7;filter: Alpha(Opacity=70);font-weight: normal;}

.dnnForm .ui-state-disabled,
.dnnForm .ui-widget-content .ui-state-disabled,
.dnnForm .ui-widget-header .ui-state-disabled{
opacity: .35;filter: Alpha(Opacity=35);background-image: none;}

.dnnForm .ui-draggable{
cursor: move;}

/* Corner radius */
.dnnForm .ui-corner-all,
.dnnForm .ui-corner-top,
.dnnForm .ui-corner-left,
.dnnForm .ui-corner-tl{
border-radius: 4px;}

.dnnForm .ui-corner-all,
.dnnForm .ui-corner-top,
.dnnForm .ui-corner-right,
.dnnForm .ui-corner-tr{
border-radius: 4px;}
/*-------------------------------------*/
/* MODULE TITLE - TEMPORARY */
/*-------------------------------------*/

/* Need to determine what this is */
.ModuleTitle_MenuContainer{
border: 1px solid blue;}

.ModuleTitle_MenuBar{
}

.ModuleTitle_MenuItem{
}

.ModuleTitle_MenuIcon{
}

.ModuleTitle_SubMenu{
}

.ModuleTitle_MenuBreak{
}

.ModuleTitle_MenuItemSel{
}

.ModuleTitle_MenuArrow{
}

.ModuleTitle_RootMenuArrow{
}

/*-------------------------------------*/
/* MAIN MENU - TEMPORARY */
/*-------------------------------------*/

/* Need to determine what this is */
.MainMenu_MenuContainer{
border: 1px solid green;}

.MainMenu_MenuBar{
}

.MainMenu_MenuItem{
}

.MainMenu_MenuIcon{
}

.MainMenu_SubMenu{
}

.MainMenu_MenuBreak{
}

.MainMenu_MenuItemSel{
}

.MainMenu_MenuArrow{
}

.MainMenu_RootMenuArrow{
}

/*-------------------------------------*/
/* POPUP */
/*-------------------------------------*/

/* Popup Menu */
.ui-widget-overlay{
position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.65);	z-index: 9999;}

.dnnFormPopup{
position: absolute;padding: 18px;background: #fff;-webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.75);box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.75);	z-index: 100000;}
/* Popup header */
.dnnFormPopup .ui-dialog-titlebar{
   position: relative;   padding: 0 0 18px 0;   border-bottom: 1px solid #ddd;   cursor: move;   font-size: 18px;   font-weight: bold;}

.dnnFormPopup .dnnModalCtrl{
   display: block;   position: absolute;   top: -30px;   right: -30px;   width: 69px;   height: 26px;   border-radius: 10px;   background-color: #fff;   -webkit-border-radius: 10px;   box-shadow: 0px 0px 5px #666;}

   .dnnFormPopup .dnnModalCtrl .ui-dialog-titlebar-close{
  float: right;  display: block;  height: 18px;  width: 30px;  margin: 4px 4px 0 1px;  overflow: hidden;  -webkit-border-top-right-radius: 8px;  -webkit-border-bottom-right-radius: 8px;	   border: none;	   outline: none;  border-top-right-radius: 8px;  border-bottom-right-radius: 8px;  background: #585858 url(../images/closeBtn.png) no-repeat;  background-position: 8px 4px;  text-indent: -9999em;	   min-width: 0 !important;   }

  .dnnFormPopup .dnnModalCtrl .ui-dialog-titlebar-close:hover{
 background: #358EEA url(../images/closeBtn.png) no-repeat; background-position: 8px 4px;	  cursor: pointer;  }

   .dnnFormPopup .dnnModalCtrl a.dnnToggleMax{
  float: left;  display: block;  height: 18px;  width: 30px;  margin: 4px 0 0 4px;  overflow: hidden;  -webkit-border-top-left-radius: 8px;  -webkit-border-bottom-left-radius: 8px;  border-top-left-radius: 8px;  border-bottom-left-radius: 8px;  background: #585858 url(../images/resizeBtn.png) no-repeat;  background-position: 10px 2px;  text-indent: -9999em;   }

  .dnnFormPopup .dnnModalCtrl a.dnnToggleMax:hover{
 background: #358EEA url(../images/resizeBtn.png) no-repeat; background-position: 10px 2px;  }

div.ui-dialog-titlebar > .ui-dialog-titlebar-close{
display: block;position: absolute;top: -30px;right: -30px;height: 24px;width: 24px;margin: 0px;overflow: hidden;-webkit-border-radius: 12px;border-radius: 12px;background: #585858 url(../images/closeBtn.png) no-repeat;background-position: 4px 4px;border: 3px solid #fff;text-indent: -9999em;	min-width: 0 !important;}

/* Poup Iframe styles*/
.dnnFormPopup #iPopUp{
width: 100%!important; /* to overwrite inline javscript styles */
padding-top: 10px;}

.dnnFormPopup .ui-dialog-content, #iPopUp .ui-dialog-content{
position: relative;border: 0;padding: 0px;overflow: auto;background: #fff;zoom: 1;}

.dnnFormPopup .ui-dialog-buttonpane{
margin: .5em 0 0 0;padding: .3em 1em 0em 0em;overflow: hidden;border-width: 1px 0 0 0;background-image: none;text-align: left;border-top: 1px solid #ddd;}

.dnnFormPopup .ui-dialog-buttonpane button{
   margin: 0.5em 0.4em 0.5em 0em;   padding: 0.5em 1em;   cursor: pointer;   border: none;   outline: none;}

.dnnFormPopup .ui-resizable-se{
float: right;height: 24px;width: 24px;background: url(../images/modal-resize-icn.png) no-repeat bottom;}

.dnnFormPopup .dnnDialog{
padding: 10px;}

.dnnLoading{
background: #fff url(../images/loading.gif) no-repeat center center;position: absolute;z-index: 9999;}

/*-------------------------------------*/
/* URL ACTION */
/*-------------------------------------*/
.urlControl label{
width: auto;margin-top: 0;font-weight: normal;}

.urlControlLinkType{
width: auto;}

.urlControlLinkType span,
.dnnFormItem .urlControlLinkType span{
   float: none;   display: block;   width: auto;   text-align: left;}

.dnnFormItem .ucLinkTypeRadioButtons label{
display: inline-block;width: 260px;padding-right: 0;margin-top: 0;font-weight: normal;text-align: left;}

.urlControlLinkType span input{
min-width: 3%;}

.dnnForm.dnnModuleSettings .dnnFormItem .urlControlLinkType span label{
text-align: left;}

.urlControlFileRow{
clear: both;}

.urlControlFileRow span.dnnFormLabel{
   width: auto;   text-align: right;}

.urlControlFileRow select, .urlControlFileRow input[type=file]{
   clear: both;}

.urlControlImagesRow{
overflow: hidden;clear: both;}

.urlControlImagesRow span.dnnFormLabel{
   width: auto;   text-align: right;}

.urlControlImagesRow select{
   clear: both;}

/*-------------------------------------*/
/* WIZARD TABS STEPS
/*-------------------------------------*/

/* Jquery UI tabs base */
.dnnWizardTab.ui-tabs{
position: relative;padding: 0;}

.dnnWizardTab.ui-tabs .ui-tabs-nav{
   display: block;   height: 46px;   margin: 0;   padding: 0;   background: transparent url(../images/InstallWizardBG.png) repeat-x;}

   .dnnWizardTab.ui-tabs .ui-tabs-nav li{
  float: left;  position: relative;  margin: 0;  padding: 0;  border-bottom: 0 !important;  list-style: none;  white-space: nowrap;   }

  .dnnWizardTab.ui-tabs .ui-tabs-nav li.ui-tabs-active{
 margin-bottom: 0;  }

 .dnnWizardTab.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
 .ui-tabs .ui-tabs-nav li.ui-state-disabled a,
 .ui-tabs .ui-tabs-nav li.ui-state-processing a{
cursor: text; }

  .dnnWizardTab.ui-tabs .ui-tabs-nav li a,
  .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a{
 cursor: pointer;  }

.dnnWizardTab.ui-tabs .ui-tabs-panel{
   clear: both;   display: block;   padding: 3em 1em 1.4em;   border-width: 0;   background: none;}

.dnnWizardTab.ui-tabs .ui-tabs-hide{
   display: none !important;}

.dnnWizardTab.ui-tabs .ui-tabs-nav li a{
   display: block;}

.dnnWizardStep > span{
display: block;float: left;}

.dnnWizardStep{
height: 46px;padding: 0 0 0 20px;background: transparent url(../images/InstallWizardBG.png) repeat-x;background-position: 0 0;cursor: pointer;}

.ui-tabs .ui-tabs-nav li:first-child .dnnWizardStep{
padding-left: 30px;}

.dnnWizardStepNumber{
margin: 10px 10px 0 0;padding: 3px 8px 3px 8px;background-color: #999;-webkit-border-radius: 18px;border-radius: 18px;color: #fff;font-weight: bold;}

.dnnWizardStepTitle{
margin: 13px 20px 0 0;color: #999;font-weight: bold;text-decoration: none;}

.dnnWizardStepArrow{
width: 25px;height: 46px;background: transparent url(../images/InstallWizardBG.png) no-repeat;background-position: 0 -401px;}

.dnnWizardTab.ui-tabs .ui-tabs-nav li.ui-tabs-active .dnnWizardStep{
height: 46px;background-position: 0 -100px;}

.dnnWizardTab.ui-tabs .ui-tabs-nav li.ui-tabs-active .dnnWizardStepNumber{
background-color: #333;}

.dnnWizardTab.ui-tabs .ui-tabs-nav li.ui-tabs-active .dnnWizardStepTitle{
color: #333;}

.dnnFormExpandContent{
margin: 10px 0;}

.dnnFormExpandContent > a{
   color: #333;   font-size: 13px;   font-weight: bold;}
/*-------------------------------------*/
/* DNN SIMPLE GRID
/*-------------------------------------*/

table.dnnPermissionsGrid,
table.dnnGrid,
table.dnnASPGrid{
margin-bottom: 20px;border: 1px solid #c9c9c9;}

table.dnnPermissionsGrid{
   color: #777;}

table.dnnPermissionsGrid tr.dnnGridHeader td{
   padding: 4px 4px 4px 4px;   vertical-align: middle;   line-height: 120%;   text-align: center;}

table.dnnPermissionsGrid tr.dnnGridItem td,
table.dnnPermissionsGrid tr.dnnGridAltItem td{
   padding: 5px 4px 5px 4px;   border-top: 1px solid #c9c9c9;   border-bottom: 1px solid #c9c9c9;   width: 70px;   text-align: center;}

table.dnnPermissionsGrid tr.dnnGridItem td.permissionHeader,
table.dnnPermissionsGrid tr.dnnGridAltItem td.permissionHeader{
   border-right: 1px solid #c9c9c9;   text-align: left;   padding-left: 10px;   width: 150px;}

table.dnnPermissionsGrid tr.dnnGridHeader td.permissionHeader{
   padding-left: 10px;   text-align: left;}

.dnnPermissionsGrid > .dnnFormItem label{
   margin-right: 8px;   
   color: #777;}

.dnnPermissionsGrid > .dnnFormItem select{
   width: 25%;   margin: 0 5px 5px 0;   min-width: 180px;   color: #777;}

.dnnPermissionsGrid > .dnnFormItem input{   
   margin-bottom: 0;   height: 17px;   color: #777;   width: 25%;}
.dnnPermissionsGrid > .dnnFormItem ul.token-input-list-facebook{
   display: inline-block;   vertical-align: top;}

.dnnPermissionsGrid > .dnnFormItem > .leftGroup{
   margin-right: 35px;   float:left;}

.dnnPermissionsGrid > .dnnFormItem >  .rightGroup{
   float: left;}

.dnnPermissionsGrid > .dnnFormItem >  .rightGroup  > .dnnSecondaryAction{
   position: absolute;}

.dnnPermissionsGrid > .dnnFormItem{
   margin-bottom: 18px;   overflow: auto;}

.dnnGridHeader td, thead.dnnGridHeader th,  tr.dnnGridHeader th{
padding: 6px 12px 6px 12px;border-bottom: 1px solid #c9c9c9;border-right: 1px solid #c9c9c9;background: #f0f2f1;background: -moz-linear-gradient(top, #fff 0%, #f0f2f1 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#f0f2f1)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fff 0%,#f0f2f1 100%); /* Chrome10+,Safari5.1+ */
background: linear-gradient(top, #fff 0%,#f0f2f1 100%); /* W3C */
}

.dnnGridItem td, .dnnGridAltItem td{
padding: 6px;border-right: 1px solid #c9c9c9;}

.dnnGridItem td input, .dnnGridAltItem td input{
   margin-bottom: none;}

.dnnGridAltItem{
background: #F2F2F2;}

.dnnGridItem:hover, .dnnGridAltItem:hover{
   background-color: #e8f1fa;}

/* td > input[type="image"],
td > input[type="image"] + a,
td a > img{
   display:block;   float: left;   margin-right: 3px;} */

/*-------------------------------------*/
/* URL Control
/*-------------------------------------*/

.urlControl{
float: left;display: block;padding: 15px;margin-bottom: 10px;background-color: #f0f0f0;}

.urlControl select,
.urlControl input{
   width: 180px;   margin-bottom: 10px;}

.urlControl dnnFormItem > a.dnnSecondaryAction{
   margin: 10px 10px 0 0;   float: left;}

.urlControl .urlControlLinkType{
   float: left;   width: 100%;}

   .urlControl .urlControlLinkType .dnnFormLabel{
  float: left;  width: auto;  margin-right: 5px;   }

   .urlControl .urlControlLinkType input[type="radio"]{
  width: auto;  margin-right: 5px;   }

/*-------------------------------------*/
/* File Picker
/*-------------------------------------*/
span[id$="FileControl"]{
display: block;float: left;}

.dnnFilePicker{
display: block;float: left;background-color: #f0f0f0;margin-bottom: 10px;margin-right: 10px;padding: 0 15px 0 15px;width: 450px;}

.dnnFilePicker .dnnLeft{
   margin: 0;   padding: 0;   margin-top: -30px;}

.dnnFilePicker dnnFormItem{
   margin: 0;   margin-top: -10px;   padding: 0;   position: static;}

.dnnFilePicker .dnnLeft img{
   max-width: 135px;   max-height: 100px;}

.dnnFilePicker .dnnLeft .dnnFilePickerImageHolder{
   width: 135px;   height: 100px;   background-color: #ccc;   margin: 20px 15px;}

.dnnFilePicker .dnnFormItem span{
   display: block;   float: left;   width: 40px;   margin-top: 8px;   padding-left: 5px;   text-align: left;}

.dnnFilePicker select,
.dnnFilePicker input{
   width: 200px;   margin: 0;   margin-right: 10px;   float: none;}

.dnnFilePicker .dnnLeft a.dnnSecondaryAction{
   margin: 10px 10px 0 0;   display: inline-block;}

.dnnFilePicker .dnnLeft img{
   display: block;   margin: 20px 15px;}

/* FILE UPLOAD CSS */
span.dnnInputFileWrapper > input[type="file"]{ /* force file upload style here, cause some module just override */
position: absolute;top: 0;right: 0;margin: 0;opacity: 0;filter: alpha(opacity=0);direction: ltr;cursor: pointer;height: 100%;	font-size: 200px;}

span.dnnInputFileWrapper{ /* Notes(by Richard): here must set !important */
overflow: hidden !important;margin: 0px 4px 0 0;width: auto !important;display: block !important;float: left !important;	position: relative;}

span.dnnInputFileWrapper > span.dnnSecondaryAction{
   display: inline-block;   float: none;   width: auto;}

/* DNN DRAG n DROP FILE PICKER UPLOAD */
.dnnFileUploadScope{
display: block;float: left;background-color: #F0F0F0;margin-bottom: 10px;margin-right: 10px;padding: 0;width: 500px;}

.dnnFileUploadScope .dnnLeft{
   margin: 0;   padding: 15px 10px 15px 10px;}

   .dnnFileUploadScope .dnnLeft .dnnFormItem{
  margin-bottom: 10px;   }

.dnnFileUploadScope .dnnFormItem span, .urlControlTab .dnnFormItem > span{
   display: block;   float: left;   width: 40px;   margin-top: 8px;   padding-left: 5px;   text-align: left;}

.dnnFileUploadScope .dnnFormItem .dnnDropDownList span{
   margin: 0;   width: auto;}

.dnnFileUploadScope .dnnFormItem .RadComboBox_Default,  .dnnFileUploadScope .dnnFormItem .dnnDropDownList{
   width: 180px;   margin: 0;   float: none;}

.dnnFileUploadScope .dnnLeft .dnnFileUploadDropZone{
   position: relative;   margin: 0;   width: 180px;   height: 150px;   background: #d9eeff;   border: 1px dashed #bbb;   box-shadow: 0px 1px 0px #fff;   -webkit-border-radius: 3px;   border-radius: 3px;   color: #4577a2;}

   .dnnFileUploadScope .dnnLeft .dnnFileUploadDropZone span{
  display: block;  position: absolute;  left: 38px;  top: 60px;  color: #fff;  font-size: 12px;  background: rgba(0,0,0,0.5);  padding: 5px 7px;  border-radius: 3px;  box-shadow: 0px 1px 0px #fff, inset 1px 1px 0px #555;  opacity: 0.5;  cursor: default;  -webkit-transition: all 500ms ease-in-out;  -moz-transition: all 500ms ease-in-out;  -ms-transition: all 500ms ease-in-out;  -o-transition: all 500ms ease-in-out;  transition: all 500ms ease-in-out;   }

   .dnnFileUploadScope .dnnLeft .dnnFileUploadDropZone:hover span{
  opacity: 1;   }

input.dnnFixedSizeComboBox{
width: 200px !important;margin-right: 10px;float: left;}

div.dnnFixedSizeComboBox{
width: 218px !important;margin-right: 15px;float: left;}

.dnnFixedSizeComboBox + a.dnnSecondaryAction{
float: left;margin-right: 10px;}

input.dnnSmallSizeComboBox{
width: 100px !important;margin-right: 10px;float: left;}

div.dnnSmallSizeComboBox{
width: 118px !important;margin-right: 15px;float: left;}

.dnnSmallSizeComboBox + a.dnnSecondaryAction{
float: left;margin-right: 10px;}

td.dnnGridHeaderTD-NoBorder{
border-right: none !important;}

tr.dnnGridItem td, tr.dnnGridAltItem td{
border-right: none;}

tr.dnnGridItem td input{
   margin-bottom: 0;}

/*-------------------------------------*/
/* ACCORDIAN
/*-------------------------------------*/
h2.dnnFormSectionHead{
margin-top: 8px;margin-bottom: 18px;border-bottom: 1px solid #ddd;font-size: 32px;line-height: 36px;letter-spacing: -0.03em;}

h2.dnnFormSectionHead a{
   display: block;   padding-left: 3px;   background: url(../images/down-icn.png) no-repeat right 50%;   text-decoration: none;   color: #333;   font-size: 18px;   letter-spacing: normal;   font-weight: normal;}

   h2.dnnFormSectionHead a:hover{
  color: #222;  background: rgba(2,139,255,0.05) /* blue */ url(../images/down-icn.png) no-repeat right 50%;   }

   h2.dnnFormSectionHead a.dnnSectionExpanded{
  background: url(../images/up-icn.png) no-repeat right 50%;  color: #222;   }

  h2.dnnFormSectionHead a.dnnSectionExpanded:hover{
 color: #222; background: rgba(2,139,255,0.05) /* blue */ url(../images/up-icn.png) no-repeat right 50%; /* ACTIVE BLUE */
  }

/*-------------------------------------*/
/* VERTICAL TABS */
/*-------------------------------------*/
.dnnVerticalTabs{
margin-left: 0;}

.dnnVerticalTabs li{
   list-style: none;}

   .dnnVerticalTabs li a{
  display: block;  padding: 15px 15px;  border-bottom: 1px solid #ddd;  border-right: 1px solid #ddd;  background: rgba(0, 0, 0, 0.04);  color: #999;  text-decoration: none;   }

  .dnnVerticalTabs li a:hover{
 background: rgba(0, 0, 0, 0.06); color: #333;  }

   .dnnVerticalTabs li.active a{
  background: none;  color: #333;  border-right: 1px solid transparent;   }

.tabBody{
display: none;}

/*-------------------------------------*/
/* SCROLL BAR */
/*-------------------------------------*/

.jspContainer{
overflow: hidden;position: relative;}

.jspPane{
position: absolute;}

.jspVerticalBar{
position: absolute;top: 0;right: 0;width: 11px;height: 100%;background: #ccc;}

.jspHorizontalBar{
position: absolute;bottom: 0;left: 0;width: 100%;height: 11px;background: #ccc;}

.jspVerticalBar *,
.jspHorizontalBar *{
   margin: 0;   padding: 0;}

.jspCap{
display: none;}

.jspHorizontalBar .jspCap{
float: left;}

.jspTrack{
background: transparent;position: relative;}

.jspVerticalBar .jspTrack{
width: 10px;margin: 0 0 0 3px;}

.jspHorizontalBar .jspTrack{
height: 5px;margin: 3px 0 3px 0;}

.jspVerticalBar .jspCap{
display: block;height: 3px;width: 11px;}

.jspHorizontalBar .jspCap{
display: block;width: 3px;height: 11px;}

.jspDrag{
position: relative;top: 0;left: 0;border-radius: 3px 3px 3px 3px;-webkit-border-radius: 3px 3px 3px 3px;opacity: .75;background: #000;cursor: pointer;}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag{
float: left;height: 5px;}

/*-------------------------------------*/
/* UPGRADE FIXES */
/*-------------------------------------*/

/* Compatible with some old forge modules---*/
div.ModDNNAnnouncementsC table.ucLinkTypeRadioButtons label{
display: inline !important;}

div.ModDNNAnnouncementsC table.ucLinkTypeRadioButtons span.dnnRadiobutton{
display: inline !important;}

div.ModDNNAnnouncementsC .urlControl label, div.ModDNNLinksC .urlControl label{
display: inline !important;}

div.ModDNNFAQsC .Normal{
width: auto !important;}

div.ModDNNFeedbackC .dnnFormItem > label{
display: inline-block;width: 33%;text-align: right;}

div.ModDNNUserDefinedTableC div.RadEditor{
height: auto !important;}

div.ModDNNUserDefinedTableC ul.dnnActions{
display: block;}

div.ModDNNIFrameC .urlControl span.dnnRadiobutton{
display: inline !important;}

div.ModDNNIFrameC table.Normal td .dnnLabel{
width: 100px;}

div.ModDNNIFrameC table.Normal td span.dnnRadiobutton{
margin: 5px 0 0 30px;}

div.ModDNNLinksC .urlControl span.dnnRadiobutton{
display: inline !important;}

/*-------------------------------------*/
/* GENERIC CLASSES */
/*-------------------------------------*/
.left{
float: left;}

.right{
float: right;}

.dnnLeft{
float: left;}

.dnnRight{
float: right;}

.dnnClear{
clear: both;}

.dnnClear:after{
   clear: both;   content: ".";   display: block;   height: 0;   visibility: hidden;   font-size: 0;}

* + html .dnnClear{
min-height: 1%;}

/* used to set the different module align options - from module settings */
.DNNAlignleft{
text-align: left;}

.DNNAlignright{
text-align: right;}

.DNNAligncenter{
text-align: center;}

/* used to collapse panes without any content in them */
.DNNEmptyPane{
width: 0px;}

/* style to apply if the content should be hidden */
.Hidden{
display: none;}
.wordwrap{ 
   white-space: pre-wrap; /* CSS3 */   
   white-space: -moz-pre-wrap; /* Firefox */
   white-space: -pre-wrap;/* Opera <7 */   
   white-space: -o-pre-wrap;   /* Opera 7 */
   word-wrap: break-word; /* IE */
}
/*Edit In Place Tool Bar Classes*/
.eipbackimg{
	position:absolute;	margin-top:-32px;	white-space:nowrap;	background:url(../images/eip_toolbar.png) repeat-x;	height:32px;	z-index: 1;}
.eipbackimg.editMode{
	border: 1px solid #777777 !important;	background: -moz-linear-gradient(top, #303030 0%, #191919 100%) !important; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#303030), color-stop(100%,#191919)) !important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #303030 0%,#191919 100%) !important; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #303030 0%,#191919 100%) !important; /* Opera 11.10+ */
background: -ms-linear-gradient(top, #303030 0%,#191919 100%) !important; /* IE10+ */
background: linear-gradient(to bottom, #303030 0%,#191919 100%) !important; /* W3C */
	opacity: 0.8;}
.eipbackimg.containerTitle{
	margin-top: -8px;}
.eipbackimg.containerTitle.editMode{
	left: auto;	right: 0px;	margin-top: 2px;	background: none !important;	border: none !important;}
.eipbuttonbackimg{
	width: 32px;	height: 32px; 
	cursor: pointer;	float:left;	background: url(../images/eip_toolbar.png) no-repeat;	
}
.eipbackimg.editMode .eipbuttonbackimg{
	border-left: 1px solid #1f1f1f;	border-right: 1px solid #393939;	opacity: 0.5;}

.eipbackimg.editMode.containerTitle .eipbuttonbackimg{
	border: none;	opacity: 1;}

.eipbuttonbackimg.eipbutton_cancel{ background-position: -32px 0;}
.eipbuttonbackimg.eipbutton_bold{ background-position: -64px 0;}
.eipbuttonbackimg.eipbutton_italic{ background-position: -96px 0;}
.eipbuttonbackimg.eipbutton_underline{ background-position: -128px 0;}
.eipbuttonbackimg.eipbutton_justifyleft{ background-position: -160px 0;}
.eipbuttonbackimg.eipbutton_justifycenter{ background-position: -192px 0;}
.eipbuttonbackimg.eipbutton_justifyright{ background-position: -224px 0;}
.eipbuttonbackimg.eipbutton_orderedlist{ background-position: -256px 0;}
.eipbuttonbackimg.eipbutton_unorderedlist{ background-position: -288px 0;}
.eipbuttonbackimg.eipbutton_outdent{ background-position: -320px 0;}
.eipbuttonbackimg.eipbutton_indent{ background-position: -352px 0;}
.eipbuttonbackimg.eipbutton_createlink{ background-position: -384px 0;}

.eipbackimg.containerTitle .eipbutton_cancel{
	background: url(../images/eip_title_cancel.png) no-repeat center center;}

.eipbutton_edit{
	background: url(../images/eip_edit.png) no-repeat 100% center;	float:left;}

.eipbutton_save{
	background: url(../images/eip_save.png) no-repeat 100% center;	float:left;}
.eipbackimg.containerTitle .eipbutton_save{
	background-image: url(../images/eip_title_save.png);}

.eipbackimg.editMode .eipborderhover{
	background-color: #333;	opacity: 1;}
.eipbackimg.editMode.containerTitle .eipborderhover{
	background-color: inherit;}
div[id$=titleLabel_tb].visible ~ span{ margin-left: 32px;}

/*Critical Error Popup*/
div.errorWin p{ margin: 0 0 10px 0;}

input[type="button"].rspCollapseBarSpacer
{ min-width: 0; padding: 0 0; }


/*------------------------------------------------*/
/* DEFAULT PROFILE STYLE */
/*------------------------------------------------*/

.UserProfileControls ul li{
list-style-type: none;}

/*------------------------------------------------*/
/* PROFILE STYLE */
/*------------------------------------------------*/
.console.profile{
/*width: 250px;*/
width:100% !important; /* updated for responsive*/
height: auto;background-color: #484848; /* Menu Background Color */
}

.console.profile .console-none div{
cursor: pointer;cursor: hand;float: left;height: auto;/*width: 250px;*/
width:100% !important; /* updated for responsive*/
padding: 0px;margin: 0px;text-align: left;}

.console.profile .console-none h3{
padding: 10px 8px 10px 40px;margin: 0;border-bottom: solid 1px #fff;background: url('../images/arrow-right-white.png') 18px center no-repeat;color: #eee;font-size: 13px;line-height: 1;font-weight: bold;}

.console.profile .console-none div div{
display: none;}

.console.profile .console-mouseon{
background-color: #70b1c7; /* Menu Hover Background Color */
}
/*-------------------------------------------------*/

/* Login/register/reset paswsword controls in mobile view */
body.mobileView.dnnFormPopup.dnnFormPopupMobileView{
	margin: 0;	padding: 0;	width: 100%;	height: inherit !important;}
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnFormMessage{
	margin: 0;	-moz-box-shadow: none;	-webkit-box-shadow: none;	box-shadow: none;	padding: 10px 0 10px 0;}
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnFormMessage.dnnFormValidationSummary{
	padding: 10px;}
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .LoginPanel,
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnSendPasswordContent,
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnRegistrationForm{
width: 100%;	padding: 18px 0 0 0;margin: 0;float: none;	
	min-width: inherit !important;	
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm{
	width: 100%;	margin: 0;	float: none;	min-width: inherit !important;}



body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem > .dnnLabel{
display: block;text-align: left;float: none;width: 100% !important;font-size: 14px;margin: 0 0 7px 0;vertical-align: top;	padding: 0;}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnSocialRegistration{
	display: none;}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnCaptcha{
	width: 100%;}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnLeft img{
	display: block;	margin: 0 0 5px 0;}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem > .dnnLabel a.dnnFormHelp{
	display: none !important;	width: 0 !important;	margin: 0 !important;}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem > .dnnLabel div.dnnTooltip{
	display: none !important;	width: 0 !important;	position: static !important;	right: 0 !important;	margin: 0 !important;}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem input[type="text"],
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem > input[type="password"]{
display: block;box-sizing: border-box;	-webkit-box-sizing:border-box;-moz-box-sizing: border-box;width: 100% !important;-webkit-border-radius: 0;border-radius: 0;-webkit-box-shadow: none;box-shadow: none;max-width: 100% !important;	margin-bottom: 18px;	min-width: 100% !important;	
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem > label#dnn_ctr_Login_Login_DNN_lblLogin{
	display: none !important;	width: 0;	margin: 0;}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem span.dnnFormMessage.dnnFormError{
	border-radius: 0;	-moz-box-shadow: none;	-webkit-box-shadow: none;	box-shadow: none;	right: 0;	width: auto;	max-width: 100%;	padding: 10px;}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm.dnnLoginService a.dnnPrimaryAction,
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm.dnnLoginService a.dnnSecondaryAction{
	width: 45%;	padding: 18px 0 18px 0;	display: block;	float: left;	margin: 0 5px 0 0;}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnLoginRememberMe{
	display: block;	float: left;	margin: 10px 0 0 5px;}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnLoginActions{
	display: block;}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnActions a.dnnSecondaryAction,
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnActions a.dnnPrimaryAction{
	width: 100%;	padding: 18px 0 18px 0;	display: block;}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnActions{
	padding: 0;}
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnActions li{
	width: 45%;}

/* password strength control in iPopup */
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnRegistrationForm .password-strength-container{
	width: 100%;	margin: 0 0 12px 0;	padding: 8px 0 8px 0;	display: block;	max-width: inherit !important;}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnRegistrationForm .dnnFormItem .password-strength-container input[type="password"]{
	display: block;	margin: 0 8px 0 8px;	width: calc(100% - 20px);	box-sizing: border-box;	-moz-box-sizing: border-box;	-webkit-border-radius: 0;border-radius: 0;-webkit-box-shadow: none;box-shadow: none;max-width: inherit !important;}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnRegistrationForm .dnnFormItem .password-strength-container span.min-length-text{
	display: block;	
	margin: 5px 0 5px 8px;}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnRegistrationForm .dnnFormItem .password-strength-container div.meter{
	float: none;	
	width: 90%;	margin: 0 0 0 8px;}
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnFormItem input.unmatched{
	background: none !important;}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnRegistrationForm .dnnFormItem .password-strength-tooltip, 
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnRegistrationForm .dnnFormItem .confirm-password-tooltip{
	display: none !important;}

.mobileView .dnnFormPopup .ui-dialog-content, .mobileVie #iPopUp .ui-dialog-content{
max-height: none !important; 
}

.mobileView .ui-widget-overlay{
display: none;}
.dnnFormPopup.dnnFormPopupMobileView{
width: auto !important;left: 0 !important;right: 0 !important;top: 0 !important;box-shadow: none !important;}
.dnnFormPopup.dnnFormPopupMobileView div.ui-dialog-titlebar > .ui-dialog-titlebar-close{
display: none;}

.dnnFormPopup.dnnFormPopupMobileView .ui-dialog-titlebar{
border-bottom: none;cursor: inherit;font-size: 22px;color: #000;padding: 5px 0 0 0;}

.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem > .dnnLabel{
display: block;text-align: left;float: none;width: auto !important;font-size: 14px;margin: 0 0 7px 0;vertical-align: top;}

.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem > input[type="text"]{
display: block;box-sizing: border-box;-moz-box-sizing: border-box;width: 100% !important;-webkit-border-radius: 0;border-radius: 0;-webkit-box-shadow: none;box-shadow: none;max-width: inherit !important;}

.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem > textarea,
.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem > .redactor_box{
display: block;box-sizing: border-box;-moz-box-sizing: border-box;width: 100% !important;-webkit-border-radius: 0;border-radius: 0;-webkit-box-shadow: none;box-shadow: none;max-width: inherit !important;}

.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem > select{
box-sizing: border-box;-moz-box-sizing: border-box;width: 100% !important;-webkit-border-radius: 0;border-radius: 0;-webkit-box-shadow: none;box-shadow: none;max-width: inherit !important;}

.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem > .dnnTagsInput{
box-sizing: border-box;-moz-box-sizing: border-box;width: 100% !important;-webkit-border-radius: 0;border-radius: 0;-webkit-box-shadow: none;box-shadow: none;margin-bottom: 18px;max-width: inherit !important;}

.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem > .dnnLabel > input[type="checkbox"].normalCheckBox{
display: inline-block;margin: 0 5px 0 12px;}

.dnnFormPopup.dnnFormPopupMobileView .dnnFormItem span.dnnFormMessage.dnnFormError{
right: 0;width: auto;border-radius: 0;text-align: right;max-width: 100%;}

.dnnFormPopup.dnnFormPopupMobileView a.dnnPrimaryAction,
.dnnFormPopup.dnnFormPopupMobileView .ui-dialog-buttonpane button.dnnPrimaryAction,
.dnnFormPopup.dnnFormPopupMobileView a.dnnSecondaryAction,
.dnnFormPopup.dnnFormPopupMobileView .ui-dialog-buttonpane button.dnnSecondaryAction{
width: 49%;margin: 0;padding: 20px 0 20px 0;display: block;}

.dnnFormPopup.dnnFormPopupMobileView a.dnnPrimaryAction,
.dnnFormPopup.dnnFormPopupMobileView .ui-dialog-buttonpane button.dnnPrimaryAction{
float: left;}

.dnnFormPopup.dnnFormPopupMobileView a.dnnSecondaryAction,
.dnnFormPopup.dnnFormPopupMobileView .ui-dialog-buttonpane button.dnnSecondaryAction{
float: right;}

.dnnFormPopup.dnnFormPopupMobileView .ui-dialog-buttonpane{
border-top: none;}

.dnnFormPopup.dnnFormPopupMobileView .ui-dialog-buttonpane .ui-dialog-buttonset{
   float: none;}

.dnnFormPopup.dnnFormPopupMobileView .four-btn-panel a.dnnPrimaryAction,
.dnnFormPopup.dnnFormPopupMobileView .four-btn-panel a.dnnSecondaryAction{
width: 24%;display: inline-block;margin-right: 1%;float: none;}

.dnnFormPopup.dnnFormPopupMobileView .dnnFormMessage{
box-shadow: none;-moz-box-shadow: none;-webkit-box-shadow: none;margin: 25px 0 15px 0;}

html.mobileView{
overflow: auto !important;}

.mobileView .dnnFormPopup .ui-dialog-content, 
.mobileView #iPopUp .ui-dialog-content{
max-height: none !important; 
}



/***** css/default.css end *****/


/***** css/module.css START *****/


/* ================================
    CSS STYLES FOR Module DNN.UserDefinedTable
   ================================
*/



.UDT_UponSubmit
{
	margin-top :1em;
}
.UDT_Caption
{
	display:block;
}

.fnlSettingsWarning {
    margin: 4% 0 0 32%;
    padding: 0;
}

.dnnFormItem span.CommandButton {
    clear: both;
    display: block;
    margin-left: 32%;
    overflow: hidden;
}
.dnnForm .dnnFormItem .dnnFormLabelWithoutHelp label span {
    line-height: 1.4;
    padding-right: 1.8em;
    display: block;
    position: relative; 
} 
.dnnForm .dnnFormItem .dnnFormLabelWithoutHelp
{
    width: 100%;
    padding: 0px;
    margin: 0px;
}
#dnnFormAndListConfig .Sortable .Draggable
{
	cursor: move;
}


.dnnFormAndList .dnnGridHeader th{
    font-size: 100%;
     white-space: nowrap;
}


.fnlForm
{
margin: 1em auto 1em;
}
/*
#ssPageSettings .dnnTextEditor
{
    margin-left: 32%;
}*/

.pushRight {
    margin-left: 32%;
}
.dnnForm input.dnnFormRequired{
    border-left: 5px red solid!important;
    padding-right: -5px!important;
}
.dnnFormItem textarea.dnn2rows {
    min-height: 1em;
}

/***** css/module.css end *****/


/***** css/portal.css START *****/



.clear { clear:both;} 
.left { float:left;} 
.right { float:right;}
.img-left {float: left; margin-right: 10px;} 
.img-right {float: right; margin-left: 10px;}
.dnnsprite { background-image: url('images/AsideIcons.png'); background-color: transparent; background-repeat: no-repeat; }
.Community { background-position: -249px -5px; }
.Conferences { background-position: -188px -5px; }
.Manuals { background-position: -127px -5px; }
.Marketplace { background-position: -66px -5px; }
.Training { background-position: -5px -5px; }


ul.RotatorNav { margin:-74px 0 0 0;}
ul.RotatorNav li {margin:0;list-style:none;}

ul.sidebar-nav li { list-style-type: none;}
ul.sidebar-nav li ul li { padding-left: 20px;;}

/* Getting Started content */
.getting-started-wrap .left { width: 116px; padding-top:20px;}
.getting-started-wrap .right { width:500px;}
a#TourStart img, a#TourVideo img { margin: 3px 3px 3px -10px; vertical-align: middle;}
#dnnTourContainer { display:none; }
hr.tour { border-style: solid; border-top-width: 0; color: #ccc; margin-top: 1em; }

#Footer #dnn_Footer_LeftPane {float: left;margin: 0 20px 0 0;width: 430px;}
#Footer #dnn_Footer_RightPane {float: left;width: 510px;}

#Sponsors img{width:118px;height:58px;border:solid 1px #000;margin:0 7px 7px 0;background:url(images/Logos.jpg) no-repeat;}
#Sponsors .aspnet img{background-position:0 0;}
#Sponsors .maxasp img{background-position:-118px 0;}
#Sponsors .telerik img{background-position:-236px 0;}
#Sponsors .exacttarget img{background-position:-354px 0;}
#Sponsors .winlive img{background-position: 0 -58px;}
#Sponsors .redgate img{background-position: -118px -58px;}
#Sponsors .appliedi img{background-position: -236px -58px;}
#Sponsors .arrowdesign img{background-position: -354px -58px;}

/* Quick Links */
.tblQuickLinks { width:100%; }
.tblQuickLinks td { line-height:22px; }
.tblQuickLinks a:link, .tblQuickLinks a:active, .tblQuickLinks a:visited{ text-decoration:underline; color:#e5e5e5; }
.tblQuickLinks a:hover {color:#d0171e;}

/* ------    Awesome Cyles site styles    ------ */
/* footer */
.left-footer { width:48%; float:left;}
.right-footer { width:48%; float:right;}

/* Home page */
/* Header Banner*/
.bannerShadow {padding-bottom: 34px; background:url(/Portals/0/images/Slide-Shadow.png) no-repeat 0 bottom;}
	.header-banner { background-image: url("/Portals/0/images/header-bg.jpg"); background-repeat: repeat-x; background-color:#830c11; min-height:200px; color:#FFF;}
		.header-banner .header-banner-image { float:left; width:280px; margin-left:50px; padding-top:13px;}
		.header-banner .header-banner-text { float:right; width:550px; margin-right:55px;}
			.header-banner .header-banner-text { font-size:16px; line-height:19px; padding-top:10px;}
			.header-banner .header-banner-text h2 { font-size:36px; text-transform:uppercase}
			.header-banner .header-banner-text .header-read-more { font-size:14px; text-align:right;}
			.header-banner .header-banner-text .header-read-more a { color:#FFF;}

/* services columns */
.home-services div { width:190px; margin-right:20px; float:left;}
.home-services div.last { margin-right:0;}

/*  home page sidebar styles*/
#RightLinks .last { background:none;}
#RightLinks li.icoAbout img { background-image: url("images/bike-about-icon.png"); background-repeat: no-repeat;}
#RightLinks li.icoBike img { background-image: url("images/bike-icon.png"); background-repeat: no-repeat;}
#RightLinks li.icoNews img { background-image: url("images/bike-news-icon.png"); background-repeat: no-repeat;}

/* Subpage sidebar navigation on */
.Normal ul.sidebar-nav li { line-height:200%;}
.c_DNN6_Aside h3 { padding:0; margin:0; line-height:200%;}


/***** css/portal.css end *****/


/***** css/bootstrap.css START *****/


/*!
 * Bootstrap v2.0.4
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

/* Resets */
.clearfix{*zoom:1;}.clearfix:before,.clearfix:after{display:table;content:"";}
.clearfix:after{clear:both;}
.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0;}
.input-block-level{display:block;width:100%;min-height:28px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;}

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block;}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1;}
audio:not([controls]){display:none;}

html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
a:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
a:hover,a:active{outline:0;}
sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline;}
sup{top:-0.5em;}
sub{bottom:-0.25em;}
img{max-width:100%;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic;}
#map_canvas img{max-width:none;}
button,input,select,textarea{margin:0;font-size:100%;vertical-align:middle;}
button,input{*overflow:visible;line-height:normal;}
button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0;}
button,input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button;}
input[type="search"]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield;}
input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none;}
textarea{overflow:auto;vertical-align:top;}
body{margin:0;font-family:Arial,sans-serif;font-size:12px;line-height:16px;color:#1a171b;background-color:#ffffff;}
a{color:#24517f;text-decoration:none;}
a:hover{color:#e3e3e3;text-decoration:none;}

/* Grid System */
.row{margin-left:-21px;*zoom:1;}.row:before,.row:after{display:table;content:"";line-height:0;}
.row:after{clear:both;}
[class*="span"]{float:left;min-height:1px;margin-left:21px;}
.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:975px;margin: 0 auto;}
.span12{width:975px;}
.span11{width:892px;}
.span10{width:809px;}
.span9{width:726px;}
.span8{width:643px;}
.span7{width:560px;}
.span6{width:477px;}
.span5{width:394px;}
.span4{width:311px;}
.span3{width:228px;}
.span2{width:145px;}
.span1{width:62px;}
.offset12{margin-left:1017px;}
.offset11{margin-left:934px;}
.offset10{margin-left:851px;}
.offset9{margin-left:768px;}
.offset8{margin-left:685px;}
.offset7{margin-left:602px;}
.offset6{margin-left:519px;}
.offset5{margin-left:436px;}
.offset4{margin-left:353px;}
.offset3{margin-left:270px;}
.offset2{margin-left:187px;}
.offset1{margin-left:104px;}
.row-fluid{width:100%;*zoom:1;}.row-fluid:before,.row-fluid:after{display:table;content:"";line-height:0;}
.row-fluid:after{clear:both;}
.row-fluid [class*="span"]{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:left;margin-left:2.1538461538461537%;*margin-left:2.1025641025641026%;}
.row-fluid [class*="span"]:first-child{margin-left:0;}
.row-fluid .span12{width:100.00000000000001%;*width:99.94871794871796%;}
.row-fluid .span11{width:91.48717948717949%;*width:91.43589743589743%;}
.row-fluid .span10{width:82.97435897435898%;*width:82.92307692307692%;}
.row-fluid .span9{width:74.46153846153847%;*width:74.41025641025641%;}
.row-fluid .span8{width:65.94871794871796%;*width:65.8974358974359%;}
.row-fluid .span7{width:57.435897435897445%;*width:57.384615384615394%;}
.row-fluid .span6{width:48.92307692307693%;*width:48.871794871794876%;}
.row-fluid .span5{width:40.41025641025641%;*width:40.35897435897436%;}
.row-fluid .span4{width:31.897435897435898%;*width:31.846153846153847%;}
.row-fluid .span3{width:23.384615384615387%;*width:23.333333333333336%;}
.row-fluid .span2{width:14.871794871794872%;*width:14.820512820512821%;}
.row-fluid .span1{width:6.3589743589743595%;*width:6.307692307692308%;}
.row-fluid .offset12{margin-left:104.30769230769232%;*margin-left:104.2051282051282%;}
.row-fluid .offset12:first-child{margin-left:102.15384615384617%;*margin-left:102.05128205128206%;}
.row-fluid .offset11{margin-left:95.7948717948718%;*margin-left:95.69230769230768%;}
.row-fluid .offset11:first-child{margin-left:93.64102564102565%;*margin-left:93.53846153846153%;}
.row-fluid .offset10{margin-left:87.28205128205128%;*margin-left:87.17948717948717%;}
.row-fluid .offset10:first-child{margin-left:85.12820512820514%;*margin-left:85.02564102564102%;}
.row-fluid .offset9{margin-left:78.76923076923077%;*margin-left:78.66666666666666%;}
.row-fluid .offset9:first-child{margin-left:76.61538461538463%;*margin-left:76.51282051282051%;}
.row-fluid .offset8{margin-left:70.25641025641026%;*margin-left:70.15384615384615%;}
.row-fluid .offset8:first-child{margin-left:68.10256410256412%;*margin-left:68%;}
.row-fluid .offset7{margin-left:61.74358974358975%;*margin-left:61.64102564102565%;}
.row-fluid .offset7:first-child{margin-left:59.5897435897436%;*margin-left:59.487179487179496%;}
.row-fluid .offset6{margin-left:53.23076923076923%;*margin-left:53.12820512820513%;}
.row-fluid .offset6:first-child{margin-left:51.07692307692308%;*margin-left:50.97435897435898%;}
.row-fluid .offset5{margin-left:44.717948717948715%;*margin-left:44.61538461538461%;}
.row-fluid .offset5:first-child{margin-left:42.56410256410256%;*margin-left:42.46153846153846%;}
.row-fluid .offset4{margin-left:36.205128205128204%;*margin-left:36.1025641025641%;}
.row-fluid .offset4:first-child{margin-left:34.05128205128205%;*margin-left:33.94871794871795%;}
.row-fluid .offset3{margin-left:27.692307692307693%;*margin-left:27.58974358974359%;}
.row-fluid .offset3:first-child{margin-left:25.53846153846154%;*margin-left:25.435897435897438%;}
.row-fluid .offset2{margin-left:19.17948717948718%;*margin-left:19.076923076923077%;}
.row-fluid .offset2:first-child{margin-left:17.025641025641026%;*margin-left:16.923076923076923%;}
.row-fluid .offset1{margin-left:10.666666666666668%;*margin-left:10.564102564102566%;}
.row-fluid .offset1:first-child{margin-left:8.512820512820513%;*margin-left:8.41025641025641%;}

/* General Font Settings */
p{margin:0 0 1px 0;}p small{font-size:10px;color:#999999;}
.lead{margin-bottom:16px;font-size:20px;font-weight:200;line-height:24px;}
h1,h2,h3,h4,h5,h6{margin:0;font-family:inherit;font-weight:bold;color:inherit;text-rendering:optimizelegibility;}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{font-weight:normal;color:#999999;}
h1{font-size:18px;line-height:18px;margin-bottom:2px;}h1 small{font-size:16px;}
h2{font-size:14px;line-height:16px;margin-bottom:0;}h2 small{font-size:12px;}
h3{font-size:13px;line-height:16px;margin-bottom:0;text-transform:uppercase;}h3 small{font-size:12px;}
h4,h5,h6{line-height:16px;}
h4{font-size:12px;}h4 small{font-size:11px;}
h5{font-size:11px;}
h6{font-size:11px;text-transform:uppercase;}
h1.white,h2.white,h3.white,h4.white,h5.white,h6.white {color: #fff;}
.page-header{padding-bottom:15px;margin:16px 0;border-bottom:1px solid #eeeeee;}
.page-header h1{line-height:1;}
.change-font-size .row-fluid, .change-font-size .row { line-height: 150%;}
.change-font-size #hnav.navbar .nav .dropdown-menu li a { line-height: 160%;}

/* List Styles */
ul,ol{padding:0;margin:0 0 10px 25px;}
ul ul,ul ol,ol ol,ol ul{margin-bottom:0;}
ul{list-style:disc;}
ol{list-style:decimal;}
li{line-height:16px;}
ul.unstyled,ol.unstyled{margin-left:0;list-style:none;}
dl{margin-bottom:16px;}
dt,dd{line-height:16px;}
dt{font-weight:bold;line-height:15px;}
dd{margin-left:8px;}
.dl-horizontal dt{float:left;width:120px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.dl-horizontal dd{margin-left:130px;}
.change-font-size li { line-height: 20px;}

hr{margin:16px 0;border:0;border-top:1px solid #D0D0D0;}
strong{font-weight:bold;}
em{font-style:italic;}
.muted{color:#999999;}
abbr[title]{cursor:help;border-bottom:1px dotted #999999;}
abbr.initialism{font-size:90%;text-transform:uppercase;}
blockquote{padding:0 0 0 15px;margin:0 0 16px;border-left:5px solid #eeeeee;}blockquote p{margin-bottom:0;font-size:16px;font-weight:300;line-height:20px;}
blockquote small{display:block;line-height:16px;color:#999999;}blockquote small:before{content:'\2014 \00A0';}
blockquote.pull-right{float:right;padding-right:15px;padding-left:0;border-right:5px solid #eeeeee;border-left:0;}blockquote.pull-right p,blockquote.pull-right small{text-align:right;}
q:before,q:after,blockquote:before,blockquote:after{content:"";}
address{display:block;margin-bottom:16px;font-style:normal;line-height:16px;}
small{font-size:100%;}
cite{font-style:normal;}
code,pre{padding:0 3px 2px;font-family:Menlo,Monaco,Consolas,"Courier New",monospace;font-size:11px;color:#333333;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
code{padding:2px 4px;color:#d14;background-color:#f7f7f9;border:1px solid #e1e1e8;}
pre{display:block;padding:7.5px;margin:0 0 8px;font-size:11.100000000000001px;line-height:16px;word-break:break-all;word-wrap:break-word;white-space:pre;white-space:pre-wrap;background-color:#f5f5f5;border:1px solid #ccc;border:1px solid rgba(0, 0, 0, 0.15);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}pre.prettyprint{margin-bottom:16px;}
pre code{padding:0;color:inherit;background-color:transparent;border:0;}
.pre-scrollable{max-height:340px;overflow-y:scroll;}

/* Labelling */
.label,.badge{font-size:10.152px;font-weight:bold;line-height:14px;color:#ffffff;vertical-align:baseline;white-space:nowrap;background-color:#999999;}
.label{padding:1px 4px 2px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
.badge{padding:1px 9px 2px;-webkit-border-radius:9px;-moz-border-radius:9px;border-radius:9px;}
a.label:hover,a.badge:hover{color:#ffffff;text-decoration:none;cursor:pointer;}
.label-important,.label-red,.badge-important,.badge-red{background-color:#b94a48;}
.label-important[href],.badge-important[href]{background-color:#953b39;}
.label-warning,.label-yellow,.badge-warning,.badge-yellow{background-color:#f89406;}
.label-warning[href],.badge-warning[href]{background-color:#c67605;}
.label-success,.label-green,.badge-success,.badge-green{background-color:#468847;}
.label-success[href],.badge-success[href]{background-color:#356635;}
.label-info,.label-blue,.badge-info,.badge-blue{background-color:#3a87ad;}
.label-info[href],.badge-info[href]{background-color:#2d6987;}
.label-inverse,.label-black,.badge-inverse,.badge-black{background-color:#333333;}
.label-inverse[href],.badge-inverse[href]{background-color:#1a1a1a;}

/* Tables */
table{max-width:100%;background-color:transparent;border-collapse:collapse;border-spacing:0;}
.table{width:100%;margin-bottom:16px;}.table th,.table td{padding:5px 7px;line-height:13px;text-align:left;vertical-align:top;}
.table th{font-weight:bold;}
.table thead th{vertical-align:bottom;}
.table caption+thead tr:first-child th,.table caption+thead tr:first-child td,.table colgroup+thead tr:first-child th,.table colgroup+thead tr:first-child td,.table thead:first-child tr:first-child th,.table thead:first-child tr:first-child td{border-top:0;}
.table tbody+tbody{border-top:2px solid #7e7d7d;}
.table-condensed th,.table-condensed td{padding:4px 5px;}
.table-bordered{border:1px solid #7e7d7d;border-collapse:separate;*border-collapse:collapsed;border-left:0;}.table-bordered th,.table-bordered td{border-left:1px solid #7e7d7d;border-top:1px solid #7e7d7d;}
.table-bordered caption+thead tr:first-child th,.table-bordered caption+tbody tr:first-child th,.table-bordered caption+tbody tr:first-child td,.table-bordered colgroup+thead tr:first-child th,.table-bordered colgroup+tbody tr:first-child th,.table-bordered colgroup+tbody tr:first-child td,.table-bordered thead:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child td{border-top:0;}
.table-striped tbody tr th, .table-striped tbody tr td{background-color:#d0d0d0;}
.table-striped tbody tr.alt th, .table-striped tbody tr.alt td{background-color:transparent;}
.table tbody tr:hover td,.table tbody tr:hover th{}

/* Forms */
form{margin:0 0 16px;}
fieldset{padding:0;margin:0;border:0;}
legend{display:block;width:100%;padding:0;margin-bottom:24px;font-size:18px;line-height:32px;color:#333333;border:0;border-bottom:1px solid #e5e5e5;}legend small{font-size:12px;color:#999999;}
label,input,button,select,textarea{font-size:12px;font-weight:normal;line-height:16px;}
input,button,select,textarea{font-family:Arial,sans-serif;}
label{display:block;margin-bottom:5px;}
select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{display:inline-block;height:16px;padding:4px;margin-bottom:9px;font-size:12px;line-height:16px;color:#555555;}
input,textarea{width:210px;}
textarea{height:auto;}
textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{background-color:#ffffff;border:1px solid #cccccc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-webkit-transition:border linear 0.2s,box-shadow linear 0.2s;-moz-transition:border linear 0.2s,box-shadow linear 0.2s;-ms-transition:border linear 0.2s,box-shadow linear 0.2s;-o-transition:border linear 0.2s,box-shadow linear 0.2s;transition:border linear 0.2s,box-shadow linear 0.2s;}textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,.uneditable-input:focus{border-color:rgba(82, 168, 236, 0.8);outline:0;outline:thin dotted \9;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);}
input[type="radio"],input[type="checkbox"]{margin:3px 0;*margin-top:0;line-height:normal;cursor:pointer;}
input[type="submit"],input[type="reset"],input[type="button"],input[type="radio"],input[type="checkbox"]{width:auto;}
.uneditable-textarea{width:auto;height:auto;}
select,input[type="file"]{height:28px;*margin-top:4px;line-height:28px;}
select{width:220px;border:1px solid #bbb;}
select[multiple],select[size]{height:auto;}
select:focus,input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
.radio,.checkbox{min-height:18px;padding-left:18px;}
.radio input[type="radio"],.checkbox input[type="checkbox"]{float:left;margin-left:-18px;}
.controls>.radio:first-child,.controls>.checkbox:first-child{padding-top:5px;}
.radio.inline,.checkbox.inline{display:inline-block;padding-top:5px;margin-bottom:0;vertical-align:middle;}
.radio.inline+.radio.inline,.checkbox.inline+.checkbox.inline{margin-left:10px;}
.input-mini{width:60px;}
.input-small{width:90px;}
.input-xsmall{width:45px;}
.input-medium{width:150px;}
.input-large{width:210px;}
.input-xlarge{width:270px;}
.input-xxlarge{width:530px;}
input[class*="span"],select[class*="span"],textarea[class*="span"],.uneditable-input[class*="span"],.row-fluid input[class*="span"],.row-fluid select[class*="span"],.row-fluid textarea[class*="span"],.row-fluid .uneditable-input[class*="span"]{float:none;margin-left:0;}
.input-append input[class*="span"],.input-append .uneditable-input[class*="span"],.input-prepend input[class*="span"],.input-prepend .uneditable-input[class*="span"],.row-fluid .input-prepend [class*="span"],.row-fluid .input-append [class*="span"]{display:inline-block;}
input,textarea,.uneditable-input{margin-left:0;}
input[disabled],select[disabled],textarea[disabled],input[readonly],select[readonly],textarea[readonly]{cursor:not-allowed;background-color:#eeeeee;border-color:#ddd;}
input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"][readonly],input[type="checkbox"][readonly]{background-color:transparent;}
.control-group.warning>label,.control-group.warning .help-block,.control-group.warning .help-inline{color:#c09853;}
.control-group.warning .checkbox,.control-group.warning .radio,.control-group.warning input,.control-group.warning select,.control-group.warning textarea{color:#c09853;border-color:#c09853;}.control-group.warning .checkbox:focus,.control-group.warning .radio:focus,.control-group.warning input:focus,.control-group.warning select:focus,.control-group.warning textarea:focus{border-color:#a47e3c;-webkit-box-shadow:0 0 6px #dbc59e;-moz-box-shadow:0 0 6px #dbc59e;box-shadow:0 0 6px #dbc59e;}
.control-group.warning .input-prepend .add-on,.control-group.warning .input-append .add-on{color:#c09853;background-color:#fcf8e3;border-color:#c09853;}
.control-group.error>label,.control-group.error .help-block,.control-group.error .help-inline{color:#b94a48;}
.control-group.error .checkbox,.control-group.error .radio,.control-group.error input,.control-group.error select,.control-group.error textarea{color:#b94a48;border-color:#b94a48;}.control-group.error .checkbox:focus,.control-group.error .radio:focus,.control-group.error input:focus,.control-group.error select:focus,.control-group.error textarea:focus{border-color:#953b39;-webkit-box-shadow:0 0 6px #d59392;-moz-box-shadow:0 0 6px #d59392;box-shadow:0 0 6px #d59392;}
.control-group.error .input-prepend .add-on,.control-group.error .input-append .add-on{color:#b94a48;background-color:#f2dede;border-color:#b94a48;}
.control-group.success>label,.control-group.success .help-block,.control-group.success .help-inline{color:#468847;}
.control-group.success .checkbox,.control-group.success .radio,.control-group.success input,.control-group.success select,.control-group.success textarea{color:#468847;border-color:#468847;}.control-group.success .checkbox:focus,.control-group.success .radio:focus,.control-group.success input:focus,.control-group.success select:focus,.control-group.success textarea:focus{border-color:#356635;-webkit-box-shadow:0 0 6px #7aba7b;-moz-box-shadow:0 0 6px #7aba7b;box-shadow:0 0 6px #7aba7b;}
.control-group.success .input-prepend .add-on,.control-group.success .input-append .add-on{color:#468847;background-color:#dff0d8;border-color:#468847;}
input:focus:required:invalid,textarea:focus:required:invalid,select:focus:required:invalid{color:#b94a48;border-color:#ee5f5b;}input:focus:required:invalid:focus,textarea:focus:required:invalid:focus,select:focus:required:invalid:focus{border-color:#e9322d;-webkit-box-shadow:0 0 6px #f8b9b7;-moz-box-shadow:0 0 6px #f8b9b7;box-shadow:0 0 6px #f8b9b7;}
.form-actions{padding:15px 20px 16px;margin-top:16px;margin-bottom:16px;background-color:#f5f5f5;border-top:1px solid #e5e5e5;*zoom:1;}.form-actions:before,.form-actions:after{display:table;content:"";}
.form-actions:after{clear:both;}
.uneditable-input{overflow:hidden;white-space:nowrap;cursor:not-allowed;background-color:#ffffff;border-color:#eee;-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.025);-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.025);box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.025);}
:-moz-placeholder{color:#696969;}
:-ms-input-placeholder{color:#696969;}
::-webkit-input-placeholder{color:#696969;}
.help-block,.help-inline{color:#555555;}
.help-block{display:block;margin-bottom:8px;}
.help-inline{display:inline-block;*display:inline;*zoom:1;vertical-align:middle;padding-left:5px;}
.input-prepend,.input-append{margin-bottom:5px;}.input-prepend input,.input-append input,.input-prepend select,.input-append select,.input-prepend .uneditable-input,.input-append .uneditable-input{position:relative;margin-bottom:0;*margin-left:0;vertical-align:middle;-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0;}.input-prepend input:focus,.input-append input:focus,.input-prepend select:focus,.input-append select:focus,.input-prepend .uneditable-input:focus,.input-append .uneditable-input:focus{z-index:2;}
.input-prepend .uneditable-input,.input-append .uneditable-input{border-left-color:#ccc;}
.input-prepend .add-on,.input-append .add-on{display:inline-block;width:auto;height:16px;min-width:16px;padding:4px 5px;font-weight:normal;line-height:16px;text-align:center;text-shadow:0 1px 0 #ffffff;vertical-align:middle;background-color:#eeeeee;border:1px solid #ccc;}
.input-prepend .add-on,.input-append .add-on,.input-prepend .btn,.input-append .btn{margin-left:-1px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
.input-prepend .active,.input-append .active{background-color:#a9dba9;border-color:#46a546;}
.input-prepend .add-on,.input-prepend .btn{margin-right:-1px;}
.input-prepend .add-on:first-child,.input-prepend .btn:first-child{-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px;}
.input-append input,.input-append select,.input-append .uneditable-input{-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px;}
.input-append .uneditable-input{border-right-color:#ccc;border-left-color:#eee;}
.input-append .add-on:last-child,.input-append .btn:last-child{-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0;}
.input-prepend.input-append input,.input-prepend.input-append select,.input-prepend.input-append .uneditable-input{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
.input-prepend.input-append .add-on:first-child,.input-prepend.input-append .btn:first-child{margin-right:-1px;-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px;}
.input-prepend.input-append .add-on:last-child,.input-prepend.input-append .btn:last-child{margin-left:-1px;-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0;}
.search-query{padding-right:14px;padding-right:4px \9;padding-left:14px;padding-left:4px \9;margin-bottom:0;-webkit-border-radius:14px;-moz-border-radius:14px;border-radius:14px;}
.form-search input,.form-inline input,.form-horizontal input,.form-search textarea,.form-inline textarea,.form-horizontal textarea,.form-search select,.form-inline select,.form-horizontal select,.form-search .help-inline,.form-inline .help-inline,.form-horizontal .help-inline,.form-search .uneditable-input,.form-inline .uneditable-input,.form-horizontal .uneditable-input,.form-search .input-prepend,.form-inline .input-prepend,.form-horizontal .input-prepend,.form-search .input-append,.form-inline .input-append,.form-horizontal .input-append{display:inline-block;*display:inline;*zoom:1;margin-bottom:0;}
.form-search .hide,.form-inline .hide,.form-horizontal .hide{display:none;}
.form-search label,.form-inline label{display:inline-block;}
.form-search .input-append,.form-inline .input-append,.form-search .input-prepend,.form-inline .input-prepend{margin-bottom:0;}
.form-search .radio,.form-search .checkbox,.form-inline .radio,.form-inline .checkbox{padding-left:0;margin-bottom:0;vertical-align:middle;}
.form-search .radio input[type="radio"],.form-search .checkbox input[type="checkbox"],.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{float:left;margin-right:3px;margin-left:0;}
.control-group{margin-bottom:8px;}
legend+.control-group{margin-top:16px;-webkit-margin-top-collapse:separate;}
.form-horizontal .control-group{margin-bottom:16px;*zoom:1;}.form-horizontal .control-group:before,.form-horizontal .control-group:after{display:table;content:"";}
.form-horizontal .control-group:after{clear:both;}
.form-horizontal .control-label{float:left;width:140px;padding-top:5px;text-align:right;}
.form-horizontal .controls{*display:inline-block;*padding-left:20px;margin-left:160px;*margin-left:0;}.form-horizontal .controls:first-child{*padding-left:160px;}
.form-horizontal .help-block{margin-top:8px;margin-bottom:0;}
.form-horizontal .form-actions{padding-left:160px;}

/* Buttons */
.btn{display:inline-block;*display:inline;*zoom:1;padding:2px 6px 2px;margin-bottom:0;font-size:12px;line-height:16px;*line-height:20px;color:#333333;text-align:center;text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);vertical-align:middle;cursor:pointer;background-color:#f5f5f5;background-image:-moz-linear-gradient(top, #ffffff, #e6e6e6);background-image:-ms-linear-gradient(top, #ffffff, #e6e6e6);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));background-image:-webkit-linear-gradient(top, #ffffff, #e6e6e6);background-image:-o-linear-gradient(top, #ffffff, #e6e6e6);background-image:linear-gradient(top, #ffffff, #e6e6e6);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#e6e6e6;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);border:1px solid #696969;*border:0;border-bottom-color:#b3b3b3;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;*margin-left:.3em;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);}.btn:hover,.btn:active,.btn.active,.btn.disabled,.btn[disabled]{background-color:#e6e6e6;*background-color:#d9d9d9;}
.btn:active,.btn.active{background-color:#cccccc \9;}
.btn:first-child{*margin-left:0;}
/*.btn:hover{color:#333333 !important;text-decoration:none;background-color:#e6e6e6!important;*background-color:#d9d9d9!important;background-position:0 -15px;-webkit-transition:background-position 0.1s linear;-moz-transition:background-position 0.1s linear;-ms-transition:background-position 0.1s linear;-o-transition:background-position 0.1s linear;transition:background-position 0.1s linear;}*/
.btn:hover{color:#ffffff !important;text-decoration:none;background-color:#24487f!important;background-image:-moz-linear-gradient(top, #588BBF, #24517F)!important;background-image:-ms-linear-gradient(top, #588BBF, #24517F)!important;background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#588BBF), to(#24517F))!important;background-image:-webkit-linear-gradient(top, #588BBF, #24517F)!important;background-image:-o-linear-gradient(top, #588BBF, #24517F)!important;background-image:linear-gradient(top, #588BBF, #24517F)!important;background-repeat:repeat-x;text-shadow:none;}
.btn:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
.btn.active,.btn:active{background-color:#e6e6e6;background-color:#d9d9d9 \9;background-image:none;outline:0;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);}
.btn.disabled,.btn[disabled]{cursor:default;background-color:#e6e6e6;background-image:none;opacity:0.65;filter:alpha(opacity=65);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
.btn-large{padding:9px 14px;font-size:14px;line-height:normal;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.btn-large [class^="icon-"]{margin-top:1px;}
.btn-small{padding:5px 9px;font-size:10px;line-height:14px;}
.btn-small [class^="icon-"]{margin-top:-1px;}
.btn-mini{padding:2px 6px;font-size:10px;line-height:12px;}
.btn-primary,.btn-primary:hover,.btn-warning,.btn-warning:hover,.btn-danger,.btn-danger:hover,.btn-success,.btn-success:hover,.btn-info,.btn-info:hover,.btn-inverse,.btn-inverse:hover{color:#ffffff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);}
.btn-primary.active,.btn-warning.active,.btn-danger.active,.btn-success.active,.btn-info.active,.btn-inverse.active{color:rgba(255, 255, 255, 0.75);}
.btn{border-color:#939393;border-color:rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.6);}
.btn-primary{background-color:#24487f!important;background-image:-moz-linear-gradient(top, #24517f, #243a7f)!important;background-image:-ms-linear-gradient(top, #24517f, #243a7f)!important;background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#24517f), to(#243a7f))!important;background-image:-webkit-linear-gradient(top, #24517f, #243a7f)!important;background-image:-o-linear-gradient(top, #24517f, #243a7f)!important;background-image:linear-gradient(top, #24517f, #243a7f)!important;background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#24517f', endColorstr='#243a7f', GradientType=0)!important;border-color:#243a7f #243a7f #131f43;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#243a7f!important;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.btn-primary:hover,.btn-primary:active,.btn-primary.active,.btn-primary.disabled,.btn-primary[disabled]{background-color:#243a7f!important;*background-color:#1e316b!important;}
.btn-primary:active,.btn-primary.active{background-color:#192857 \9;}
.btn-danger {color: #ffffff;text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);background-color: #da4f49;*background-color: #bd362f;background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);background-repeat: repeat-x;border-color: #bd362f #bd362f #802420;border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);filter: progid:dximagetransform.microsoft.gradient(enabled=false);}
.btn-danger:hover,.btn-danger:active,.btn-danger.active,.btn-danger.disabled,.btn-danger[disabled] {color: #ffffff;background-color: #bd362f;*background-color: #a9302a;}
.btn-danger:active,.btn-danger.active {background-color: #942a25 \9;}
button.btn,input[type="submit"].btn{*padding-top:2px;*padding-bottom:2px;}button.btn::-moz-focus-inner,input[type="submit"].btn::-moz-focus-inner{padding:0;border:0;}
button.btn.btn-large,input[type="submit"].btn.btn-large{*padding-top:7px;*padding-bottom:7px;}
button.btn.btn-small,input[type="submit"].btn.btn-small{*padding-top:3px;*padding-bottom:3px;}
button.btn.btn-mini,input[type="submit"].btn.btn-mini{*padding-top:1px;*padding-bottom:1px;}

/* Button Groups */
.btn-group{position:relative;*zoom:1;*margin-left:.3em;}.btn-group:before,.btn-group:after{display:table;content:"";}
.btn-group:after{clear:both;}
.btn-group:first-child{*margin-left:0;}
.btn-group+.btn-group{margin-left:5px;}
.btn-toolbar{margin-top:8px;margin-bottom:8px;}.btn-toolbar .btn-group{display:inline-block;*display:inline;*zoom:1;}
.btn-group>.btn{position:relative;float:left;margin-left:-1px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
.btn-group>.btn:first-child{margin-left:0;-webkit-border-top-left-radius:4px;-moz-border-radius-topleft:4px;border-top-left-radius:4px;-webkit-border-bottom-left-radius:4px;-moz-border-radius-bottomleft:4px;border-bottom-left-radius:4px;}
.btn-group>.btn:last-child,.btn-group>.dropdown-toggle{-webkit-border-top-right-radius:4px;-moz-border-radius-topright:4px;border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px;-moz-border-radius-bottomright:4px;border-bottom-right-radius:4px;}
.btn-group>.btn.large:first-child{margin-left:0;-webkit-border-top-left-radius:6px;-moz-border-radius-topleft:6px;border-top-left-radius:6px;-webkit-border-bottom-left-radius:6px;-moz-border-radius-bottomleft:6px;border-bottom-left-radius:6px;}
.btn-group>.btn.large:last-child,.btn-group>.large.dropdown-toggle{-webkit-border-top-right-radius:6px;-moz-border-radius-topright:6px;border-top-right-radius:6px;-webkit-border-bottom-right-radius:6px;-moz-border-radius-bottomright:6px;border-bottom-right-radius:6px;}
.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active{z-index:2;}
.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0;}
.btn-group>.dropdown-toggle{padding-left:8px;padding-right:8px;-webkit-box-shadow:inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);box-shadow:inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);*padding-top:4px;*padding-bottom:4px;}
.btn-group>.btn-mini.dropdown-toggle{padding-left:5px;padding-right:5px;}
.btn-group>.btn-small.dropdown-toggle{*padding-top:4px;*padding-bottom:4px;}
.btn-group>.btn-large.dropdown-toggle{padding-left:12px;padding-right:12px;}
.btn-group.open .dropdown-toggle{background-image:none;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);}
.btn-group.open .btn.dropdown-toggle{background-color:#e6e6e6;}
.btn-group.open .btn-primary.dropdown-toggle{background-color:#243a7f;}
.btn-group.open .btn-warning.dropdown-toggle{background-color:#f89406;}
.btn-group.open .btn-danger.dropdown-toggle{background-color:#bd362f;}
.btn-group.open .btn-success.dropdown-toggle{background-color:#51a351;}
.btn-group.open .btn-info.dropdown-toggle{background-color:#2f96b4;}
.btn-group.open .btn-inverse.dropdown-toggle{background-color:#222222;}
.btn .caret{margin-top:7px;margin-left:0;}
.btn:hover .caret,.open.btn-group .caret{opacity:1;filter:alpha(opacity=100);}
.btn-mini .caret{margin-top:5px;}
.btn-small .caret{margin-top:6px;}
.btn-large .caret{margin-top:6px;border-left-width:5px;border-right-width:5px;border-top-width:5px;}
.dropup .btn-large .caret{border-bottom:5px solid #000000;border-top:0;}
.btn-primary .caret,.btn-warning .caret,.btn-danger .caret,.btn-info .caret,.btn-success .caret,.btn-inverse .caret{border-top-color:#ffffff;border-bottom-color:#ffffff;opacity:0.75;filter:alpha(opacity=75);}

/* Navigation */
.nav{margin-left:0;margin-bottom:16px;list-style:none;}
.nav>li>a{display:block;}
.nav>li>a:hover{text-decoration:none;color:#24517F;}
.nav>.pull-right{float:right;}
.nav .nav-header{display:block;padding:3px 15px;font-size:11px;font-weight:bold;line-height:16px;color:#999999;text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);text-transform:uppercase;}
.nav li+.nav-header{margin-top:9px;}
.nav-list{padding-left:15px;padding-right:15px;margin-bottom:0;}
.nav-list>li>a,.nav-list .nav-header{margin-left:-15px;margin-right:-15px;text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);}
.nav-list>li>a{padding:3px 15px;}
.nav-list>.active>a,.nav-list>.active>a:hover{color:#ffffff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.2);background-color:#24517f;}
.nav-list [class^="icon-"]{margin-right:2px;}
.nav-list .divider{*width:100%;height:1px;margin:7px 1px;*margin:-5px 0 5px;overflow:hidden;background-color:#e5e5e5;border-bottom:1px solid #ffffff;}
.nav-tabs,.nav-pills{*zoom:1;}.nav-tabs:before,.nav-pills:before,.nav-tabs:after,.nav-pills:after{display:table;content:"";}
.nav-tabs:after,.nav-pills:after{clear:both;}
.nav-tabs>li,.nav-pills>li{float:left;}
.nav-tabs>li>a,.nav-pills>li>a{padding-right:12px;padding-left:12px;margin-right:2px;line-height:14px;}
.nav-tabs{border-bottom:1px solid #ddd;}
.nav-tabs>li{margin-bottom:-1px;}
.nav-tabs>li>a{padding-top:8px;padding-bottom:8px;line-height:16px;border:1px solid transparent;-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0;}.nav-tabs>li>a:hover{border-color:#eeeeee #eeeeee #dddddd;}
.nav-tabs>.active>a,.nav-tabs>.active>a:hover{color:#555555;background-color:#ffffff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default;}
.nav-pills>li>a{padding-top:8px;padding-bottom:8px;margin-top:2px;margin-bottom:2px;}
.nav-pills>.active>a,.nav-pills>.active>a:hover{color:#24517F;}
.nav-stacked>li{float:none;}
.nav-stacked>li>a{margin-right:0;}
.nav-tabs.nav-stacked{border-bottom:0;}
.nav-tabs.nav-stacked>li>a{border:1px solid #ddd;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
.nav-tabs.nav-stacked>li:first-child>a{-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0;}
.nav-tabs.nav-stacked>li:last-child>a{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;}
.nav-tabs.nav-stacked>li>a:hover{border-color:#ddd;z-index:2;}
.nav-pills.nav-stacked>li>a{margin-bottom:3px;}
.nav-pills.nav-stacked>li:last-child>a{margin-bottom:1px;}
.nav-tabs .dropdown-menu{-webkit-border-radius:0 0 5px 5px;-moz-border-radius:0 0 5px 5px;border-radius:0 0 5px 5px;}
.nav-pills .dropdown-menu{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.nav-tabs .dropdown-toggle .caret,.nav-pills .dropdown-toggle .caret{border-top-color:#24517f;border-bottom-color:#24517f;margin-top:6px;}
.nav-tabs .dropdown-toggle:hover .caret,.nav-pills .dropdown-toggle:hover .caret{border-top-color:#e3e3e3;border-bottom-color:#e3e3e3;}
.nav-tabs .active .dropdown-toggle .caret,.nav-pills .active .dropdown-toggle .caret{border-top-color:#333333;border-bottom-color:#333333;}
.nav>.dropdown.active>a:hover{color:#000000;cursor:pointer;}
.nav-tabs .open .dropdown-toggle,.nav-pills .open .dropdown-toggle,.nav>li.dropdown.open.active>a:hover{color:#ffffff;background-color:#999999;border-color:#999999;}
.nav li.dropdown.open .caret,.nav li.dropdown.open.active .caret,.nav li.dropdown.open a:hover .caret{border-top-color:#ffffff;border-bottom-color:#ffffff;opacity:1;filter:alpha(opacity=100);}

/* Tabs */
.tabs-stacked .open>a:hover{border-color:#999999;}
.tabbable{*zoom:1;}.tabbable:before,.tabbable:after{display:table;content:"";}
.tabbable:after{clear:both;}
.tab-content{overflow:auto;}
.tabs-below>.nav-tabs,.tabs-right>.nav-tabs,.tabs-left>.nav-tabs{border-bottom:0;}
.tab-content>.tab-pane,.pill-content>.pill-pane{display:none;}
.tab-content>.active,.pill-content>.active{display:block;}
.tabs-below>.nav-tabs{border-top:1px solid #ddd;}
.tabs-below>.nav-tabs>li{margin-top:-1px;margin-bottom:0;}
.tabs-below>.nav-tabs>li>a{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;}.tabs-below>.nav-tabs>li>a:hover{border-bottom-color:transparent;border-top-color:#ddd;}
.tabs-below>.nav-tabs>.active>a,.tabs-below>.nav-tabs>.active>a:hover{border-color:transparent #ddd #ddd #ddd;}
.tabs-left>.nav-tabs>li,.tabs-right>.nav-tabs>li{float:none;}
.tabs-left>.nav-tabs>li>a,.tabs-right>.nav-tabs>li>a{min-width:74px;margin-right:0;margin-bottom:3px;}
.tabs-left>.nav-tabs{float:left;margin-right:19px;border-right:1px solid #ddd;}
.tabs-left>.nav-tabs>li>a{margin-right:-1px;-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px;}
.tabs-left>.nav-tabs>li>a:hover{border-color:#eeeeee #dddddd #eeeeee #eeeeee;}
.tabs-left>.nav-tabs .active>a,.tabs-left>.nav-tabs .active>a:hover{border-color:#ddd transparent #ddd #ddd;*border-right-color:#ffffff;}
.tabs-right>.nav-tabs{float:right;margin-left:19px;border-left:1px solid #ddd;}
.tabs-right>.nav-tabs>li>a{margin-left:-1px;-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0;}
.tabs-right>.nav-tabs>li>a:hover{border-color:#eeeeee #eeeeee #eeeeee #dddddd;}
.tabs-right>.nav-tabs .active>a,.tabs-right>.nav-tabs .active>a:hover{border-color:#ddd #ddd #ddd transparent;*border-left-color:#ffffff;}

/* Navigation Bar */
.navbar{*position:relative;*z-index:2;overflow:visible;margin-bottom:16px;}
.navbar-inner{min-height:40px;background-color:#efefef;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 4px 4px rgba(0, 0, 0, 0.2);-moz-box-shadow:0 4px 4px rgba(0, 0, 0, 0.2);box-shadow:0 4px 4px rgba(0, 0, 0, 0.2);}
.navbar .container{width:auto;}
.nav-collapse.collapse{height:auto;}
.navbar{color:#1a171b;}.navbar .brand:hover{text-decoration:none;}
.navbar .brand{float:left;display:block;padding:8px 20px 12px;margin-left:-20px;font-size:20px;font-weight:200;line-height:1;color:#1a171b;}
.navbar .navbar-text{margin-bottom:0;line-height:40px;}
.navbar .navbar-link{color:#1a171b;}.navbar .navbar-link:hover{color:#ffffff;}
.navbar .btn,.navbar .btn-group{margin-top:5px;}
.navbar .btn-group .btn{margin:0;}
.navbar-form{margin-bottom:0;*zoom:1;}.navbar-form:before,.navbar-form:after{display:table;content:"";}
.navbar-form:after{clear:both;}
.navbar-form input,.navbar-form select,.navbar-form .radio,.navbar-form .checkbox{margin-top:5px;}
.navbar-form input,.navbar-form select{display:inline-block;margin-bottom:0;}
.navbar-form input[type="image"],.navbar-form input[type="checkbox"],.navbar-form input[type="radio"]{margin-top:3px;}
.navbar-form .input-append,.navbar-form .input-prepend{margin-top:6px;white-space:nowrap;}.navbar-form .input-append input,.navbar-form .input-prepend input{margin-top:0;}
.navbar-search{position:relative;float:left;margin-top:0;margin-bottom:0;}.navbar-search .search-query{padding:4px 9px;font-family:Arial,sans-serif;font-size:12px;font-weight:normal;line-height:30px;color:#1a171b;width:100px;height:30px;margin-bottom:0;font-weight:bold;background-color:#ffffff;border:1px solid #e5e5e5;-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none;}.navbar-search .search-query:-moz-placeholder{color:#1a171b;}
.navbar-search .search-query:-ms-input-placeholder{color:#1a171b;}
.navbar-search .search-query::-webkit-input-placeholder{color:#1a171b;}
.navbar-search .search-query:focus,.navbar-search .search-query.focused{padding:5px 10px;color:#333333;text-shadow:0 1px 0 #ffffff;background-color:#ffffff;border:0;-webkit-box-shadow:0 0 3px rgba(0, 0, 0, 0.15);-moz-box-shadow:0 0 3px rgba(0, 0, 0, 0.15);box-shadow:0 0 3px rgba(0, 0, 0, 0.15);outline:0;}
.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030;margin-bottom:0;}
.navbar-fixed-top .navbar-inner,.navbar-fixed-bottom .navbar-inner{padding-left:0;padding-right:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:975px;}
.navbar-fixed-top{top:0;}
.navbar-fixed-bottom{bottom:0;}
.navbar .nav{position:relative;left:0;display:block;float:left;margin:0 10px 0 0;}
.navbar .nav.pull-right{float:right;}
.navbar .nav>li{display:block;float:left;}
.navbar .nav>li>a{float:none;padding:10px 13px 11px;line-height:19px;color:#1a171b;text-decoration:none;font-weight:bold;}
.navbar .btn{display:inline-block;padding:4px 10px 4px;margin:5px 5px 0;line-height:16px;}
.navbar .btn-group{margin:0;padding:5px 5px 6px;}
.navbar .nav>li>a:hover,.navbar .nav>li>a:active, .navbar .nav>li>a.active{color:#ffffff;text-decoration:none;background-color:#588BBF;}
.navbar .nav .active>a,.navbar .nav .active>a:hover{color:#ffffff;text-decoration:none;background-color:#24517f;}
.navbar .divider-vertical{height:40px;width:1px;margin:0 9px;overflow:hidden;background-color:#d0d0d0;border-right:1px solid #efefef;}
.navbar .nav.pull-right{margin-left:10px;margin-right:0;}
.navbar .btn-navbar{display:none;float:right;padding:7px 15px 7px;margin-left:5px;margin-right:5px;background-color:#e3e3e3;background-image:-moz-linear-gradient(top, #efefef, #d0d0d0);background-image:-ms-linear-gradient(top, #efefef, #d0d0d0);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#efefef), to(#d0d0d0));background-image:-webkit-linear-gradient(top, #efefef, #d0d0d0);background-image:-o-linear-gradient(top, #efefef, #d0d0d0);background-image:linear-gradient(top, #efefef, #d0d0d0);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#d0d0d0', GradientType=0);border-color:#d0d0d0 #d0d0d0 #aaaaaa;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#d0d0d0;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);}.navbar .btn-navbar:hover,.navbar .btn-navbar:active,.navbar .btn-navbar.active,.navbar .btn-navbar.disabled,.navbar .btn-navbar[disabled]{background-color:#d0d0d0!important;*background-color:#c3c3c3!important;}
.navbar .btn-navbar:active,.navbar .btn-navbar.active{background-color:#b7b7b7 \9;}
.navbar .btn-navbar .icon-bar{display:block;width:18px;height:2px;background-color:#f5f5f5;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;-webkit-box-shadow:0 1px 0 rgba(0, 0, 0, 0.25);-moz-box-shadow:0 1px 0 rgba(0, 0, 0, 0.25);box-shadow:0 1px 0 rgba(0, 0, 0, 0.25);}
.btn-navbar .icon-bar+.icon-bar{margin-top:3px;}
.navbar .dropdown-menu:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:#d0d0d0;position:absolute;top:-7px;left:9px;}
.navbar .dropdown-menu:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #d0d0d0;position:absolute;top:-6px;left:10px;}
.navbar-fixed-bottom .dropdown-menu:before{border-top:7px solid #ccc;border-top-color:#d0d0d0;border-bottom:0;bottom:-7px;top:auto;}
.navbar-fixed-bottom .dropdown-menu:after{border-top:6px solid #d0d0d0;border-bottom:0;bottom:-6px;top:auto;}
.navbar .nav li.dropdown .dropdown-toggle .caret,.navbar .nav li.dropdown.open .caret{border-top-color:#ffffff;border-bottom-color:#ffffff;}
.navbar .nav li.dropdown.active .caret{opacity:1;filter:alpha(opacity=100);}
.navbar .nav li.dropdown.open>.dropdown-toggle,.navbar .nav li.dropdown.active>.dropdown-toggle,.navbar .nav li.dropdown.open.active>.dropdown-toggle{background-color:#588BBF;color:#fff;}
.navbar .nav li.dropdown.active>.dropdown-toggle:hover{color:#ffffff;}
.navbar .pull-right .dropdown-menu,.navbar .dropdown-menu.pull-right{left:auto;right:0;}.navbar .pull-right .dropdown-menu:before,.navbar .dropdown-menu.pull-right:before{left:auto;right:12px;}
.navbar .pull-right .dropdown-menu:after,.navbar .dropdown-menu.pull-right:after{left:auto;right:13px;}

/* Breadcrumbs */
.breadcrumb{margin:15px 0 20px 0;}
.breadcrumb li{display:inline-block;}
.breadcrumb a{color:#1A171B;}
.breadcrumb a:hover, .breadcrumb a:active, .breadcrumb a:focus {color:#24517F;}
.ie7 .breadcrumb li{float:left;}
.breadcrumb .divider{padding:0 3px;color:#696969;}
.breadcrumb .active a{color:#24517F;}
.breadcrumb .active a:hover, .breadcrumb .active a:active, .breadcrumb .active a:focus {color:#1A171B;}

/* Pagination */
.pagination{height:32px;margin:16px 0;}
.pagination ul{display:inline-block;*display:inline;*zoom:1;margin-left:0;margin-bottom:0;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);}
.pagination li{display:inline;}
.pagination a{float:left;padding:0 14px;line-height:30px;text-decoration:none;border:1px solid #ddd;border-left-width:0;}
.pagination a:hover,.pagination .active a{background-color:#f5f5f5;}
.pagination .active a{color:#999999;cursor:default;}
.pagination .disabled span,.pagination .disabled a,.pagination .disabled a:hover{color:#999999;background-color:transparent;cursor:default;}
.pagination li:first-child a{border-left-width:1px;-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px;}
.pagination li:last-child a{-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0;}
.pagination-centered{text-align:center;}
.pagination-right{text-align:right;}

/* Pager */
.pager{margin-left:0;margin-bottom:16px;list-style:none;text-align:center;*zoom:1;}.pager:before,.pager:after{display:table;content:"";}
.pager:after{clear:both;}
.pager li{display:inline;}
.pager a{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;}
.pager a:hover{text-decoration:none;background-color:#f5f5f5;}
.pager .next a{float:right;}
.pager .previous a{float:left;}
.pager .disabled a,.pager .disabled a:hover{color:#999999;background-color:#fff;cursor:default;}
.thumbnails{margin-left:-21;list-style:none;*zoom:1;}.thumbnails:before,.thumbnails:after{display:table;content:"";}
.thumbnails:after{clear:both;}
.row-fluid .thumbnails{margin-left:0;}

/* Thumbnails */
.thumbnails>li{float:left;margin-bottom:16px;margin-left:21;}
.thumbnail{display:block;padding:4px;line-height:1;border:1px solid #ddd;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:0 1px 1px rgba(0, 0, 0, 0.075);}
a.thumbnail:hover{border-color:#24517f;-webkit-box-shadow:0 1px 4px rgba(0, 105, 214, 0.25);-moz-box-shadow:0 1px 4px rgba(0, 105, 214, 0.25);box-shadow:0 1px 4px rgba(0, 105, 214, 0.25);}
.thumbnail>img{display:block;max-width:100%;margin-left:auto;margin-right:auto;}
.thumbnail .caption{padding:9px;}

/* Alerts */
.alert{padding:8px 35px 8px 14px;margin-bottom:16px;text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);background-color:#fcf8e3;border:1px solid #fbeed5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;color:#c09853;}
.alert-heading{color:inherit;}
.alert .close{position:relative;top:-2px;right:-21px;line-height:18px;}
.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#468847;}
.alert-danger,.alert-error{background-color:#f2dede;border-color:#eed3d7;color:#b94a48;}
.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#3a87ad;}
.alert-block{padding-top:14px;padding-bottom:14px;}
.alert-block>p,.alert-block>ul{margin-bottom:0;}
.alert-block p+p{margin-top:5px;}

/* Tooltip */
.tooltip{position:absolute;z-index:1020;display:block;visibility:visible;padding:5px;font-size:11px;opacity:0;filter:alpha(opacity=0);}.tooltip.in{opacity:0.8;filter:alpha(opacity=80);}
.tooltip.top{margin-top:-2px;}
.tooltip.right{margin-left:2px;}
.tooltip.bottom{margin-top:2px;}
.tooltip.left{margin-left:-2px;}
.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #000000;}
.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid #000000;}
.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #000000;}
.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-right:5px solid #000000;}
.tooltip-inner{max-width:200px;padding:3px 8px;color:#ffffff;text-align:center;text-decoration:none;background-color:#000000;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.tooltip-arrow{position:absolute;width:0;height:0;}

/* Popover */
.popover{position:absolute;top:0;left:0;z-index:1010;display:none;padding:5px;}.popover.top{margin-top:-5px;}
.popover.right{margin-left:5px;}
.popover.bottom{margin-top:5px;}
.popover.left{margin-left:-5px;}
.popover.top .arrow{bottom:0;left:50%;margin-left:-5px;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #000000;}
.popover.right .arrow{top:50%;left:0;margin-top:-5px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-right:5px solid #000000;}
.popover.bottom .arrow{top:0;left:50%;margin-left:-5px;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #000000;}
.popover.left .arrow{top:50%;right:0;margin-top:-5px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid #000000;}
.popover .arrow{position:absolute;width:0;height:0;}
.popover-inner{padding:3px;width:280px;overflow:hidden;background:#000000;background:rgba(0, 0, 0, 0.8);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 3px 7px rgba(0, 0, 0, 0.3);-moz-box-shadow:0 3px 7px rgba(0, 0, 0, 0.3);box-shadow:0 3px 7px rgba(0, 0, 0, 0.3);}
.popover-title{padding:9px 15px;line-height:1;background-color:#f5f5f5;border-bottom:1px solid #eee;-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;}
.popover-content{padding:14px;background-color:#ffffff;-webkit-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;-webkit-background-clip:padding-box;-moz-background-clip:padding-box;background-clip:padding-box;}.popover-content p,.popover-content ul,.popover-content ol{margin-bottom:0;}

/* Dropdown */
.dropup,.dropdown{position:relative;}
.dropdown-toggle{*margin-bottom:-3px;}
.dropdown-toggle:active,.open .dropdown-toggle{outline:0;}
.caret{display:inline-block;width:0;height:0;vertical-align:top;border-top:4px solid #000000;border-right:4px solid transparent;border-left:4px solid transparent;content:"";opacity:0.3;filter:alpha(opacity=30);}
.dropdown .caret{margin-top:8px;margin-left:2px;}
.dropdown:hover .caret,.open .caret{opacity:1;filter:alpha(opacity=100);}
.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:4px 0;margin:1px 0 0;list-style:none;background-color:#d0d0d0;border:1px solid #ccc;border:1px solid rgba(0, 0, 0, 0.2);*border-right-width:2px;*border-bottom-width:2px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);-moz-box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box;}.dropdown-menu.pull-right{right:0;left:auto;}
.dropdown-menu .divider{*width:100%;height:1px;margin:7px 1px;*margin:-5px 0 5px;overflow:hidden;background-color:#e5e5e5;border-bottom:1px solid #ffffff;}
.dropdown-menu a{display:block;padding:3px 15px;clear:both;font-weight:normal;line-height:16px;color:#1a171b;white-space:nowrap;}
.dropdown-menu li>a:hover,.dropdown-menu .active>a,.dropdown-menu .active>a:hover{color:#696969;text-decoration:none;background-color:#e3e3e3;}
.open{*z-index:1000;}.open >.dropdown-menu{display:block;}
.pull-right>.dropdown-menu{right:0;left:auto;}
.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid #000000;content:"\2191";}
.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px;}
.typeahead{margin-top:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}

/* Accordion */
.accordion{margin-bottom:16px;}
.accordion-group{margin-bottom:2px;border:1px solid #e5e5e5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.accordion-heading{border-bottom:0;}
.accordion-heading .accordion-toggle{display:block;padding:8px 15px;}
.accordion-toggle{cursor:pointer;}
.accordion-inner{padding:9px 15px;border-top:1px solid #e5e5e5;}

/* Display Options */
.well{min-height:20px;padding:7px 6px 9px;margin-bottom:12px;background-color:#efefef;border:1px solid #eaeaea;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 2px 1px rgba(0, 0, 0, 0.3);-moz-box-shadow:0 2px 1px rgba(0, 0, 0, 0.3);box-shadow:0 2px 1px rgba(0, 0, 0, 0.3);}.well blockquote{border-color:#ddd;border-color:rgba(0, 0, 0, 0.15);behavior: url(CSS3PIE) !important;}
.well-large{padding:24px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}
.well-small{padding:9px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
.close{float:right;font-size:20px;font-weight:bold;line-height:16px;color:#000000;text-shadow:0 1px 0 #ffffff;opacity:0.2;filter:alpha(opacity=20);}.close:hover{color:#000000;text-decoration:none;cursor:pointer;opacity:0.4;filter:alpha(opacity=40);}
button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;}
.pull-right{float:right;}
.pull-left{float:left;}
.hide{display:none;}
.show{display:block;}
.invisible{visibility:hidden;}
.fade{opacity:0;-webkit-transition:opacity 0.15s linear;-moz-transition:opacity 0.15s linear;-ms-transition:opacity 0.15s linear;-o-transition:opacity 0.15s linear;transition:opacity 0.15s linear;}.fade.in{opacity:1;}
.collapse{position:relative;height:0;overflow:hidden;-webkit-transition:height 0.35s ease;-moz-transition:height 0.35s ease;-ms-transition:height 0.35s ease;-o-transition:height 0.35s ease;transition:height 0.35s ease;}.collapse.in{height:auto;}

/***** css/bootstrap.css end *****/


/***** css/style.css START *****/


/* Resets */
.ui-tabs {padding:0;border:none;background:none;}
.ui-tabs .ui-tabs-nav {padding:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:none;background:none;}
.ui-tabs .ui-tabs-nav li {margin-right:0;margin-left:-1px;margin-top:3px;}
.ui-tabs .ui-state-default {background: #24517F;}
.ui-tabs .ui-tabs-nav li:first-child {margin-left: 0;}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {margin-right:1px;margin-top:0;padding-bottom:2px;}
.ui-tabs .ui-tabs-nav li a {font-style:normal;padding:6px;outline:none;color:#fff;line-height:12px;}
.ui-tabs .ui-tabs-nav li a:hover {background-color: transparent;}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { background: #fff; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -khtml-border-top-right-radius: 5px; border-top-right-radius: 5px; -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -khtml-border-top-left-radius: 5px; border-top-left-radius: 5px;}


.ui-tabs .ui-tabs-nav li.ui-tabs-selected { background: #fff; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -khtml-border-top-right-radius: 5px; border-top-right-radius: 5px; -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -khtml-border-top-left-radius: 5px; border-top-left-radius: 5px;}

.ie7 .ui-tabs-selected, .ie8 .ui-tabs-selected
{ border-radius: 5px; behavior: url(CSS3PIE); }

.ie8 .ui-corner-all, .ie7 .ui-corner-all {margin-left:1px;margin-bottom: -1px;}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {font-weight:bold;padding-top:8px;color:#000;}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a:hover {color:inherit;}
.ui-tabs .ui-tabs-panel {border:1px solid #cdcdcd;padding:6px;background:#fff;}



/* Layout */
* { font-size: 12px;}

html {min-height: 100%;height: 100%; overflow-y: scroll}


body {
	    /* Gradient Bright Blue */
	min-height: 100%;
    background: #fff;  /* Old browsers */
}

body.raise-font-size {
    line-height: 22px;
}


/* .ie7 body, .ie8 body {background: #fff url(../images/bg_ie.png) repeat-x fixed;} */
.ie7 body, .ie8 body {background: #a3a3a3 url(../images/bg_ie.png) repeat-x;
                      background-attachment: fixed;
                      background-position: center;

} 


#wrapper {max-width: 975px; margin: 0 auto;}

#header .row1 {height: 50px; padding-top: 5px;}
.logo {display: block; padding-top: 8px;}
.ie8 .logo img {max-width: none;}

.main {clear: both;}

.main a {}
.ui-widget-content a {color:#24517F;}
.main h1 a, .main h2 a, .main h3 a, .main h4 a, .main h5 a, .main h6 a, .main a h1, .main a h2, .main a h3, .main a h4, .main a h5, .main a h6 {font-style: normal;}
.main a:hover, .main a:active .main a:focus {color:#e3e3e3;background:#24517F;}

.main a, .main a:visited {
color: #036;
}
#footer {border-top: 1px solid #d0d0d0; min-height: 35px;}
#footer p {font-size: 11px; margin-top: 3px;}




/* Sticky Menu */
#header .row2.sticky {
	position: fixed;
	top:0; left:0;
	z-index: 10000;
	background: #e3e3e3;
	height: 40px;
	border-bottom: 1px solid #bdbfbf;
	background-color: #EFEFEF;
	background-image: url(../images/hnav_bg.png);
     -moz-box-shadow:0 8px 6px -6px #919191;
-webkit-box-shadow:0 8px 6px -6px #919191;
box-shadow:0 8px 6px -6px #919191;

	}
.headercontrols.sticky {margin-top: 57px;}
.breadcrumb.sticky {margin-top: 76px;}
#header .row2.sticky .navbar-inner, 
.ie7 #header .row2.sticky .navbar-inner, .ie8 #header .row2.sticky .navbar-inner {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	}
#header .row2.sticky #hnav.navbar .nav li:first-child a {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	}

/* Search */
.navbar-search {padding: 10px 4px 0 0;}
.navbar-search .search-query {
	border-radius: 10px;
	height: 15px;
	font-size: 11px;
	padding: 1px 9px;
	width: 65px;
	line-height: 15px;
	background: #f2f2f2;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 1px solid #d0d0d0;
	}
.navbar-search .search-query:focus,
.navbar-search .search-query.focused {padding: 2px 10px;}
.navbar-search .search-go {
	display: none;
	padding: 1px;
	margin: 0;
	border-color: #bbb;
	}
.searchresults h3 {margin: 16px 0;}

/* Navigation */
.nav-pills > li > a {font-size: 11px;}
#gnav .nav-pills > li > a {padding: 5px 2px; color: #1A171B;}
#gnav .nav-pills > li > a:hover {color: #24517F;}
#gnav .nav {margin-bottom: 0; margin-left: 5px;}
#gnav .nav-pills > li > a {padding: 2px 1px 2px 1px; color: #1A171B;}
#gnav .nav-pills > li {margin-left:5px;}
#gnav .nav-pills.language > li {margin-left:0px;}

#hnav .nav {margin-right: 0;}
#hnav .navbar-inner {
	padding: 0; 
	-webkit-box-shadow:0 8px 6px -6px #919191;
	-moz-box-shadow:0 8px 6px -6px #919191;
	box-shadow:0 8px 6px -6px #919191;
	background-repeat:repeat-x;
	background-position:bottom;
    background: url("../images/hnav_bg.png") repeat scroll 0 0 #EFEFEF;
	}
#hnav .nav > li {
	padding-right: 1px;
	background: url(../images/hnav_border.png) no-repeat right top; 
	}

#hnav.navbar .nav li:first-child a {
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
	}
#hnav.navbar .dropdown-menu:after, #hnav.navbar .dropdown-menu:before {border: none !important;}
#hnav .dropdown-menu {
	padding: 5px 0 0 0;
    border: 1px solid #d0d0d0;
	border-radius: 0;
	box-shadow: none;
	min-width: 80px;
	background-color:#d0d0d0;
	background-image:-moz-linear-gradient(top, #d0d0d0, #e3e3e3);
	background-image:-ms-linear-gradient(top, #d0d0d0, #e3e3e3);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#d0d0d0), to(#e3e3e3));
	background-image:-webkit-linear-gradient(top, #d0d0d0, #e3e3e3);
	background-image:-o-linear-gradient(top, #d0d0d0, #e3e3e3);
	background-image:linear-gradient(#d0d0d0, #e3e3e3);
	background-repeat:repeat-x;
	}
#hnav.navbar .nav .dropdown-menu li a {
	font-weight: bold;
	padding: 0 5px;
	line-height: 20px;
	border-radius: 0;
	white-space: nowrap;
	}
#hnav.navbar .nav .dropdown-menu li a:hover {
	color: #24517f;
	background: transparent;
	}

.nav .ui-icon, .btn-group .ui-icon {float: left;}

.main .nav > li > a:hover {color: #e3e3e3;}

@media (min-width: 482px)
{
    ul.dropdown-menu
    {
        display: none;
    }
    li:hover ul.dropdown-menu
    {
        display: block !important;
    }
    #hnav li:hover ul.dropdown-menu, #hnav li a:focus + ul.dropdown-menu {
	display: block;
	top: 39px;
	}
    #hnav.navbar .nav>li:hover>a{color:#ffffff;text-decoration:none;background-color:#588BBF;}
    #gnav .nav-pills > li > a:hover, #gnav .nav-pills > li > a:active,#gnav .nav-pills > li > a:focus {
	    font-weight: bold;
	    color: #e3e3e3; 
	    background: #24517F;
	}
    #hnav.navbar .nav>li>a:hover,#hnav.navbar .nav>li>a:active,#hnav.navbar .nav>li:hover>a,#hnav.navbar .nav>li>a.active,#hnav.navbar .nav>li>a.active:link,#hnav.navbar .nav>li>a.active:visited,#hnav.navbar .nav>li.selected>a,#hnav.navbar .nav>li.selected>a:link,#hnav.navbar .nav>li.selected>a:visited {text-shadow: 1px 1px 1px #000;background-image: url(../images/hnav-active_gradient.png); background-repeat:repeat-x; background-position: top;}

}

/*IE8 Fixes mobile mneu (because IE8 doesnt support media queries)*/
.ie8 ul.dropdown-menu {display:none !important;}
.ie8 li:hover ul.dropdown-menu {display:block !important}
.ie8 #hnav.navbar .nav>li:hover>a{color:#ffffff;text-decoration:none;background-color:#588BBF;}
.ie8 #hnav.navbar .nav>li>a:hover, .ie8 #hnav.navbar .nav>li>a:active, .ie8 #hnav.navbar .nav>li:hover>a, .ie8 #hnav.navbar .nav>li>a.active, .ie8 #hnav.navbar .nav>li>a.active:link, .ie8 #hnav.navbar .nav>li>a.active:visited, .ie8 #hnav.navbar .nav>li.selected>a, .ie8 #hnav.navbar .nav>li.selected>a:link, .ie8 #hnav.navbar .nav>li.selected>a:visited {text-shadow: 1px 1px 1px #000;background-image: url(../images/hnav-active_gradient.png); background-repeat:repeat-x; background-position: top;}
.ie8 #hnav li:hover ul.dropdown-menu, .ie8 #hnav li a:focus + ul.dropdown-menu {
	display: block;
	top: 39px;
	}

.footercontrols {clear: both; height: 35px;}
.footercontrols .nav {margin-bottom: 0;}
.footercontrols .nav > li > a, .headercontrols .nav > li > a {padding: 5px 8px;}
.footercontrols .nav > li:last-child > a, .headercontrols .nav > li:last-child > a {padding-right: 0;}

#footer .nav-pills > li > a {padding-top:2px; padding-bottom: 2px; color: #1A171B;}
#footer .nav-pills > li > a:hover, #footer .nav-pills > li > a:active,#footer .nav-pills > li > a:focus {color: #e3e3e3; background: #24517F;}

/* Breadcrumb 
.breadcrumb a[href*="/Category/"]
{margin-left: 30px !important;}
*/

/* Box */
.box {
	position: relative;
	display: block;
	margin-bottom: 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 0 8px 6px -6px #919191;
	background: #ebebeb; 
	}
.image-box {padding: 2px; box-shadow:0 8px 6px -6px #919191;-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;}
.image-box .preview {display: block; z-index: 0;}
.image-box .preview img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
.image-box h2 {
	position: absolute;
	z-index: 2;
	top: 0; left: 0;
	padding: 10px;
	text-shadow: 1px 1px 3px #000;
	}
.image-box a {
	display: block;
	position: relative;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	min-height: 100px;
	}
.image-box a .icon {
	display: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	}
.image-box a span.white {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 0; left: 0;
    border-radius: 5px 5px 0 0;
    width: 100%;
    padding: 10px 0 10px 0;
    color: white;
   /* text-shadow: 1px 1px 3px black; */
    line-height: 16px;
    font-weight: bold;
    height: 47px;
    background: url(../images/opacity_black60.png);
}

.image-box a span.white span {
    font-size: 14px;
}

.image-box a span.white span.productGroup {
    margin-left:10px;
    display: block;
}

.image-box a:hover span.white {
    background: url(../images/opacity_black80.png);
}

    .image-box a span.white
    {
        border: solid white 2px !important;
        border-bottom: none !important;
        border-top-right-radius	: 6px;
        border-top-left-radius	: 6px;
        margin: -2px 0 -12px -2px;
    }



/* Tables */
tr.title td {font-weight: bold;}
table td ul {margin-left: 15px;}
table td ul ul {margin-left: 10px;}

/* Matrix */
.matrix-wrapper {margin-top: 10px;}
.matrix {border: none;}
.matrix thead th {height: 32px;}
.matrix thead tr th:first-child,
.matrix tbody th {border-left: none;}
.matrix thead th, .matrix td {
	vertical-align: middle;
	text-align: center;
	}
.matrix thead tr.applicationgroup th {
    font-weight: normal;
    max-width: 30px;
    white-space: normal;
    vertical-align: top;
}
.matrix thead tr.applicationgroup th:nth-child(2) {
    border: none;
}
.matrix th, .matrix td {
	border-color: #c1c1c1;
	border-top: none;
	}
.matrix th a, .matrix th a:hover {
	display: block;
	color: #1A171B;
	font-style: normal;
	}
.matrix td .btn {padding: 2px;}
.matrix th a:hover {background: transparent;}
.matrix thead th {width: 42px; padding-bottom: 12px;}
.matrix thead th.description {width: 106px;}
.matrix tbody th {height: 42px; vertical-align: middle;}
.matrix thead th.description {height: 58px;}

.matrix .ui-button-text-only .ui-button-text {padding: 3px 5px;}

.pinned th {border-right: 1px solid #CCC;}
.pinned .applicationgroup th { border-right: none;}

/* Comparison */
.comparison-wrapper {clear: both;}
.comparison {border-bottom: none;border-right: none;}
.comparison th {width: 235px; padding-left: 0;}
.comparison th, .comparison th + td {border-left: none;}
.comparison th a, .comparison th a:link, .comparison th a:visited, .comparison th a:hover, .comparison th a:active, .comparison th a:focus {
	display: block;
	outline: none;
	padding: 2px 0;
	color: #696969;
	font-style: normal;
	font-weight: normal;
	padding-left: 20px;
	background: url(../images/icon_show.png) no-repeat top left;
	}
.comparison th a:hover, .comparison th a:active, .comparison th a:focus {
	color: #696969;
	background-color: transparent;
	}
.comparison th a.open {
	background-image: url(../images/icon_hide.png) !important;
	}
.comparison td img  {
	max-width: 125px;
	max-height: 125px;
	}

/* Download Form */
.downloadForm .productGroup {margin-bottom: 10px;}
.downloadForm .productGroup > label {font-weight: bold;}
.downloadForm .productFamilies {
	display: none;
	padding-left: 20px;
	}

.radio input[type="radio"], .checkbox input[type="checkbox"] {margin-top: 1px;}
.ie7 .radio input[type="radio"], .ie7 .checkbox input[type="checkbox"],
.ie8 .radio input[type="radio"], .ie8 .checkbox input[type="checkbox"],
.ie9 .radio input[type="radio"], .ie9 .checkbox input[type="checkbox"],
.flexbox.no-webgl .radio input[type="radio"], .flexbox.no-webgl .checkbox input[type="checkbox"] {margin-top: -2px;}
   

/*** Product Group ****/
.row-fluid.productGroup {padding-top: 10px;}
.productGroup  .image {margin-bottom: 10px;}

/*** Product Detail ****/
.productDetail {margin-bottom: 40px;}
.productDetail .span4 .image {margin-bottom: 10px; text-align: center;}
.productDetail .directlinks h3 {min-height: 20px;}
.productDetail .directlinks .links {margin-bottom: 8px;}
.productDetail .directlinks .links h3 {padding-left: 5px;}
.productDetail .directlinks .links .span6:last-child h3 {padding-left: 10px;}
.productDetail .directlinks h3 a img {float: left; padding: 3px 4px 0 0;}
.productDetail .directlinks .well {max-width: 131px;}
.productDetail .directlinks .wells .span6:last-child .well {margin-left: 6px;}
.productDetail #tabs {margin-top: 30px;}

/*** Download ****/
ul.download {
       clear: both;
       margin: 0 0 5px 0; 
       padding: 0 !important;    
       }
ul.download li {
       list-style-type: none; 
       padding: 0 0 2px 25px !important; 
       background: url('../images/icon_neutral.png') no-repeat !important;
       }
ul.download li.pdf { background: url(../images/icon_pdf.png) no-repeat !important; }
ul.download li.doc, ul.download li.docx { background: url(../images/icon_doc.png) no-repeat !important; }
ul.download li.ppt, ul.download li.pptx { background: url(../images/icon_ppt.png) no-repeat !important; }
ul.download li.xls, ul.download li.xlsx { background: url(../images/icon_xls.png) no-repeat !important; }
ul.download li.zip { background: url(../images/icon_zip.png) no-repeat !important; }
ul.download li.flv { background: url(../images/icon_flv.png) no-repeat !important; }
ul.download li.swf { background: url(../images/icon_swf.png) no-repeat !important; }
ul.download li.html { background: url(../images/icon_html.png) no-repeat !important; }
ul.download li.mp4 { background: url(../images/icon_flv.png) no-repeat !important; }

/* Specifications */
#specifications.ui-tabs-panel td .input-small, #specifications.ui-tabs-panel td .input-xsmall {
	margin-left: -8px;
	margin-bottom: 0;
	height: 20px;
	line-height: 20px;
	padding: 0;
	}
#specifications table {
	border-right: none;
    table-layout: fixed;
	}
#specifications table th, #specifications table td {
	border-left: none;
	padding-left: 2px;
	}

#specifications table th.subSpec, #specifications table td.subSpec {
	padding-left: 15px;
	}
#specifications table td .input-small, #specifications table td .input-xsmall {margin-left: 1px !important;}

/* Specifications - Drawings */
#specifications ul.specs_drawings {
 list-style: none;
 margin-left: 0;
}        
#specifications ul.specs_drawings li {
    display: inline;
    margin-top:80px;
}

#specifications ul.specs_drawings li a img {
    border: solid silver 1px;
    margin: 5px;
    padding: 5px;
	height: 60px;
}

#specifications ul.specs_drawings li a:hover {
    background: none !important;
}

#specifications ul.specs_drawings li:after {
    /* content: "+"; */
    content:url('../images/icon_loupe.gif');
    color: #24517F;
    font-size: 16px;
    margin-left: -16px;
    margin-top: 64px;
    position: absolute;
    font-weight: bold;
}

#specifications ul.specs_drawings li a:hover img {
    border: solid gray 1px;
}

sub, sup {font-size: 95%; line-height: 0; position: relative; vertical-align: baseline;}
sub {bottom: -0.25em;}
sup {top: -0.5em}

/* Fussnote */
div.fn {font-size: 11px; color: #696969; font-style: italic;}        



/* Detail tabs */
.table th.right, .table td.right {text-align: right;}
#partnumber.ui-tabs-panel .table tbody th,
#accessories.ui-tabs-panel .table tbody th,
#spareparts.ui-tabs-panel .table tbody th,
#consumables.ui-tabs-panel .table tbody th {width: 100px;}


/* imgpreview */
a.imgpreview, span.imgpreview {position:relative;}
a.imgpreview img, span.imgpreview img {display: none;}
a.imgpreview:hover img, span.imgpreview:hover img {
	display: block;
	position: absolute;
	left: 110%;
	top: 0;	
	border: 1px solid #d0d0d0;
	}
	
/* Scrollable */
#scroller {position: relative;}
#scroller .btn {position: absolute; top: 30%; left: -50px;}
#scroller .btn.right {right: -50px; left: auto;}
#scroller .btn.disabled {display: none;}
#scroller .scrollable{position:relative;overflow:hidden;height:176px;margin-left:0 !important;margin-top: 10px;}
#scroller .scrollable .items{width:20000em;position:absolute;}
#scroller .scrollable .items .item {float: left; width: 978px;}
#scroller .scrollable .items .item div {float: left; width: 23%; padding: 0 1%; background: url(../images/slider_border.png) left top no-repeat;}
#scroller .scrollable .items .item div:first-child, ul.slides li:first-child {padding-left: 0; background: none;}
#scroller .scrollable .items .item h4, ul.slides li h4 {text-transform: uppercase; color: #696969;}

/*Flexslide */
ul.slides li.slide {background: url(../images/slider_border.png) left top no-repeat; max-height: 176px; /* padding: 0 1%; */ }
.carousel li.slide {width: 230px; padding-left: 9px;}
.carousel li.slide:first-child {background: none;}


/* Errors */
span.field-validation-error {
	display: block;
	margin-bottom: 10px;
	font-size: 11px;
	line-height: 13px;
	color: #ff0000;
	}

/* Landingpages */
.landingpage.solar {background: url(../Bilder/marketlanding_solar-bg.png) no-repeat top left;}
.landingpage .wells {margin-top: 30px;}






/* Downloadpage */
.downloadForm h2, #brochures h3, #support h3 {
    margin-bottom:15px;
    margin-top:15px;
}
  
/*Mobile Navigation*/
@media (max-width: 481px) {
.hiddenOnPhone {
    display: none !important;
}
.nav-collapse .nav .dropdown-menu {
    display: none;
}
.nav>li a:hover {
    background: transparent !important;
    color: rgb(26, 23, 27) !important;
    text-shadow: none !important;
}
#hnav.navbar .nav > li > a.active {
    background: #24517F !important;
    color: #FFF !important;
    text-shadow: none !important;
}
}
@media (min-width: 482px) {
.visibleOnPhone {
    display: none !important;
}
}
.nav > li.dropdown > span.arrow {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 37px;
    width: 80px;
}
.ie8 .nav > li.dropdown > span.arrow {
    display: none;
}
.nav>li.dropdown span.arrowpic {
    display: inline-block;
    padding: 0px;
    width: 21px;
    height: 21px;
    border: white 2px solid;
    border-radius: 35px;
    position: absolute;
    top: 0px;
    right: 8px;
    margin: 6px 0px;
    background: url(../images/icon_footer-top.png) white;
    background-repeat: no-repeat;
    background-position: 2px 1px;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.nav > li.dropdown.opened span.arrowpic
{
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.nav>li.dropdown>span.active, ul.nav>li.dropdown.opened>span {
    color: #FFFFFF;
}


/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow:none !important;
        text-shadow: none !important;
    }
    a, a:visited {text-decoration: underline;}
    /*a[href]:after {content: " (" attr(href) ")";}*/
    abbr[title]:after {content: " (" attr(title) ")";}
    /*
     * Don't show links for images, or javascript/internal links
     */
    .ir a:after, a[href^="javascript:"]:after,a[href^="#"]:after {content: "";}
    pre, blockquote {border: 1px solid #999; page-break-inside: avoid;}
    thead {display: table-header-group; /* h5bp.com/t */}
    tr, img {page-break-inside: avoid;}
    img {max-width: 100% !important;}
    p,h2,h3 {orphans: 3; widows: 3;}
    h2,h3 {page-break-after: avoid;}
	
	#gnav,#hnav,.headercontrols,.breadcrumb,#footer,.footercontrols, .navbar-inner, .nav-pills {display: none;visibility: hidden;}
	
	.ui-tabs .ui-tabs-hide {display: block !important;}
	.comparison th a, .comparison th a:link, .comparison th a:visited {background: none !important; padding-left: 0;}   

     .items > div {float: none;}
    #scroller .scrollable .items .item div, #scroller .scrollable .items .item div:first-child {float:none; background: none; padding: 0; width:100%; height:100%;}
    div#scroller {height:300px; margin: 0; padding: 0; overflow: visible;}
    div.table-wrapper div.scrollable { overflow: visible !important; overflow-y: visible !important; }
    .ui-tabs-nav {visibility: hidden;}
    #scroller .scrollable {height:100%;}
    h3 a {text-transform:none !important; font-size:9px}
    .row-fluid .wells {font-size: 9px;}


#scroller {position: absolute; height:100% !important; width:100% !important;}
#scroller .btn {visibility: hidden;}
#scroller .btn.right {right: 0; left: auto;}
#scroller .btn.disabled {display: none;}
#scroller .scrollable{position:relative;overflow:visible;height:100% !important; width:100% !important;margin-left:0 !important;margin-top: 10px;}
#scroller .scrollable .items{width:100%;position:relative;}
/*#scroller .scrollable .items .item {float: none; width: 100%;}
#scroller .scrollable .items .item div {float: none; width: 100%; padding: 0; background: none;}
#scroller .scrollable .items .item div:first-child {padding-left: 0; background: none;}
.row-fluid{height:100%; width:100%;}
#footer
{position:relative;bottom:0;}*/

       
}



/* Behaviors */
.ie7 .well, .ie8 .well,
.ie7 .ui-tabs .ui-tabs-nav li, ie8 .ui-tabs .ui-tabs-nav li,
.ie7 #hnav.navbar .nav li:first-child a, .ie8 #hnav.navbar .nav li:first-child a,
.ie7 .navbar-search .search-query, .ie8 .navbar-search .search-query,
.ie7 #hnav .navbar-inner, .ie8 #hnav .navbar-inner,
.ie7 .box, .ie8 .box,
.ie7 .image-box, .ie8 .image-box,
.ie7 .image-box a, .ie8 .image-box a,
.ie7 .image-box a span.white, .ie8 .image-box a span.white,
.ie7 .image-box a .icon, .ie8 .image-box a .icon /*,
.ie7 .image-box .preview img, .ie8 .image-box .preview img */
{behavior: url(CSS3PIE);}
 





/*
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { background: #fff; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -khtml-border-top-right-radius: 5px; border-top-right-radius: 5px; -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -khtml-border-top-left-radius: 5px; border-top-left-radius: 5px;}

    */

/***** css/style.css end *****/


/***** css/responsive.css START *****/


.hidden {display:none;visibility:hidden;}
.visible-phone {display:none !important;}
.visible-tablet {display:none !important;}
.hidden-desktop {display:none !important;}
.visible-desktop {display:inherit !important;}

@media (max-width:1024px) {
	body {padding-left:10px; padding-right: 10px;}
	.container,.navbar-fixed-top .container,.navbar-fixed-bottom .container {width: 100%;}
	
	.logo {padding-left: 10px; position: relative;}
	#header .row1 {height: 30px;}
	#header .span2, #header .span10 {float: none;margin-left: 0;width: auto;}
	#header .span2 {position: absolute; z-index: 100;}
	#hnav .nav {padding-left: 145px;}
	.navbar .nav > li > a {padding: 11px 10px 10px;}
	#hnav.navbar .nav li:first-child a {border-radius:0;}
	.navbar-search .search-go {display: inline-block; margin-top: 0;}
}
@media (min-width:768px) and (max-width:979px) {
	.hidden-desktop {display:inherit !important;}
	.visible-desktop {display:none !important;}
	.visible-tablet {display:inherit !important;}
	.hidden-tablet {display:none !important;}

	/* Product Groups */
	.image-box a {min-height: 80px;}
	.image-box a:hover .icon img {margin: 2% 0 0 25%; max-height: 100%;}
}
@media (max-width:767px) {
	.hidden-desktop {display:inherit !important;}
	.visible-desktop {display:none !important;}
	.visible-phone {display:inherit !important;}
	.hidden-phone {display:none !important;}
	
	table td ul {margin-left: 13px;}	
	table td ul ul {margin-left: 10px;}
	
	table.responsive { margin-bottom: 0; }
	
	.pinned { position: absolute; left: 0; top: 0; background: #fff; width: 35%; overflow: hidden; overflow-x: scroll; border-left: 1px solid #ccc; }
	.pinned table { border-right: none; border-left: none; width: 100%; }
	.pinned table th, .pinned table td { white-space: nowrap; }
	.pinned td:last-child { border-bottom: 0; }
	
	div.table-wrapper { position: relative; margin-bottom: 20px; overflow: hidden; border-right: 1px solid #ccc; }
	div.table-wrapper div.scrollable table { margin-left: 35%; }
	div.table-wrapper div.scrollable { overflow: scroll; overflow-y: hidden; }	
	
	table.responsive td, table.responsive th { position: relative; white-space: nowrap; overflow: hidden; }
	table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td { display: none; }
	
	/* Comparison My List */
	.comparison-wrapper .pinned {width: 100px;}
	.comparison-wrapper .pinned table tbody th { height: 38px; }
	.comparison-wrapper .pinned table tbody th a { font-weight: bold; }
	.comparison-wrapper .pinned table tbody tr.prdtname th { height: 53px; }
	.comparison-wrapper .pinned table tbody tr.image th { height: 140px; }
	.comparison-wrapper .pinned table tbody tr.description th { height: 200px; } 
	.comparison-wrapper .pinned table tbody tr.benefits th,
	.comparison-wrapper .pinned table tbody tr.features th { height: 150px; }
	.comparison th a, .comparison th a:link, .comparison th a:visited, .comparison th a:hover, .comparison th a:active, .comparison th a:focus,.comparison th a.open {background: none !important; padding-left: 2px;}
	.comparison-wrapper .pinned table th, .comparison-wrapper .pinned table td { white-space: normal; }
	
	.comparison-wrapper div.table-wrapper div.scrollable table { margin-left: 101px; width: auto;}
	.comparison-wrapper div.table-wrapper div.scrollable table tbody td { height: 38px; width: 50%;}
	.comparison-wrapper div.table-wrapper div.scrollable table tbody  tr.prdtname td { height: 53px;}
	.comparison-wrapper div.table-wrapper div.scrollable table tbody  tr.image td { height: 140px;}
	.comparison-wrapper div.table-wrapper div.scrollable table tbody tr.image td img {max-height: 133px; width: auto !important;}
	.comparison-wrapper div.table-wrapper div.scrollable table tbody  tr.description td { height: 200px; padding-right: 0;}
	.comparison-wrapper div.table-wrapper div.scrollable table tbody  tr.benefits td,
	.comparison-wrapper div.table-wrapper div.scrollable table tbody  tr.features td { height: 150px; padding-right: 2px;}
	.comparison-wrapper div.table-wrapper div.scrollable table tbody tr.description td div {display: block !important; height: 189px; overflow-y: auto;}
	.comparison-wrapper div.table-wrapper div.scrollable table tbody tr.benefits td div,
	.comparison-wrapper div.table-wrapper div.scrollable table tbody tr.features td div {display: block !important; height: 139px; overflow-y: auto;}
	.comparison-wrapper table.responsive td, .comparison-wrapper table.responsive th {white-space: normal !important;}
	.comparison .hide, .comparison .show {display: inline !important;}


	/* Matrix */
	.matrix-wrapper .pinned {width: 151px;}
	.matrix-wrapper .pinned table tbody th { height: 38px; vertical-align: middle; }
	
	.matrix-wrapper .pinned table th, .matrix-wrapper .pinned table td { white-space: normal; }
	
	.matrix-wrapper div.table-wrapper div.scrollable table { margin-left: 150px; }
	.matrix-wrapper div.table-wrapper div.scrollable table tbody td { height: 38px; }

	.matrix td .btn {height: 20px; width: 20px;}

    .matrix.table-striped tr {height:62px;}
    .matrix thead th.description { height: auto;}
	
	/* Product Detail */	
	.productDetail .directlinks .span6 {float: left; width: 48%;}
	.productDetail .directlinks .span6:last-child {margin-left: 4% !important;}
	.productDetail .directlinks .well {width: auto;}

}
@media (max-width:767px) {
	body {padding-left:15px;padding-right:15px;}
	.navbar-fixed-top, .navbar-fixed-bottom {margin-left:-20px;margin-right:-20px;}
	.container-fluid {padding:0;}
	.container {width:auto;}
	.row-fluid {width:100%;}
	.row, .thumbnails {margin-left:0;}
	.thumbnails>li {
		float:none;
		margin-left:0;
		}
	[class*="span"], .row-fluid [class*="span"],[class*="offset"],.row-fluid [class*="offset"]:first-child {
		float:none;
		display:block;
		width:auto;
		margin-left:0;
		}
	.span12, .row-fluid .span12 {
		width:100%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		}
	.input-large, .input-xlarge, .input-xxlarge, input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input {
		display:block;
		width:100%;
		min-height:30px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		}
	.input-prepend input, .input-append input, .input-prepend input[class*="span"], .input-append input[class*="span"] {
		display:inline-block;
		width:auto;
		}
	
	.navbar-search {margin-top: -38px; padding-right: 0;}
	
	/* Product Groups */
	.viewProductGroups .span3 {float: left; width: 48%; margin-right: 4%;}
	.viewProductGroups .span3:nth-child(2), .viewProductGroups .span3:nth-child(4) {margin-right: 0;}
	.image-box a:hover .icon img {max-height: 100%;}
	.landingpage {background: none !important;}
}
@media (max-width:600px) {
	#hnav .nav > li {background: none;}
	.ui-tabs .ui-tabs-nav li {
		border: 1px solid #999 !important;
		border-radius: 3px;
		margin: 0 2px 2px 0;
		}
	.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
		padding-bottom: 0;
		margin-bottom: 2px;
		margin-right: 2px;
		border-color: #CDCDCD !important;
		}
	.ui-tabs .ui-tabs-nav li a {padding: 5px !important;}
	.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {padding-top: 6px;}

	.navbar {margin-bottom: 0;}

	.breadcrumb {padding: 5px; margin: 5px 0 10px; list-style: none; font-size: 12px;}
	.breadcrumb li {line-height: 15px;}
	.breadcrumb .divider {padding: 0 2px;}
}
@media (max-width:481px) {
	.row-fluid [class*="offset"]:first-child,.row-fluid .offset12,.row-fluid .offset11,.row-fluid .offset10,.row-fluid .offset9,.row-fluid .offset8,.row-fluid .offset7,.row-fluid .offset6,.row-fluid .offset5,.row-fluid .offset4,.row-fluid .offset3,.row-fluid .offset2,.row-fluid .offset1 {margin-left:0;}
	
	.nav-collapse {-webkit-transform:translate3d(0, 0, 0);}
	input[type="checkbox"], input[type="radio"] {border:1px solid #ccc;}
	.form-horizontal .control-group>label {
		float:none;
		width:auto;
		padding-top:0;
		text-align:left;
		}
	.form-horizontal .controls {margin-left:0;}
	.form-horizontal .control-list {padding-top:0;}
	.form-horizontal .form-actions {
		padding-left:10px;
		padding-right:10px;
		}
	.modal {top:10px;left:10px;right:10px;}
	.modal-header .close {padding:10px;margin:-10px;}
	.carousel-caption {position:static;}
	.navbar-fixed-top, .navbar-fixed-bottom {position:static;}
	.navbar-fixed-top {margin-bottom:20px;}
	.navbar-fixed-bottom {margin-top:20px;}
	.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {padding:5px;}
	.navbar .container {width:auto;padding:0;}
	.nav-collapse {clear:both;}
	.nav-collapse .nav {float:none;margin:0 0 10px;}
	.nav-collapse .nav>li {float:none;}
	.nav-collapse .nav>li>a {margin-bottom:2px;}
	.nav-collapse .nav>.divider-vertical {display:none;}
	.nav-collapse .nav .nav-header {color:#555555;text-shadow:none;}
	.nav-collapse .nav>li>a, .nav-collapse .dropdown-menu a {
		padding:9px 15px;
		font-weight:bold;
		color:#1A171B;
		}
	.nav-collapse .btn {
		padding:4px 10px 4px;
		font-weight:normal;
		-webkit-border-radius:4px;
		-moz-border-radius:4px;
		border-radius:4px;
		}
	.nav-collapse .dropdown-menu li+li a {margin-bottom:2px;}
	.nav-collapse .nav>li>a:hover, .nav-collapse .dropdown-menu a:hover {background-color:#f2f2f2;}
	.navbar-inverse .nav-collapse .nav>li>a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:hover {background-color:#111111;}
	.nav-collapse.in .btn-group {
		margin-top:5px;
		padding:0;
		}
	.nav-collapse .dropdown-menu {
		position:static;
		top:auto;
		left:auto;
		float:none;
		display:block;
		max-width:none;
		margin:0 15px;
		padding:0;
		background-color:transparent;
		border:none;
		-webkit-border-radius:0;
		-moz-border-radius:0;
		border-radius:0;
		-webkit-box-shadow:none;
		-moz-box-shadow:none;
		box-shadow:none;
		}
	.nav-collapse .dropdown-menu:before, .nav-collapse .dropdown-menu:after {display:none;}
	.nav-collapse .dropdown-menu .divider {display:none;}
	.nav-collapse .navbar-form, .nav-collapse .navbar-search {
		float:none;
		padding:10px 15px;
		margin:10px 0;
		border-top:1px solid #f2f2f2;
		border-bottom:1px solid #f2f2f2;
		-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
		-moz-box-shadow:inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
		box-shadow:inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
		}
	.navbar .nav-collapse .nav.pull-right {
		float:none;
		margin-left:0;
		}
	.nav-collapse, .nav-collapse.collapse {
		overflow:hidden;
		height:0;
		}
	.navbar .btn-navbar {display:block;}
	.navbar-static .navbar-inner {padding-left:10px;padding-right:10px;}
	
	
	body {background-attachment: fixed !important;}
	body, label, input, button, select, textarea {font-size: 13px; line-height: 20px;}
	li {line-height: 22px;}
	h1, h2, h3, h4, h5, h6, p {margin-bottom: 10px;}
	.logo {padding-left: 10px;}
	
	#hnav .nav {padding-left: 0;}
	#hnav .navbar-inner {background-position: top;}
	#hnav .nav-collapse {background: #d5d5d5;}
	#hnav .nav > li {background: none; padding-right: 0;}
	#hnav .dropdown-menu {
		border: none;
		background: transparent;
		margin-right: 0;
		}
	#hnav.navbar .nav .dropdown-menu li a {
		padding: 6px 15px;
        white-space: normal;
		}
	
	.navbar-search .search-query {
		width: 140px;
		font-size: 14px;
		height: 20px;
		border: 1px solid #999;
		border-radius: 3px;
		}
	.navbar-search .search-go {display:inline-block;}
	
	.image-box a {min-height: 50px;}
	.image-box a:hover .icon img {margin: 0 0 0 35px;}
	
	.table th, .table td {font-size: 11px; padding: 3px 2px;}
	table td li {font-size: 11px; line-height: 14px;}
	input[type="radio"], input[type="checkbox"] {height: 16px; width: 16px;}

	.image-box h2 {font-size: 13px; padding: 4px; text-shadow: 3px 3px 4px #000;}
}
@media (max-width:320px) {
	#header .row1 {height: auto;}
	.viewProductGroups .span3 {float: none; width: 100%;}
	.image-box a:hover .icon img {margin: 20px 0 0 80px;}
	.image-box h2 {font-size: 15px; padding: 10px; text-shadow: 3px 3px 4px #000;}
	#footer .nav {margin-bottom: 0;}
	#footer .nav-pills > li > a {padding: 5px 8px;}
}
@media (min-width:481px) and (max-width:900px) {
	#header .span2 {position: static;}
	.logo {padding: 0;}
	#hnav .nav {padding-left: 0;}
}
@media (min-width:482px) and (max-width:979px) {.nav-collapse.collapse{ height: auto !important;}
}
@media (min-width:482px) and (max-width:900px) {
    .sticky .logo {margin-top: 20px;}
    #header .row2.sticky {height: 50px;}
}

@media (min-width:768px) and (max-width:979px) {
	.row-fluid {width:100%;*zoom:1;	}
	.row-fluid:before, .row-fluid:after {display:table;content:"";line-height:0;}
	.row-fluid:after {clear:both;}
	.row-fluid [class*="span"] {
		display:block;
		width:100%;
		min-height:30px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		float:left;
		margin-left:2.7624309392265194%;
		*margin-left:2.709239449864817%;
		}
	.row-fluid [class*="span"]:first-child {margin-left:0;}
	.row-fluid .span12 {width:100%;*width:99.94680851063829%;}
	.row-fluid .span11 {width:91.43646408839778%;*width:91.38327259903608%;}
	.row-fluid .span10 {width:82.87292817679558%;*width:82.81973668743387%;}
	.row-fluid .span9 {width:74.30939226519337%;*width:74.25620077583166%;}
	.row-fluid .span8 {width:65.74585635359117%;*width:65.69266486422946%;}
	.row-fluid .span7 {width:57.18232044198895%;*width:57.12912895262725%;}
	.row-fluid .span6 {width:48.61878453038674%;*width:48.56559304102504%;}
	.row-fluid .span5 {width:40.05524861878453%;*width:40.00205712942283%;}
	.row-fluid .span4 {width:31.491712707182323%;*width:31.43852121782062%;}
	.row-fluid .span3 {width:22.92817679558011%;*width:22.87498530621841%;}
	.row-fluid .span2 {width:14.3646408839779%;*width:14.311449394616199%;}
	.row-fluid .span1 {width:5.801104972375691%;*width:5.747913483013988%;}
	.row-fluid .offset12 {margin-left:105.52486187845304%;*margin-left:105.41847889972962%;}
	.row-fluid .offset12:first-child {margin-left:102.76243093922652%;*margin-left:102.6560479605031%;}
	.row-fluid .offset11 {margin-left:96.96132596685082%;*margin-left:96.8549429881274%;}
	.row-fluid .offset11:first-child {margin-left:94.1988950276243%;*margin-left:94.09251204890089%;}
	.row-fluid .offset10 {margin-left:88.39779005524862%;*margin-left:88.2914070765252%;}
	.row-fluid .offset10:first-child {margin-left:85.6353591160221%;*margin-left:85.52897613729868%;}
	.row-fluid .offset9 {margin-left:79.8342541436464%;*margin-left:79.72787116492299%;}
	.row-fluid .offset9:first-child {margin-left:77.07182320441989%;*margin-left:76.96544022569647%;}
	.row-fluid .offset8 {margin-left:71.2707182320442%;*margin-left:71.16433525332079%;}
	.row-fluid .offset8:first-child {margin-left:68.50828729281768%;*margin-left:68.40190431409427%;}
	.row-fluid .offset7 {margin-left:62.70718232044199%;*margin-left:62.600799341718584%;}
	.row-fluid .offset7:first-child {margin-left:59.94475138121547%;*margin-left:59.838368402492065%;}
	.row-fluid .offset6 {margin-left:54.14364640883978%;*margin-left:54.037263430116376%;}
	.row-fluid .offset6:first-child {margin-left:51.38121546961326%;*margin-left:51.27483249088986%;}
	.row-fluid .offset5 {margin-left:45.58011049723757%;*margin-left:45.47372751851417%;}
	.row-fluid .offset5:first-child {margin-left:42.81767955801105%;*margin-left:42.71129657928765%;}
	.row-fluid .offset4 {margin-left:37.01657458563536%;*margin-left:36.91019160691196%;}
	.row-fluid .offset4:first-child {margin-left:34.25414364640884%;*margin-left:34.14776066768544%;}
	.row-fluid .offset3 {margin-left:28.45303867403315%;*margin-left:28.346655695309746%;}
	.row-fluid .offset3:first-child {margin-left:25.69060773480663%;*margin-left:25.584224756083227%;}
	.row-fluid .offset2 {margin-left:19.88950276243094%;*margin-left:19.783119783707537%;}
	.row-fluid .offset2:first-child {margin-left:17.12707182320442%;*margin-left:17.02068884448102%;}
	.row-fluid .offset1 {margin-left:11.32596685082873%;*margin-left:11.219583872105325%;}
	.row-fluid .offset1:first-child {margin-left:8.56353591160221%;*margin-left:8.457152932878806%;}
	input, textarea, .uneditable-input {margin-left:0;}
	.controls-row [class*="span"]+[class*="span"] {margin-left:20px;}
	input.span12, textarea.span12, .uneditable-input.span12 {width:710px;}
	input.span11, textarea.span11, .uneditable-input.span11 {width:648px;}
	input.span10, textarea.span10, .uneditable-input.span10 {width:586px;}
	input.span9, textarea.span9, .uneditable-input.span9 {width:524px;}
	input.span8, textarea.span8, .uneditable-input.span8 {width:462px;}
	input.span7, textarea.span7, .uneditable-input.span7 {width:400px;}
	input.span6, textarea.span6, .uneditable-input.span6 {width:338px;}
	input.span5, textarea.span5, .uneditable-input.span5 {width:276px;}
	input.span4, textarea.span4, .uneditable-input.span4 {width:214px;}
	input.span3, textarea.span3, .uneditable-input.span3 {width:152px;}
	input.span2, textarea.span2, .uneditable-input.span2 {width:90px;}
	input.span1, textarea.span1, .uneditable-input.span1 {width:28px;}
	
	.navbar .nav > li > a {padding: 11px 10px 10px;}

}
@media (min-width:1200px) {}
@media (max-width:979px) {
	body {padding-top:0;}
	
	#scroller {position: static;}
	#scroller .btn {display: none; } 
	.scrollable {height: auto; overflow: visible;}
	.scrollable .items {position: static; width: auto;}
	.scrollable .items .item {float: none; width: auto;}
	.scrollable .items .item div {float: none; width: auto; padding: 0; background: none;}
}
@media (min-width:980px) {
	.nav-collapse.collapse {
	height:auto !important;
	overflow:visible !important;
	}
}

/***** css/responsive.css end *****/


/***** css/colorbox.css START *****/


/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
/* #cboxOverlay{background:#000;} */
#colorbox{outline:0;}
    #cboxTopLeft{width:14px; height:14px; background:url(images/colorbox/controls.png) no-repeat 0 0;}
    #cboxTopCenter{height:14px; background:url(images/colorbox/border.png) repeat-x top left;}
    #cboxTopRight{width:14px; height:14px; background:url(images/colorbox/controls.png) no-repeat -36px 0;}
    #cboxBottomLeft{width:14px; height:43px; background:url(images/colorbox/controls.png) no-repeat 0 -32px;}
    #cboxBottomCenter{height:43px; background:url(images/colorbox/border.png) repeat-x bottom left;}
    #cboxBottomRight{width:14px; height:43px; background:url(images/colorbox/controls.png) no-repeat -36px -32px;}
    #cboxMiddleLeft{width:14px; background:url(images/colorbox/controls.png) repeat-y -175px 0;}
    #cboxMiddleRight{width:14px; background:url(images/colorbox/controls.png) repeat-y -211px 0;}
    #cboxContent{background:#fff; overflow:visible;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:5px;}
        #cboxLoadingOverlay{background:url(images/colorbox/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(images/colorbox/loading.gif) no-repeat center center;}
        #cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
        #cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible;  position:absolute; bottom:-29px; background:url(images/colorbox/controls.png) no-repeat 0px 0px; width:23px; height:23px; text-indent:-9999px;}
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxPrevious{left:0px; background-position: -51px -25px;}
        #cboxPrevious:hover{background-position:-51px 0px;}
        #cboxNext{left:27px; background-position:-75px -25px;}
        #cboxNext:hover{background-position:-75px 0px;}
        #cboxClose{right:0; background-position:-100px -25px;}
        #cboxClose:hover{background-position:-100px 0px;}

        .cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-150px 0px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-125px 0px;}

/***** css/colorbox.css end *****/


/***** css/cms.css START *****/


.ie8 .hiddenlink{font-size:0px;padding:10px;}
.hiddenlink, a.hiddenlink:hover, a.hiddenlink:visited, .hiddenlink a:link, .hiddenlink a:visited, .hiddenlink a:active, .hiddenlink a:hover{color:transparent !important;background-color:transparent !important;}
.dnnForm input.dnnFormRequired, .dnnForm textarea.dnnFormRequired, .dnnForm select.dnnFormRequired, .dnnForm div.dnnFormRequired{border-left:5px solid #24517F;}
.dnnForm{position:relative;}
#dnn_sliderpane h1{max-width:975px;margin:0 auto;line-height:150%}
.wrapper{max-width:975px;margin:0 auto;}
.news li.row-fluid:nth-child(even){background:#D0D0D0}
.news li.row-fluid:nth-child(odd){background:transparent}
.news li{padding-bottom:10px;padding-top:10px;list-style:initial}
.ie8 .news li.odd{background:none repeat scroll 0 0 #D0D0D0;}
table td ul.news{margin-left:0px;}
.homenews{position:relative;display:block;min-height:300px}
.homenews a:hover{background:none}
.home_picture1{left:250px;max-width:620px;position:relative;}
.home_picture1 img{max-height:400px !important; max-width: none}
.home_text{width:300px;float:left;z-index:20;position:absolute}
.home_text h1{color:black;font-size:30px;line-height:32px;}
.home_text a:link{text-decoration:none !important}
ul.homenews{padding:0;margin:0;}
.Language img{display:none;}
.nav-pills > li > span{line-height:22px;margin-right:2px;padding-left:12px;padding-right:12px;margin-bottom:2px;margin-top:2px;font-size:11px;}
ul li{list-style-type:none;}
.ModDNNHTMLC ul li{list-style:disc outside none;}
.ModDNNHTMLC ol li{list-style-type:decimal;}
.ModhelferleinFormC input[type="checkbox"]{float:left;margin-right:10px;}
.Normal{Font-size:12px}
.NormalBold{font-weight:bold;Font-size:12px}
.NormalRed{color:red}
.Title{font-size:18px;line-height:36px;}
.TitleSmall{font-size:14px;line-height:18px;}
.blue{color:#24517F}
.lang ul li a{text-transform:uppercase;}
.well{}
.well h3{margin-bottom:10px;text-transform:none;}
.span3:first-child{margin-left:0px !important;}
.blue{color:#24517F}
.silver{color:#E3E3E3}
.black{color:#1A171B}
.gray{color:#696969}
.light-blue{color:#588BBF}
.white{color:white}
a.nohover:hover{background:none !important;}
#header ul li li{list-style-type:none;}
#wrapper .dnnForm{margin:0;min-width:auto}
.DnnModule-DNN_UserDefinedTable .dnnForm{width:100%}
.RadPicker .RadInput .riTextBox{text-align:right;color:black !important;}
.dnnForm div.dnnFormItem .RadComboBox{min-width:260px !important;}
.kwicks li{float:left;width:90px;height:140px;}
.kwicks .kwicks_inner{width:400px;}
.kwicks .bigLetter{height:140px;color:red;float:left;}
.kwicks .smallLetters{display:none;text-align:left;width:140px;margin-top:13px;float:right;}
.kwicks li.active .smallLetters{display:block;}
.market{position:relative;}
.scrollable .overlay{background-image:url("images/wTrans90.png") !important;bottom:0;display:none;position:absolute;text-decoration:none;width:100% !important;background-repeat:repeat !important;}
.scrollable .overlay h4{padding:10px !important;}
.ui-autocomplete{z-index:1000 !important}
ul.events{padding-left:0px;margin-left:0px;padding-top:20px;}
li#events_record{padding-top:5px;width:100%;height:auto;margin:0 0 0 0;overflow:hidden;background:#F9F9F9;border-top:1px solid #DDD;}
ul.events li#events_record .desc{display:table-cell}
ul.events li#events_record .image{padding-top:0px;}
li#events_record:hover{background:#F5F5F5;}
.image{width:87px;height:auto;float:left;padding:8px;}
.thumbnail{display:block;padding:4px;line-height:1;border:1px solid #DDD;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:0 1px 1px rgba(0, 0, 0, 0.075);}
.worldwide .table-striped tbody tr th, .worldwide .table-striped tbody tr td{background-color:white !important}
.worldwide table tr:nth-child(even){background:#D0D0D0}
.worldwide table tr:nth-child(odd){background:#FFF}
ul.products{margin-left:0px}
ul.products li{background-position:center;position:relative;display:block;list-style-type:none;float:left;width:140px;border:1px solid gray;margin-right:10px;margin-bottom:10px;height:100px;background-repeat:no-repeat;}
ul.products li .overlay{display:block;background-image:url("images/wTrans90.png") !important;position:absolute;bottom:0;left:0;text-decoration:none;width:90%;color:black;padding:5%;}
.radio input[type="radio"] label, .checkbox input[type="checkbox"] label{}
.radio input[type="radio"], .checkbox input[type="checkbox"]{float:left;margin-left:0px;}
.form-horizontal.dnnForm .control-label{display:none}
.form-horizontal.dnnForm{width:100%}
.floatright{float:right !important}
.floatright div{clear:both}
.floatleft{float:left}
.ModDNNFAQsC .Solved{color:Green}
#dnn_ContentPane .width8col{width:65.9487%;}
#dnn_ContentPane .width6col{width:48.9231%;}
#dnn_ContentPane .width4col{width:31.8974%;}
#dnn_ContentPane.clearfix div.DnnModule div.span8,
#dnn_ContentPane div.span8:first-child, #dnn_ContentPane div.span4:first-child, #dnn_ContentPane div.span6:first-child{margin-left:0 !important;}
#dnn_Boxes .well{min-height:200px;margin-top:35px}
#dnn_Boxes .height250{min-height:250px;}
#dnn_Boxes .height300{min-height:300px;}
#dnn_Boxes .height350{min-height:350px;}
#dnn_Boxes .height400{min-height:400px;}
#dnn_Boxes .mindex0{margin-left:0px !important;}
area{outline:none;border:0px;}
area:focus{outline:none;border:0;}
input[type="image"]{width:auto}
Table.jobs td{padding-right:10px;}
.table-bordered th, .table-bordered td{border-left:0px solid #7E7D7D;border-top:1px solid #7E7D7D;padding-left:0px;}
.breadcrumb li:last-child a{color:#24517F;}
.breadcrumb .divider{padding-left:6px;padding-right:6px}
p[content*="inficon"]{text-transform:uppercase}
.ModContentoinficonapplicationsbymarketC ul{margin-left:0px;}
.hasInfos{cursor:pointer;}
.ModhelferleinFormC .dnnTooltip{margin-left:30px;}
.ModhelferleinFormC .dnnTooltip:after{}
a{outline:none;}
map > area,
map > area:active,
map > area:focus{outline:none;border:0;}
@media (min-width:768px) and (max-width:979px){.homenews li{max-width:600px}
.home_picture1{max-width:450px;}
.home_picture1 img{width:80%;height:auto;}
.worldwide{width:450px;}
}
@media (max-width:767px){.homenews li{max-width:350px}
.home_text{width:100%;float:none;z-index:0;position:relative}
.home_picture1{left:0px;position:relative;}
.home_picture1 img{width:100%;height:auto;}
.DNNEmptyPane{display:none !important}
.main{background-image:none !important;}
}
@media (max-width:600px){.homenews li{max-width:300px}
.worldwide{display:none}
}
@media (max-width:481px){}
@media (max-width:320px){}
span.CommandButton{border-color:rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.6);}
span.CommandButton{-moz-border-bottom-colors:none;-moz-border-left-colors:none;-moz-border-right-colors:none;-moz-border-top-colors:none;background-color:#F5F5F5;background-image:-moz-linear-gradient(center top , #FFFFFF, #E6E6E6);background-repeat:repeat-x;border-color:#696969 #696969 #B3B3B3;border-image:none;border-radius:3px 3px 3px 3px;border-style:solid;border-width:1px;box-shadow:0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);color:#333333;cursor:pointer;display:inline-block;font-size:12px;line-height:16px;margin-bottom:0;padding:2px 6px;text-align:center;text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);vertical-align:middle;}

 
.DnnModule  div[id*='dnn_ctr'] {position: relative}

.ui-dialog
{
padding: 18px;}


div.span8 > ul > li{
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    list-style-type: disc !important;
}


.shadow {
-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.48);
-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.48);
box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.48);}



.worldwide  svg g path , .worldwide  svg g polygon {
    fill: gray;
    cursor: pointer;
}

.worldwide svg g path:hover, .worldwide svg g polygon:hover {fill	: #24517F}

/***** css/cms.css end *****/


.image { 
    width: auto;
    padding: 0;
    margin: 0;
}
[class*="span"] {
    margin-left: 0;
}
#events_record .image {
    width: 87px;
    margin-right: 1em;
}
#jobs_container {
    margin-top: 1em;
}
.container > .span4:first-child {
    margin-right: 1em;
    float: left;
}
.container > .span4:last-child {
    margin-left: 1em;
    float: right;
}
.container > .span8:nth-child(2), .container > .span8:only-child {
    width: auto;
    float: none;
    overflow: hidden;
}
.container > .span8:only-child {
    margin: 0 auto;
}
.no-media-element {
    display: none;
}
#c167 {
    width: 6em;
    float: left;
}
.news_categories {
    margin-top: -1em;
    height: 1em;
}
.news_categories li {
    margin-right: 0.25em;
    float: left;
}
.news_categories li:after {
    content: '|';
    margin-left: 0.25em;
}
.news_categories li:last-child:after {
    display: none;
}
.continent.active path, .continent.active polygon { fill	: #24517F}

.frame-well h5 { display: none }
.frame-well h5:first-child { margin-top: 1em }
#service_select h5 { display: block !important }
#service_select { display: none }
#service_table { width: 100% }
#service_table tr { display: none }
#service_table td { padding-bottom: 1em; vertical-align: top; width: 33% }
strong:first-child { margin-right: 0.5em }
p strong:first-child,
strong strong:first-child { margin: 0 }
.news .article .footer {
    margin: 0;
    padding: 0;
    border-top: none;
}
.news .article { padding: 1em; }
.news .article:nth-child(even){ padding: 1em; background: #ddd }
#dnn_sliderpane { clear: both; display: none }
.tx-inficon-event { margin-top: 1em; }
.no-news-found { display: none }
.frame { clear: both }
.frame li { list-style: disc }
.frame-well li { list-style: none }
.frame-well { clear: none }
.frame-well img { float: left; margin-right: 5px }
.frame-space-after-small figure { float: none; margin-bottom: 0.5em; }
figure img { height: auto }
.frame-jumbotron img { max-width: none }
.frame-well{min-height:20px;padding:7px 6px 9px;margin-bottom:12px;background-color:#efefef;border:1px solid #eaeaea;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 2px 1px rgba(0, 0, 0, 0.3);-moz-box-shadow:0 2px 1px rgba(0, 0, 0, 0.3);box-shadow:0 2px 1px rgba(0, 0, 0, 0.3);}.frame-well blockquote{border-color:#ddd;border-color:rgba(0, 0, 0, 0.15);behavior: url(CSS3PIE) !important;}
.frame-well .contenttable { width: 100%; }
.frame-well     { float: left; margin: 1em 1em 0 0; min-height: 182px; width: 192px; }
.frame-well:last-child { margin-right: 0 }
.frame-well ul { padding: 0; margin: 0 }
#c21.frame-well { float: none; margin: 0; min-height: auto; min-width: auto; text-align: left; width: 100% }
.frame-well .image { float: none; }
.frame-well header { margin-bottom: 1em }
#c21 { margin-top: 1em }
.frame-well figure a:hover { background: none }
#c400, #c905, .frame-well:nth-child(2):last-child, .frame-well:only-child { width: auto; padding: 0 20px }
#cc-notification { position: relative !important }
ul.media li {
    width: 182px;
    height: 182px;
    display: block;
    float: left;
    position: relative;
    text-align: center;
    margin: 0 10px 10px 0;
}
ul.media li span {
    position: absolute;
    bottom: 5px;
    display: block;
    width: 100%;
}
ul.media img {
    float: none;
    padding: none;
    max-height: 162px;
}
ul.media li:hover {
    box-shadow: 0 0 5px #036;
}
ul.media a { 
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
ul.media a:hover {
    color: #036;
    background: none;
}
ul.media li a .youtube { position: relative }
ul.media li a .youtube img:first-child {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    opacity: 0.5;
    margin-top: -21px;
    margin-left: -30px;
}
#youtube_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#youtube_wrapper div {
    height: 50%;
    height: 80vh;
    max-height: 45vw;
    width: 80%;
    width: 142.22vh;
    max-width: 80vw;
    box-shadow: 0 0 20px #000;
    margin: 20px auto;
    margin: 10vh auto;
}
.downloads li {
    width: 135px;
    float: left;
}
.ui-tabs-panel:after {
    content: '';
    display: table;
    clear: both;
}
.ui-tabs-selected a:hover {
    cursor: pointer !important;
}
.ui-tabs-panel ul {
    margin: 0;
}
.ui-tabs-panel li {
    margin: 12px 0;
}
.ui-tabs-panel h2 a {
    font-weight: normal;
}
.ui-tabs-panel a:hover {
    background: none !important;
    color: #e3e3e3 !important;
}
.TEST_INDICATOR {
    position: fixed;
    top: 10px;
    left: 10px;
    font-size: 128px;
    opacity: 0.7;
    color: red;
    line-height: 1em;
    z-index: -1;
}
.error.help-block {
    color: red;
    font-weight: bold;
    font-style: italic;
    padding-left: 1em;
}
.image a {
    display: inline-block;
    padding: 2px;
    border-radius: 2.5px;
    margin: 5px;
}
.frame-indent a {
    border: 2px solid #24517F;
}
.powermail_fieldwrap, .powermail_field .checkbox { clear:both }
.powermail_field .checkbox input { margin-right:1em }
.powermail_form h3, .powermail_form legend { display: none }
.powermail_fieldwrap_type_text { margin-bottom: 1em; font-weight: bold; }
.powermail_fieldwrap_type_text div { padding: 0.5em 0; line-height: 1.2em; font-weight: normal }
.powermail_fieldset { margin-top: 1em; }
.powermail_fieldwrap label {width: 210px}

.powermail_field_error { border: 1px color red; border-radius: 3px }
.parsley-errors-list { color: #f44 }
#dnn_LeftPane img, #dnn_RightPane img { max-width: 300px; }
.ui-tabs-panel li { list-style: none }
.radio { clear: both }
.tx-felogin-pi1 legend { display: none }
.tx-felogin-pi1 input { height: auto }
.inficon_event { margin: 0 }
.powermail_field .checkbox { clear:both }
input.form-control {
    height: auto;
    padding: 0.5em;
}
.presentations { margin-bottom: 5em }
.nav-collapse > #nav > li:last-child { display: none }
#shoppingCart { display: none }
@font-face{font-family:'FontAwesome';src:url('//products.inficon.com/Content/styles/fonts/fontawesome-webfont.eot?v=4.2.0');src:url('//products.inficon.com/Content/styles/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'),url('//products.inficon.com/Content/styles/fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'),url('//products.inficon.com/Content/styles/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'),url('//products.inficon.com/Content/styles/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-shopping-cart:before{content:""; margin-right: 5px}
#c1 #dnn_LeftSmal { display: none }
/* Added for country autocomplete */
.country_wrapper {
    position: relative;
}
.country_wrapper ul.ui-autocomplete {
    background: white;
    border: 1px solid #ccc;
    border-radius: 3px;
    position: absolute;
    top: 26px !important;
    width: 24em;
}
.country_wrapper ul.ui-autocomplete li a {
    display: block;
    background: white;
    padding: 3px;
}
.country_wrapper ul.ui-autocomplete a.ui-state-hover {
    background: #24517f;
    color: #e3e3e3;
}
.country_wrapper li {
    list-style: none !important;
}
.country_wrapper li:nth-of-type(1n+9) { display: none }
.ce-right .ce-gallery {
    float: right;
}
.ce-center .image { float: none; text-align: center }
#dnn_leftPane div:first-child .ce-center .image { float: left; }
fieldset.powermail_fieldset:after {
    content: '*Indicates required field';
    display: block;
    margin-top: 1em;
    color: #f44;
    font-style: italic;
}
.lang_1 fieldset.powermail_fieldset:after {
    content: '*Pflichtfeld'
}
.lang_2 fieldset.powermail_fieldset:after {
    content: '*campo requerido'
}
.lang_3 fieldset.powermail_fieldset:after {
    content: '*必填项目'
}
.lang_4 fieldset.powermail_fieldset:after {
    content: '*必須フィールド'
}
.lang_5 fieldset.powermail_fieldset:after {
    content: '*필수 입력란'
}
figure {
    margin: 0
}
p:empty { min-height: 1em }

.cycle, .cycle li {
    list-style: none !important;
}

.frame-space-after-medium {
    margin-bottom: 2em;
}

.text-center { text-align: center }
