﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #FFFFFF;
    margin: 0px;
    padding: 0px;
    color: #333333;
    font-family: Arial;
    font-size: 13px;
    font-style: normal;
    text-decoration: none;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

header,
footer,
nav,
section {
    display: block;
}

.title img { display: block;float: left;}

em {
  font-style: italic;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    color: #333333;
    text-transform: none;
    font-weight: bold;
    margin-bottom: 0px;
}

h1
{
    font-size: 28px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
  color: #06357A;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}
h3
{
    font-size: 24px;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}

/* Tables
----------------------------------------------------------*/


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
  margin: auto;
  width: 960px;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.headerTop {
  display: inline-block;
  margin: 10px 0 3px 10px;
  width: 100%;
}

.title > img {
  float: left;
}

.header h1 {
  border: medium none;
  float: left;
  margin: 29px 0 0;
  padding: 0 0 0 10px;
  text-decoration: none;
}

.newsTickerContainer {
  border: 1px solid #CDCDCD;
  min-height: 15px;
  margin-top: 10px;
  padding: 10px;
}

#main {
    padding: 30px 10px;
    background-color: #fff;
    min-height: 400px;
}

.head-section {
  margin-bottom: 5px;
}

.content-section {
    
}

.bordered-container {
  background: none repeat scroll 0 0 #F1F1F1;
  border: 1px solid #DDDDDD;
  border-radius: 10px 10px 10px 10px;
  display: inline-block;
  padding: 20px;
}

.twocolumn .bordered-container {
  width: 408px;
}

.bordered-container.fullwidth {
  min-width: 900px;
}

.bordered-container.partwidth {
  display: block;
  width: 560px;
}

.bordered-container.partwidth.double-fieldset {
  display: block;
  width: 700px;
}

.register-page .bordered-container.partwidth.automargin {
  width: 700px;
}

.footer
{
    border-top: 1px solid #CDCDCD;
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

.red {
	color: red;
}

/* NEWS TICKER  
----------------------------------------------------------*/

#ticker-container 
{
    overflow: hidden;
    width: 938px;
}

.ticker-items {
  display: block;
  float: left;
  height: 16px !important;
  overflow: hidden;
  width: 850px !important;
}

.newsTickerContainer .controls {
  display: block;
  float: right;
  margin-top: 2px;
}

.newsTickerContainer .controls li {
    float: left;
}

.newsTickerContainer .controls a:hover, .newsTickerContainer .controls a:focus {
  opacity: 1;
}

.newsTickerContainer li.ticker-pause a {
    background: url("/content/images/ticker-pause.png") no-repeat scroll 0 0 transparent;
}

.newsTickerContainer li.ticker-next a {
    background: url("/content/images/ticker-right.png") no-repeat scroll 0 0 transparent;
}

.newsTickerContainer li.ticker-previous a {
    background: url("/content/images/ticker-left.png") no-repeat scroll 0 0 transparent;
}

.newsTickerContainer .controls a {
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 15px;
  line-height: 1px;
  margin: 0 8px 0 0;
  opacity: 0.7;
  overflow: hidden;
  width: 15px;
}


/* SEARCH
----------------------------------------------------------*/
.searchBox-container {
  border: 1px solid #CCCCCC;
  border-radius: 5px 5px 5px 5px;
  float: right;
  margin-left: 5px;
  margin-right: 2px;
    *margin: 0;
}

input[type="text"].searchBox {
  padding: 4px 3px;
  float: left;
}

.searchBox {
  border: medium none;
  border-radius: 5px 5px 5px 5px;
    *margin-right:0px;
    *float: left;
}

.searchBox-container > img {
  cursor: pointer;
  float: left;
  padding: 3px;
    *cursor: pointer;
    *height: 16px;
    *width: 16px;
    *position: relative;
    *top: 0px;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink 
{
  border-bottom: 1px solid #CDCDCD;
  display: inline-block;
  height: 32px;
  width: 100%;
}

div#menucontainer
{
}

div#menucontainer ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

#menu li {
  float: left;
}

div#menucontainer ul li a, div#menucontainer ul li a:visited
{
	outline: none;
    border: 1px solid #999999;
    border-bottom : none;
    border-left: none;
    border-radius: 5px 5px 0 0;
}

div#menucontainer ul li a, div#menucontainer ul li a:visited {
    background-color: #EAEAEA;
    color: #333333;
    display: inline-block;
    height: 18px;
    min-width: 116px;
    padding: 8px 1px 5px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

div#menucontainer ul li:first-child a, div#menucontainer ul li:first-child a:visited {
  border-left: 1px solid #999999;
}

div#menucontainer ul li a:hover
{
    background-color: #BCBDC0;
    color: #465c71;
    text-decoration: none;
}

div#menucontainer ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

div#menucontainer ul li a.selected 
{
  background-color: white;
  font-weight: bold;
  height: 18px;
  padding-bottom: 6px;
  position: relative;
}

/* INACTIVE REPO MESSAGE   
----------------------------------------------------------*/
.repoStatus {
  color: #FF0000;
  font-size: 18pt;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
  margin: 1em 0;
}

fieldset legend {
  color: #000F55;
  font-size: 14px;
  font-weight: bold;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

.partwidth dl, .partwidth.double-fieldset dl {
    width: 100%;
}

.partwidth dt, .partwidth.double-fieldset dt {
  text-align: right;
  width: 28%;
}

.register-page .partwidth dt {
  width: 135px;
}

.partwidth dd, .partwidth.double-fieldset dd {
  width: 70%;
}

.partwidth.double-fieldset form {
  width: 100%;
}

.register-page .partwidth dd {
  overflow: hidden;
  width: 515px;
}

.partwidth.double-fieldset fieldset {
  float: left;
  width: 50%;
}

.partwidth input {
    width: 200px;
}

.partwidth.double-fieldset fieldset:last-of-type {
  width: 40%;
}

.partwidth.double-fieldset fieldset:first-of-type {
  /*width: 60%;*/
  width:100%;
}

.user-options {
  margin: 5px 0;
}

.register-page fieldset input {
    width: 250px;
}

.login-page dl {
  height: 50px;
  margin-left: 10px;
  float: none;
  width: 100px;
}

.loginFieldContaner {
  float: left;
  margin-right: 60px;
}

.username-top input {
  width: 200px;
}

.loginFieldContaner.links {
  margin-top: 20px;
    width: 100%;
}

.loginFieldContaner.remember {
  margin-top: 24px;
  width: 150px;
}

.loginFieldContaner.submit .form-editor-label input {
    margin-top: 20px
}

.loginForm {
  display: block;
  margin: 0 auto;
  width: 90%;
}

dl 
{
  float: left;
  clear: both;
  display: inline-block;
  margin: 5px 0;
    width: 100%;
}

dl.fullwidth{
  width: 100%;
}

dt {
  float: left;
}

dd {
  float: left;
  padding-left: 5px;
}

.username-bottom 
{
  min-height: 20px;
  width: 200px;
}

input[type="text"], input[type="password"], input[type="email"], textarea {
    padding: 3px;
	width: 15em;
}

.fullwidth .form-editor-label.long input[type="text"] {
    width: 300px;
}

.form-editor-field > input[type="checkbox"] {
  margin-top: 5px;
  width: 20px;
}

label {
  display: inline-block;
  padding: 3px;
}

#authoriseUserForm > div {
  margin: 10px 0 30px 95px;
}

#authoriseOrgForm > div {
  margin: 0 0 0 95px;
}

div.double-fieldset form {
  float: left;
  padding: 0 0 0 10px;
  width: 45%;
}

.double-fieldset dt {
  width: 90px;
}

.double-fieldset dd {
  width: 300px;
}

.double-fieldset .form-submit {
    
}

.form-display-label, .form-editor-label {
    font-weight: bold;
}

.form-editor-field select {
  min-width: 180px;
  padding: 3px;
}

.editor-left {
  float: left;
}

.editor-right {
  float: left;
  margin-left: 5px;
  width: 200px;
}

.register-page .editor-right {
    width: 250px;
}

.form-submit {
  display: inline-block;
  width: 100%;
}

.teleditor .form-submit {
  display: block;
  float: left;
}

.teleditor .form-submit > input {
  float: right;
  margin-right: 163px;
}

.teleditor dt .form-editor-label {
  width: 170px;
}

.teleditor dd .form-editor-label {
  width: 602px;
}

.teleditor dd .form-editor-label.long {
}

.teleditor .editor-right {
  width: 438px;
}

.form-submit > input {
  float: left;
  margin-left: 129px;
  margin-top: 20px;
}

.form-submit-right {
  display: inline-block;
  float: left;
  margin-top: 10px;
  width: 100%;
}

.form-submit-right > input {
  float: right;
}

.field-validation-error {
  color: #ED1C24;
  font-weight: normal;

  float:left;
  display:block;
  margin:5px 0;
}

.folder-form dl {
    width: 100%;
}

fieldset textarea {
  height: 70px;
  width: 416px;
}

.twocolumn fieldset textarea {
  height: 140px;
  width: 398px;
}

.uploadform .editor-label {
  display: inline-block;
  padding-bottom: 1em;
  padding-right: 3%;
  text-align: right;
  vertical-align: top;
  width: 18%;
  float: left;
}

.uploadform .editor-field {
  display: inline-block;
  padding-bottom: 1em;
  width: 76%;
  float: left;
}

.uploadform fieldset textarea {
  height: 45px;
  width: 416px;
}

.uploadform input[type="text"] {
  width: 415px;
}

.validation-summary-errors > ul {
  list-style: disc outside none;
  padding: 5px 20px;
}

.uploadform #securityRatingInfo {
  cursor: pointer;
  display: inline-block;
  margin: 0;
}

#securityRatingInfo > img {
  height: 16px;
  margin: 0 0 0 4px;
  position: relative;
  top: 4px;
  width: 16px;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.backToList {
  display: inline-block;
  margin: 10px 0 0;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.hidden, .button.hidden {
    display: none !important;
}

.automargin {
    margin: auto;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay {
  display: inline-block;
  float: right;
  padding: 10px;
  text-align: right;
  width: 450px;
}

.loginDisplay strong {
    font-weight: bold;
}

.switchRepository {
  margin-bottom: 15px;
}

.switchRepository input.button {
  *padding: 0;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold, strong
{
    font-weight: bold;
}

.threecolumn {
  float: left;
  margin: 0 0 30px 5px;
  width: 280px;
}

.twocolumn {
  float: left;
  width: 440px;
}

.help-page .twocolumn {
  margin: 0 0 30px 40px;
}

.help-page .twocolumn:first-of-type {
  margin-left: 0;
}

div.actionMessage {
  border: 1px solid;
  padding: 12px;
}

.greenBackground {
    background-color: #DDFED5;
    border-color: #A7D093 !important;
}

.redBackground {
    background-color: #FEDFDF;
    border-color: #E18989 !important;
}

.blueBackground, .k-grid .blueBackground {
    background-color: #E9F2FC;
    border-color: #96AAD8 !important;
}

.actionMessage.blueBackground > ul {
  list-style: disc outside none;
  padding: 0 15px;
}

.actionMessage > ul ul {
  list-style: none inside none;
  padding: 5px 0 5px 10px;
}

.create {
  margin-bottom: 5px;
}

.create .button {
  float: right;
  margin-right: 13px;
  min-width: 78px;
}

/* Authenticate Pages & Request Login Pages  
----------------------------------------------------------*/

.register {
  display: inline-block;
}

.register-page .row {
  margin-bottom: 15px;
}

.register-page .col.right {
  width: 20%;
}

.register-page .col.left {
  width: 75%;
}

.col.left {
  float: left;
}

.col.right {
  float: right;
}

.register-page .row.darkpane {
    cursor: pointer;
}

.darkpane {
  background-color: #F8F8F8;
  box-shadow: 3px 3px 4px 2px #CCCCCC;
  padding: 10px;
}

.darkpane.selected {
   /* background-color: #E9F2FC;*/
    border-color: #96AAD8;
	
   /* background: url("/content/images/tick.gif") no-repeat  670px center #E9F2FC ; */
    background: url("/content/images/tick.gif") no-repeat  620px center #E9F2FC ;
}

.register-page .button {
  width: 85px;
}

.register-page input[type="checkbox"] {
    width: 10px;
}

input[type="submit"], #clearForm {
  border: 1px solid #CDCDCD;  
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 20px;
}

input[type="submit"], #clearForm {
    background-image: linear-gradient(bottom, #F1F1F1 15%, #D9D9D9 80%);
    background-image: -o-linear-gradient(bottom, #F1F1F1 15%, #D9D9D9 80%);
    background-image: -moz-linear-gradient(bottom, #F1F1F1 15%, #D9D9D9 80%);
    background-image: -webkit-linear-gradient(bottom, #F1F1F1 15%, #D9D9D9 80%);
    background-image: -ms-linear-gradient(bottom, #F1F1F1 15%, #D9D9D9 80%);
    background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.15, #F1F1F1),
	    color-stop(0.8, #D9D9D9)
    );
}

input[type="submit"]:hover, #clearForm:hover
{
    cursor: pointer;
    background-image: linear-gradient(bottom, #FEFEFE 15%, #E6E6E6 80%);
    background-image: -o-linear-gradient(bottom, #FEFEFE 15%, #E6E6E6 80%);
    background-image: -moz-linear-gradient(bottom, #FEFEFE 15%, #E6E6E6 80%);
    background-image: -webkit-linear-gradient(bottom, #FEFEFE 15%, #E6E6E6 80%);
    background-image: -ms-linear-gradient(bottom, #FEFEFE 15%, #E6E6E6 80%);

    background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.15, #FEFEFE),
	    color-stop(0.8, #E6E6E6)
    );
}

.admin-page h3 {
    color: #14276F;
}

.help-page {
    display: inline-block;
}

.repo-page.head-section {
  display: inline-block;
  width: 100%;
}

.breadCrumb {
  float: left;
  margin-bottom: 10px;
  width: 100%;
}

.repoActions {
  float: right;
  height: 30px;
}

#authoriseOrgContainer dt {
  margin-bottom: 10px;
  width: 100%;
}

#authoriseOrgContainer dd {
  padding: 0;
}

.repo-page.body table {
  width: 100%;
}

.repo-page.body th:first-of-type {
  width: 84%;
}

.repositoryView {
  margin-top: 1em;
}

#authoriseOrgContainer {
  display: none;
  clear: both;
}

#authoriseUserContainer {
  clear: both;
  display: none;
  float: left;
  margin-top: 20px;
}


.ui-helper-hidden-accessible { display:none; }

.ui-autocomplete {
  background: none repeat scroll 0 0 white;
  border: 1px solid #DDDDDD;
  border-top: none;
  width: 200px;
  padding: 3px;
}

.k-grid tbody .button, #ie8#skips {
  min-width: 78px;
}

.k-grid .button {
  margin: 0 0.1em;
}

.button:hover {
  background-color: #A99F9A;
  border-color: #A99F9A;
}

.button:active {
  background-color: #06357A;
  border-color: #14276F;
  color: #FFFFFF;
}

a.button, button.button {
  -moz-user-select: none;
    color: #06357A;
}

.button {
  border-radius: 4px 4px 4px 4px;
}

.button {
  background-color: #E3E3E3;
  border-color: #C5C5C5;
}

.button {
  color: #2E2E2E;
}

.button {
  background-color: #E3E3E3;
}

.button {
  background-image: url("/Content/Images/highlight.png");
}

.button {
  display: inline-block;
  vertical-align: middle;
}

.button {
  -moz-box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  line-height: 1.66em;
  margin: 0;
  outline: 0 none;
  padding: 2px 7px;
  text-align: center;
  text-decoration: none;
}

a.button {
  padding: 3px 7px;
}

.button {
  border-style: solid;
  border-width: 1px;
  font-family: inherit;
  font-size: 100%;
}

.button {
  background-position: 0 center;
  background-repeat: repeat-x;
}


/* Repository List
----------------------------------------------------------*/

tr.repoList {
  height: 100px;
}

.repoList .details {
  padding: 1em 1em 0.5em 0.5em;
  vertical-align: top;
  width: 640px;
  max-width: 640px;
}

.image {
  float: left;
  width: 50px;
}

.folder .image > img {
  margin-left: 6px;
  width: 40px;
}

.item, .breadcrumb {
  margin-left: 85px;
}

.item .top {
  font-weight: bold;
}

.item .actionbuttons {
  float: right;
  margin-top: 10px;
}

.button > img {
  height: 16px;
  margin-right: 5px;
  position: relative;
  top: 3px;
  width: 16px;
}

tr.repoList td {
    border-bottom: 1px solid #DDDDDD;
}

/* FileUpload
----------------------------------------------------------*/

.uploadform div div.bottom {
    float: right;
}

.uploadform div div.bottom input {
    width: 100px;
}

.uploadform div div.top {
  margin: 0 0 10px;
}

.uploadform div > div {
  margin: 15px 0;
}

/* Edit Homepage Contacts
----------------------------------------------------------*/

#editDetails input[type="text"] {
  width: 250px;
}

#editDetails label {
  width: 100px;
}

.ajaxLoading {
  display: inline;
  left: 47%;
  position: relative;
  top: -155px;
}

.ajaxLoading.editDetails {
  left: 22%;
}

/* Homepage Contacts
----------------------------------------------------------*/

.contactDetailsContainer {
  height: 250px;
  display: block;
  /* fix for our good friend ie7 */
    *margin-top: 10px;
}

#supportDetails > p {
  float: left;
}

#supportDetails div.details {
  display: block;
  margin: auto;
  width: 500px;
}

.dropdowns {
  display: block;
  margin: 0 auto;
  width: 760px;
}

#supportDetails div.dropdowns > p {
  float: left;
}

#supportDetails div.dropdowns > p:first-of-type {
  margin-right: 20px;
}

#supportDetails table {
  border-collapse: collapse;
  border-spacing: 0;
  display: inline-block;
  margin: 30px 0;
}

#supportDetails table th {
  background: none repeat scroll 0 0 #E6E6E6;
  border-top: 3px solid #D4D4D4;
  font-weight: bold;
  padding: 0 5px;
  width: 150px;
}

#supportDetails td span {
  background: none repeat scroll 0 0 white;
  display: block;
  font-weight: bold;
  height: 20px;
  padding: 8px;
}

.k-ie7 .k-input 
{
    padding: 0 2px !important;
}


/* User Profile
----------------------------------------------------------*/

.form-display-label > span {
  display: inline-block;
  padding: 3px;
}

input[type="checkbox"] {
    width: 10px;
}


/* Telerik Box
----------------------------------------------------------*/
.display-field ul, ol{
  /*  list-style: inherit;*/
    list-style: disc;

}

.display-field ol{
    list-style:decimal;
   
}


.display-field ul, ol{
    margin-left: 3em;
	margin-bottom: 1em;
}

.display-field table
{
    margin: 2px 12px 15px 10px;
}
.display-field li {
	line-height: 1.6em;
}
.newsTickerEditorField .k-editor iframe.k-content {
  height: 25px;
}


/* Homepage Contacts
----------------------------------------------------------*/

input[readonly=""] {
  background-color: #DDDDDD;
}


/* Repository Edit
----------------------------------------------------------*/

.k-widget.k-multiselect.k-header {
  min-width: 226px;
}


