gre
html { min-height: 100%; margin-bottom: 1px; }
html.noscroll { min-height: 100%; margin-bottom: 0px; }

body {
	padding: 0; margin: 0;
	text-align: center;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000; 
	/* no more: background-image: url(/images/beta.gif); */
	background-repeat: no-repeat;
	background-position: top right;
}

a:link, a:visited, .slink { color: #03f;}
a:hover { color: #67AC0B;} /* previous: link=09f; hover=03f; */
a.action:link, a.action:visited, 
.command a:link, .command a:visited { color: #0033FF; }
.command a:hover { color: #67AC0B; }
.dim, a.dim:link, a.dim:visited { color: #999; }
a.dim:hover { color: #333; }

a.noline { text-decoration: none; }

.slink { text-decoration: underline; cursor: pointer; }

h1 {
	font-size: 28px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 20px 0 25px 0;
	padding-left: 18px;
	color: #BBEA2B;
	background-image: url(/images/h1-arrow.gif);
	background-repeat: no-repeat;
}

h1.nested {
	background-image: url(/images/h1-arrow-slim.gif);
}
h1.nested a { 	font-weight: normal; }

h1 a:link, h1 a:visited {
	color: #BBEA2B;
	border-bottom: 2px dotted #BBEA2b;
	padding-bottom: 4px;
	text-decoration: none;
}

h1 a:hover {
	border-bottom: 2px solid #BBEA2b;
}

h1, h2, h3, h4 { clear: both; }

h2 { font-size: 22px; font-weight: normal; margin-bottom: 10px; }
h3 { font-size: 18px; font-weight: normal; margin-bottom: 10px; margin-top: 0; }
h4 { font-size: 14px; margin-bottom: 10px; margin-top: 0;}


h2, h3, h4  { color: #99C613; font-family: Arial, Helvetica, sans-serif; }
.underline { border-bottom: 1px solid #99C613; padding-bottom: 2px; }
.dotunderline {  }

p, form { padding: 0px; margin: 0px; }
p { line-height: 150%; }

/* fonts */
.arial { font-family: Arial, Helvetica, sans-serif; }
.verdana { font-family: Verdana, Arial, Helvetica, sans-serif }
.small {font-size: 12px; }

small { font-size: 11px; color: #999999; }
li { font-size: 12px; line-height: 18px; }
dd, dt { font-size: 12px; line-height: 18px; }

table { border: 0; }
img { border: none; text-decoration: none; }

input, textarea, select { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #222222; }

/* --- Navigation ---------------- */

.TopBar { 
	border-bottom: 1px solid #e0e0e0; 
	margin-top: 13px;
	text-align: center; padding-bottom: 10px;
}

.TopBar td {
	font-family: Arial, Helvetica, sans-serif;
}

.TopBar p {
	line-height: 100%;
}



.TopBar .Header { width: 780px; margin-top: 0px; margin-right: auto; margin-left: auto; background: #fff;}
.TopBar .Header .Logo {  }
.TopBar .Header .Logo img { float: left; padding-top: 5px}

.TopBar td { text-align: left; vertical-align: top}
.TopBar td p { margin: 0; }

.TopBar a:link, .TopBar a:visited {
	color: #67AC0B;
}

.TopBar a:hover {
	color: #A4D215;
}

.TopBar .Navigation .Top {
	font-size: 14px;
	margin-bottom: 4px;
}
.TopBar .Navigation .Secondary,
.TopBar .SignUp .Secondary {
	font-size: 12px;
	margin-top: 5px;
}

.TopBar .Status .Secondary {
	font-size: 12px;
}

.TopBar .Navigation .Secondary a {
	margin-right: 15px;
}

.TopBar td.Status {
	text-align: right;
}

.TopBar .Status .Username {
	font-size: 11px;
	margin: 3px 0 2px;
	color: #999;
}

.TopBar .Status .Username a:link,  .TopBar .Status .Username a:visited {
	color: #666;
	text-decoration: none;
}

.TopBar .Status .Username a:hover {
	background: #A4D215;
	color: #fff;
}


.TopBar .SignUp p {
	text-align: center;
}

.TopBar .SignUp .Top {
	font-size: 14px;
	margin: 4px 0 2px;
}

.TopBar .SignUp .Secondary {
	color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#Main, .fixed-center {
	width: 780px;
	margin: 0px auto; 
	text-align: left; vertical-align: top;
	padding: 0 10px 50px 10px;
}


/* ... done with Navigation ---------------- */


/* --- Buttons ---------------- */

input.button, input.large-button, input.small-button { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 4px 8px;
	color: #333;
	width:auto; overflow: visible;
}


input.large-button { 
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 4px 8px;
}

input.small-button { 
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px 4px;
}


/* --- Other Common Elements ---------------- */

.clear {
	clear: both;
}

.indent-notice {
	margin: 40px 0 0 40px;
}

.command { font-family: Arial, Helvetica, sans-serif; font-size: 12px; }

.blue { color: #03f; }
.green { color: #BBEA2B; } 
.darkgreen, a.darkgreen { color: #99C613; }
.darkestgreen { color: #67AC0B; }
.darkgray { color: #666666; }

.highlight { background-color: #FFFF99; }

/* --- Forms ----------------- */

.row, .spacer {
  clear: both;
  margin: 0;
  padding: 0;
}



.row .label {
	float: left;
	width: 125px;
	text-align: right;
	padding-right: 5px;
	padding-top: 6px;
}

.row .imagelabel {
	padding-top: 0px;
}

.row .field {
	float: left;
	text-align: left;
	padding-left: 5px;
} 

.field .row .field { /* nested field */
	padding-left: 0px;
}

.spacer { height: 10px; }

input.newlook {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	padding: 5px;
	width: 300px;
	font-weight: normal;
}

textarea.newlook {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	padding: 5px;
	width: 300px;
}

select.newlook {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	padding: 2px;
}

.indent-form {
	margin: 30px 0 30px 20px;
}


.subtle { border-bottom: 1px solid #ccc; padding-bottom: 2px; }

.changes-saved {
	margin-bottom: 30px; 
	border: 1px solid #67AC0B;
	padding: 10px;
	color: #67AC0B;
	font-weight: bold;
}


/* FORMS */

.MediumForm td { padding-right: 10px; padding-bottom: 5px; padding-top: 0}
.SmallForm td { padding-right: 10px; padding-bottom: 5px; padding-top: 0}

td.Label { text-align: right; vertical-align: top; font-size: 14px; padding-top: 5px; }
td.TLabel { padding-top: 0px; }
td.SmallLabel { text-align: right; vertical-align: top; font-size: 12px; padding-top: 6px; }
.SmallerLabels td.Label { font-size: 13px; padding-top: 8px; }

tr.LargeBottomSpace td { padding-bottom: 25px; }
tr.BottomSpace td { padding-bottom: 15px; }

tr.ButtonFooter td  { padding-top: 25px; }

.SmallForm, .MediumForm { width: 100%; }


.SmallForm .Label, .SmallForm .SmallLabel { width: 140px; }

.MediumForm .Label, .MediumForm .SmallLabel  { width: 180px; }

.AllBold td.Label, 
#Timezone td.Label { font-weight: bold; }

#Password td.Label { width: 200px; }
#Password input.newlook { width: 160px; }


#GoogleSetup td.Label { width: 100px; }
input.GoogleUrl { font-size: 12px; }

p.Label { margin-bottom: 4px;}
p.NewSection { margin-top: 10px;}


ol li { margin-bottom: 15px; }


/* -- ERRORs ------------- */

.has_error {
	border: 1px solid #c00;
}

.ErrorBox {
  border: 2px solid #c00;
  background: url(/images/error.gif) #fff 15px 10px no-repeat;
  padding: 15px 10px 10px 45px;
  margin-bottom: 20px;
}
.ErrorBox h2,
.ErrorBox h3 {
  color: #c00;
  margin: 0px 0 20px 0px;
  line-height: 140%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.ErrorBox h2 {

}

.ErrorBox h3 {
  font-size: 14px; 
  font-weight: bold;
  margin-top: 3px;
  margin-bottom: 10px;
}
.ErrorBox p {
  margin-bottom: 0;
  margin-top: 5px;
}


.ErrorBox ul,
.ErrorBox ul {
	margin-left: 30px;
	margin-top: 10px;
	padding: 0;
}

.ErrorBox ul li,
.ErrorBox ul li {
	font-size: 14px;
	list-style: square;
	margin-bottom: 10px;
	line-height: 150%;
}


/* Meeting Status Icons */

.section-nav a:link, .section-nav a:visited,
.subject a:link, .subject a:visited  {
	padding-left: 24px; 
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-top: 1px;
}


.ready a {
	background-image: url(/images/ym/bt-green.gif);
}

.awaitingu a {
	background-image: url(/images/ym/bt-yellow.gif);
}

.pending  a {
	background-image: url(/images/ym/bt-empty.gif);
}

.trouble  a {
	background-image: url(/images/ym/bt-red.gif);
}



.subject a.none:link, .subject a.none:visited  {
	background: none;
	padding: 0;
}

.back a {
	background-image: url(/images/ym/bt-back.gif);
}
input#q {
	width: 120px;
}

optgroup {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	
}

.OrangeStatus, .GreenStatus {
	padding-left: 22px; 
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-top: 1px;
}

.GreenStatus {
	background-image: url(/images/ym/bt-green.gif);
}

.OrangeStatus {
	background-image: url(/images/ym/bt-yellow.gif);
}

h3.Tab { border-bottom: 3px solid #f1f1f1; padding-left: 15px; margin-top: 5px; margin-bottom: 15px; }
.TabIn { background: #ffffff; padding: 3px 11px 3px 11px; border-left: 1px solid #f1f1f1; border-right: 1px solid #f1f1f1; border-top: 1px solid #f1f1f1; border-bottom: 1px solid #fff; margin-right: 3px; margin-left: 3px; }
.TabOut { font-size: 13px; color: #333; background: #f1f1f1; padding: 2px 8px 4px 8px; }