/*
 * Quick mash-up of CSS for the TG quick start page.
 */

html, body {
  color: black;
  background-color: #ddd;
  font: x-small "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
  margin: 0;
  padding: 0;
}

td, th {padding:3px;border:none;}
tr th {text-align:left;background-color:#f0f0f0;color:#333;}
tr.odd td {background-color:#edf3fe;}
tr.even td {background-color:#fff;}

#header {
  height: 40px;
  background: black URL('../images/header_small.png') no-repeat;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  margin: 0 auto 0 auto;
}

a.link, a, a.active {
  color: #369;
}


#main_content {
  color: black;
  font-size: 127%;
  background-color: white;
  
  margin: 0 auto 0 auto;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  padding: 10px;
}

#sidebar {
  border: 1px solid #aaa;
  background-color: #eee;
  margin: 0.5em;
  padding: 1em;
  float: right;
  width: 200px;
  font-size: 88%;
}

#sidebar h2 {
  margin-top: 0;
}

#sidebar ul {
  margin-left: 1.5em;
  padding-left: 0;
}

/*
h1,h2,h3,h4,h5,h6,#getting_started_steps {
  font-family: "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
  font-weight: bold;
}*/

h2 {
  font-size: 150%;
}

#getting_started_steps a {
  text-decoration: none;
}

#getting_started_steps a:hover {
  text-decoration: underline;
}

#getting_started_steps li {
  font-size: 80%;
  margin-bottom: 0.5em;
}

#getting_started_steps h2 {
  font-size: 120%;
}

#getting_started_steps p {
  font: 100% "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
}

#footer {
  border: 1px solid #aaa;
  border-top: 0px none;
  color: #999;
  background-color: white;
  padding: 10px;
  text-align: center;

  margin: 0 auto 1em auto;
}

.code {
  font-family: monospace;
}

span.code {
  font-weight: bold;
  background: #eee;
}

#status_block {
  margin: 0 auto 0.5em auto;
  padding: 15px 10px 15px 55px;
  background: #cec URL('../images/ok.png') left center no-repeat;
  border: 1px solid #9c9;
  width: 450px;
  font-size: 120%;
  font-weight: bolder;
}

.notice {
  margin: 0.5em auto 0.5em auto;
  padding: 15px 10px 15px 55px;
  width: 450px;
  background: #eef URL('../images/info.png') left center no-repeat;
  border: 1px solid #cce;
}

.fielderror {
    color: red;
    font-weight: bold;
}


#container {

width: 1000px;

}

#widecolumn{

width: 750px;
float: left;

}

#narrowcolumn{

width:250px;
float: right;


}

#old_contentBox{
 margin-top: 40px;
 align: center;
 width: 500px;
 background: #007755;
 border-width: 2px;
 border-style: solid;
 font-family: arial, "lucida console", sans-serif;
 margin-left: auto;
 margin-right: auto;
 

}

#old_title{
font-size: 15px;
text-align: center;
border-bottom: solid #0000FF;
padding-bottom: 3px;

}



#old_message{
padding-left: 15px;
padding-top: 5px;
padding-bottom: 10px;
}




#old_author{
padding-left: 15px;


}


#articles{
 margin-top: 40px;
 width: 200px;
 text-align: centre;
 background: #666633;
 border-width: 2px;
 border-style: solid;
 margin-bottom:30px;
 margin-left: auto;
 margin-right: auto;
 position:fixed;
 bottom:20px;
right:20px;
 


}



.corners{



}

/* Front page styles */
.fp_section_text{
font-size:12px;
padding-top:5px;
font-family:"Lucida Grande",Tahoma,Arial,sans-serif;
}

.fp_section_header{
font-size:16px;
font-weight:bold;
padding-top:5px;
font-family:"Lucida Grande",Tahoma,Arial,sans-serif;
}

/* Message styles */
.homepage {
font-family:"Lucida Grande",Tahoma,Arial,sans-serif;
}

.message-box {
background-color:#FAFAFA;
border-bottom:1px solid #F6F6F6;
margin-bottom:8px;
font-size:11px;
}

.message-box-title {
background-color:#E7E8FD;
color:#0000CC;
}
.message-box-label {
font-size:11px;

}
.message-box-sublabel {
color:#0000CC;
font-size:11px;
}

.related-box {
background-color:#FAFAFA;
border-bottom:1px solid #F6F6F6;
cursor:pointer;
margin-bottom:8px;
}
.related-box:hover {
background-color:#FFFF99;
border-bottom:1px solid #FFFF99;
}
.related-box-label {
font-size:15px;
font-weight:bold;
padding-top:5px;
}
.related-box-sublabel {
color:#0000CC;
font-size:11px;
}

#master_with_footer {
width: 1084px;
position: relative;
margin: auto;


}
/* Shirt Styles */

#shirt_main_page {
width: 1084px;
position: relative;
margin: auto;
}

.clickablecell {
cursor:pointer;
}