/*
  CSS for DemocracyForum.org
     Style for the people
*/
.centeredImg{
  width: 100%;
}

.centeredBannerDiv{
  display: block;
  margin: 10px 10px 10px 14px;
  width: 98%;
  overflow: hidden;
  float: left;
  border-radius: 4px 4px 4px 4px;
  background-color: rgb(255,255,255);
  border: 4px solid grey;
}

.FullSizeScrollableInfoContent{
	display: block;
	margin: 10px 30px 10px 4px;
	width: 98%;
	height: 200px;
	overflow: hidden;
	float: left;
	border-radius: 5px 5px 5px 5px;
	background-color: rgb(255,255,255);
	border: 1px solid grey;
}


.ScrollableInfoContent{
	display: block;
	margin: 10px 30px 10px 4px;
	width: 98%;
	height: 200px;
	overflow: auto;
	border-radius: 5px 5px 5px 5px;
	background-color: rgb(255,255,255);
	border: 1px solid grey;
}

.NoScrollInfoContentSmall{
	display: block;
	margin: 10px 30px 10px 4px;
	width: 98%;
	height: 200px;
	overflow: hidden;
	float: left;
	border-radius: 5px 5px 5px 5px;
	background-color: rgb(255,255,255);
	border: 1px solid grey;
}

.NoScrollInfoContentLarge{
	display: block;
	margin: 10px 30px 10px 4px;
	width: 98%;
	min-height: 800px;
	max-height: 800px;
	overflow: auto;
	float: left;
	border-radius: 5px 5px 5px 5px;
	background-color: rgb(255,255,255);
	border: 1px solid grey;
}

.NoScrollInfoContentLargeInner{
	display: block;
	margin: 10px 30px 10px 4px;
	width: 98%;
	min-height: 720px;
	max-height: 720px;
	overflow: auto;
	float: left;
	border-radius: 5px 5px 5px 5px;
	background-color: rgb(255,255,255);
	border: 1px solid grey;
}

div.centerScrollableY{
text-align: center;
height: 100px;
overflow-y: auto;
}

div.overflowInfoDiv{
	height: 200px;
	width: auto;
	overflow: hidden;
}

fieldset.roundedNoBorderScreenWidth{
border-radius: 5px 5px 5px 5px;
background-color: white;
border: 1px solid grey;
width: 98%;
}






body {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  color: black;
  font-family: Arial, Helvetica, sans-serif;
}

#bg {
  margin: 20px 20px 20px 20px;
  padding: 20px 20px 20px 20px;
  background-color: rgb(220,220,220);

}


#wrapper {
  width: 95%;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  /*border: thin solid #000000;*/
}

#header {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border-bottom: 1px solid teal;
}

#headerOffset {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border-bottom: 1px solid teal;
}

#footer {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border-bottom: 1px solid red;
}

#separator {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border-bottom: 1px solid grey;
}


#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
text-decoration: none;
padding: .2em 1em;
color: #fff;
background-color: #036;
}

#navcontainer ul li a:hover
{
color: #fff;
background-color: #369;
}


#navcontainer2 ul li { display: inline; }

#navcontainer2 ul li a
{
text-decoration: none;
padding: .2em 1em;
background-color: #323;
}

#navcontainer2 ul li a:hover
{
color: #fff;
background-color: #369;
}

div.fancyButtons{
border-radius: 4px 4px 4px 4px;
background-color: #369;
margin: 5px;
padding: 4px;
height:40px;
width:400px;
border: 1px solid grey
}

div.fancyButtonsCurrent{
border-radius: 4px 4px 4px 4px;
background-color: rgb(220, 20, 20);
margin: 5px;
padding: 4px;
height:40px;

border: 1px solid grey
}


a.fancyButtons{
color: white;
text-decoration: none;
height:40px;
width:80px;
}

div.fancyButtons:hover{
background-color: rgb(20, 20, 140);
color:BLACK;
height:40px;
width:80px;
}

div.fancyButtonsCurrent:hover{
background-color: rgb(220, 20, 20);
color:WHITE;
}

div.fancyButtonsAdmin{
border-radius: 4px 4px 4px 4px;
background-color: #369;
margin: 5px;
padding: 4px;
height:40px;
width:100px;
border: 1px solid grey
}

a.fancyButtonsAdmin{
color: white;
text-decoration: none;
}

div.fancyButtonsAdmin:hover{
background-color: rgb(20, 20, 140);
color:BLACK;
}














div.sideBarButtons{
border-radius: 4px 4px 4px 4px;
background-color: #369;
margin: 5px;
padding: 4px;
height:20px;
width:100px;
border: 1px solid grey;
}

a.sideBarButtons{
color: white;
text-decoration: none;
}

a.sideBarButtons:hover{
color: white;
text-decoration: none;
}






div.sideBarButtons:hover{
background-color: rgb(20, 20, 140);
color:BLACK;
}

div.sideBarPageMenu{
color: WHITE;
font-size: 12pt;
border-radius: 4px 4px 4px 4px;
background-color: rgb(220, 20, 20);
margin: 5px;
padding: 4px;
height:20px;
width:100px;
border: 1px solid grey;
}


a.fancyButtonsLoginForgot{
color: white;
text-decoration: none;
font-size: 12pt;

}

div.fancyButtonsLoginForgot{
border: 1px solid grey;
border-radius: 4px 4px 4px 4px;
margin: 0px 4px 3px 4px;
background-color: #369;
color:WHITE;
width: 140px;
height: 22px;
}

div.fancyButtonsLoginForgot:hover{
border: 1px solid grey;
border-radius: 4px 4px 4px 4px;
margin: 0px 4px 3px 4px;
background-color: rgb(20, 20, 140);
color:BLACK;
width: 140px;
height: 22px;
}



img.userImage{
float: left;
border-radius: 20px 20px 20px 20px;
overflow: hidden;
}

fieldset.rounded{
border-radius: 20px 20px 20px 20px;
background-color: white;
}

fieldset.roundedLeftText{
text-align: left;
border-radius: 20px 20px 20px 20px;
background-color: white;
}


fieldset.roundedAbout{
margin: 0px 20px 0px 20px;
border-radius: 20px 20px 20px 20px;
background-color: white;
}


fieldset.roundedLogin{
border-radius: 10px 10px 10px 10px;
border: 1px solid BLACK;
background-color: white;
width: 60%;
height: 180px;
align: center;
}

legend.borderedLoginLegend{
text-align: center;
border: 2px solid WHITE;
border-radius: 5px 5px 5px 5px;
background-color: white;
font-size: 32pt;
}


fieldset.roundedAdminLogin{
border-radius: 20px 20px 20px 20px;
border: 5px solid RED;
background-color: white;
width: 520px;
height: 100px;
}

div.loginInner{
text-align: center;
display: inline;
float: left;

background-color: white;
width: 33%;
height: 120px;
}




legend.redText{
color: RED
}



fieldset.roundedAwards{
border-radius: 20px 20px 20px 20px;
background-color: white;
height: 167px;
}

fieldset.roundedCurrentForumDisplay{
border-radius: 20px 20px 20px 20px;
background-color: white;
height: 90px;
overflow: hidden;
}

fieldset.petition{
padding: 10px 10px 10px 10px;
border-radius: 20px 20px 20px 20px;
width: 98%;
height: 520px;
background-color: white;
}

div.currentPetitionHeadline{
color: TEAL;
text-align: center;
font-size: 26pt;
border: 1px solid grey;
border-radius: 5px 5px 5px 5px;
width: 840px;
height: 40px;
background-color: white;
}

fieldset.currentPetitionIssue{
float: left;
padding: 10px 10px 10px 10px;
border-radius: 20px 20px 20px 20px;
width: 514px;
height: 280px;
background-color: white;
}

fieldset.currentPetitionCosts{
float: left;
padding: 10px 10px 10px 10px;
border-radius: 20px 20px 20px 20px;
width: 250px;
height: 280px;
background-color: white;
}

fieldset.currentPetitionInfo{
float: left;
padding: 10px 10px 10px 10px;
border-radius: 20px 20px 20px 20px;
width: 514px;
height: 150px;
background-color: white;
}

fieldset.currentPetitionSign{
text-align: center;
float: left;
padding: 10px 10px 10px 10px;
border-radius: 20px 20px 20px 20px;
width: 250px;
height: 150px;
background-color: white;
}



fieldset.rounded2{
float: left;
padding: 10px 10px 10px 10px;
border-radius: 20px 20px 20px 20px;
width: 300px;
height: 480px;
background-color: white;
overflow: auto;
}

fieldset.roundedAdmin{
float: left;
padding: 10px 10px 10px 10px;
border-radius: 20px 20px 20px 20px;
height: 80px;
width: 755px;
background-color: rgb(200, 200, 200);
overflow-y: auto;
overflow-x: hidden;
}


fieldset.rounded2ForumIssue{
float: left;
padding: 10px 10px 10px 10px;
border-radius: 20px 20px 20px 20px;
width: 300px;
height: 480px;
background-color: white;
}

fieldset.rounded2ForumIssueInner{
border: none;
float: left;
padding: 10px 10px 10px 10px;
border-radius: 20px 20px 20px 20px;
width: 270px;
height: 430px;
background-color: white;
overflow-y: auto;
overflow-x: hidden;
}


fieldset.rounded2ForumArea{

padding: 10px 10px 10px 10px;
border-radius: 20px 20px 20px 20px;
width: 460px;
height: 360px;
background-color: white;
}

fieldset.rounded2ForumAreaInner{
margin: 5px 0px 5px 0px;
border-radius: 20px 20px 20px 20px;
height: 500px;
background-color: white;
border: none;
overflow-y: auto;
overflow-x: hidden;
}

div.commentBox{
border-radius: 10px 10px 10px 10px;
border: 1px solid grey;
height: 100px;
background-color: rgb(240,240,240);
}

div.roundedSortBox{
margin: 0 0 0 0; 
border-radius: 10px 10px 10px 10px;
border: 1px solid grey;
Width: 430px;
background-color: rgb(240,240,240);
color: RED;
}

div.roundedSort2Box{
float: right;
border-radius: 10px 10px 10px 10px;
border: 1px solid grey;
Width: 24px;
height: 300px;
background-color: rgb(240,240,240);
color: RED;
}


div.div_centered{
align:center;
}

input.sort{
margin: 0px 22px 0px 22px;
padding: 2px 8px 2px 8px;

text-align: center;
border-radius: 4px 4px 4px 4px;
color: WHITE;
background-color: #369;
}

input.sort:hover{
color: BLACK;
background-color: rgb(20, 20, 140);
}

input.search{
margin: 0px 22px 0px 22px;
padding: 2px 8px 2px 8px;

text-align: center;
border-radius: 4px 4px 4px 4px;
color: WHITE;
background-color: #369;
}

input.search:hover{
color: BLACK;
background-color: rgb(20, 20, 140);
}

input.sortSelected{
text-align: center;

border-radius: 4px 4px 4px 4px;
color: WHITE;
background-color: rgb(220, 20, 20);
}


input.sort2{
text-align: center;
border-radius: 4px 4px 4px 4px;
color: WHITE;
background-color: #369;
}

input.sort2:hover{

color: BLACK;
background-color: rgb(20, 20, 140);
}

input.sortSelected2{
text-align: center;
border-radius: 4px 4px 4px 4px;
color: WHITE;
background-color: rgb(220, 20, 20);
}





input.homeSearchResults{
text-align: center;
border-radius: 4px 4px 4px 4px;
margin: 5px 5px 5px 5px;
color: BLACK;
background-color: rgb(200, 200, 200);
width: 100px;
height: 30px;
}

input.homeSearchResults:hover{
border-radius: 4px 4px 4px 4px;
margin: 5px 5px 5px 5px;
color: WHITE;
background-color: rgb(20, 20, 140);
width: 100px;
height: 30px;
}


input.loginButton{
background-color: #369;
text-align: center;
font-size: 24pt;
border-radius: 4px 4px 4px 4px;
color: WHITE;
width: 100px;
}

input.loginButton:hover{
background-color: rgb(20, 20, 140);
text-align: center;
border-radius: 4px 4px 4px 4px;
color: BLACK;
}

input.loginInput{
height: 30px;
width: 90%;
font-size: 18pt;
}



input.plus{
background: url('http://localhost/OPUS2.0/images/DemocracyForum_Images/upFaded.png');
text-align: center;
border-radius: 4px 4px 4px 4px;
color: blue;
width: 24px;
height: 24px;
}

input.plus:hover{
background: url('http://localhost/OPUS2.0/images/DemocracyForum_Images/up.png');
text-align: center;
border-radius: 4px 4px 4px 4px;
color: red;
width: 24px;
height: 24px;
}


input.minus{
background: url('http://localhost/OPUS2.0/images/DemocracyForum_Images/downFaded.png');
text-align: center;
border-radius: 4px 4px 4px 4px;
color: WHITE;
width: 24px;
height: 24px;
}

input.minus:hover{
background: url('http://localhost/OPUS2.0/images/DemocracyForum_Images/down.png');
text-align: center;
border-radius: 4px 4px 4px 4px;
color: BLACK;
width: 24px;
height: 24px;
}




fieldset.rounded2DiscussionComment{
float: left;
padding: 0px 10px 10px 10px;
border-radius: 20px 20px 20px 20px;
width: 460px;
height: 90px;
background-color: white;
overflow: auto;
}


fieldset.rounded2ForumContact{
float: left;
padding: 10px 10px 10px 10px;
border-radius: 20px 20px 20px 20px;
width: 320px;
height: 80px;
background-color: white;
}

fieldset.rounded2ForumContactInner{
float: left;
padding: 10px 10px 10px 10px;
border: none;
width: 300px;
height: 50px;
background-color: white;
overflow-x: auto;
overflow-y: hidden;
}

a.webPageLink
{
display: block;
width: 300px;
height: 60px;
}


fieldset.rounded2VoteIssue{
float: left;
padding: 10px 10px 10px 10px;
border-radius: 20px 20px 20px 20px;
width: 492px;
height: 290px;
background-color: white;
}

fieldset.rounded2VoteIssueInner{
border: none;
float: left;
padding: 10px 10px 10px 10px;
border-radius: 20px 20px 20px 20px;
width: 88%;
height: 250px;
background-color: white;
overflow-y: auto;
overflow-x: hidden;
}


fieldset.rounded2VoteItemizedCosts{
float: left;
padding: 10px 10px 10px 10px;
border-radius: 20px 20px 20px 20px;
width: 265px;
height: 290px;
background-color: white;
}

fieldset.rounded2VoteItemizedCostsInner{
border: none;
float: left;
padding: 10px 10px 10px 10px;
border-radius: 20px 20px 20px 20px;
width: 240px;
height: 250px;
background-color: white;
overflow-y: auto;
overflow-x: hidden;
}


fieldset.rounded2VoteForm{
float: left;
padding: 10px 10px 10px 10px;
border-radius: 20px 20px 20px 20px;
width: 492px;
height: 130px;
background-color: white;
overflow: auto;
}

fieldset.rounded2VoteFurtherResources{
float: left;
padding: 10px 10px 10px 10px;
border-radius: 20px 20px 20px 20px;
width: 265px;
height: 130px;
background-color: white;
overflow: auto;
}




fieldset.rounded2ResultsLeft{
float: left;
padding: 10px 10px 10px 10px;
border-radius: 20px 20px 20px 20px;
width: 45%;
height: 400px;
background-color: white;
}

fieldset.rounded2ResultsLeftInner{
border-radius: 20px 20px 20px 20px;
width: 380px;
height: 160px;
background-color: white;
border: none;
overflow: auto;
}

fieldset.rounded2ResultsRight{
float: left;
padding: 10px 10px 10px 10px;
border-radius: 20px 20px 20px 20px;
width: 45%;
height: 400px;
background-color: white;
overflow: hidden;
}

::-webkit-scrollbar{
width: 12px;
padding-top: 20px;
}

::-webkit-scrollbar-track{
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb{
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}


#commentBorder{
padding: 0px 20px 0px 20px;
width:380px;
height:1px;
border: 1px solid grey;
}

div.leftRounded{
display:inline;
width: 360px;
border-radius: 20px 20px 20px 20px;
border: 1px solid grey;
background-color: white;
}

div.rightRounded{
display:inline;
width: 360px;
border-radius: 20px 20px 20px 20px;
border: 1px solid grey;
background-color: white;
}

fieldset.roundedNoBorder{
float: left;
border-radius: 5px 5px 5px 5px;
background-color: white;
border: 1px solid grey;
width: 392px;
height: 460px;
}

fieldset.roundedNoBorder2{
border-radius: 5px 5px 5px 5px;
background-color: white;
border: 1px solid grey;
width: 392px;
height: 460px;

}

fieldset.roundedNoBorderForumInfo{
border-radius: 5px 5px 5px 5px;
background-color: white;
border: 1px solid grey;
width: 1000px;
height: 250px;
float: left;
margin: 0px 30px 0px 4px;
}

fieldset.roundedNoBorder2ForumInfo{
border-radius: 5px 5px 5px 5px;
background-color: white;
border: 1px solid grey;
width: 380px;
height: 250px;
margin: 20px 30px 0px 4px;
}

fieldset.roundedNoBorder2ForumInfoJoin{
border-radius: 5px 5px 5px 5px;
background-color: white;
border: 1px solid grey;

}


fieldset.roundedNoBorder3{
border-radius: 5px 5px 5px 5px;
background-color: white;
border: 1px solid grey;
height: auto;
}


fieldset.roundedNoBorder3Prefs{
border-radius: 5px 5px 5px 5px;
background-color: white;
border: 1px solid grey;
width: 816px;
}

div.Prefs{
float: left;
}

div.Admin{

}

fieldset.roundedCentered{
border-radius: 5px 5px 5px 5px;
background-color: white;
border: 1px solid grey;
width: 816px;
align: center;
}


fieldset.roundedBG{
border-radius: 20px 20px 20px 20px;
background-color: rgb(220,220,220);
border: none;
}

legend.bordered{
border-radius: 10px 10px 10px 10px;
border: 2px solid navy;
background-color: white;
}



#bordered{
font-family: Arial, Helvetica, sans-serif;
border-radius: 5px 5px 5px 5px;
border: 1px solid grey;
background-color: white;
}


#borderedLabel{

margin: 5px 5px 5px 5px;
font-family: Arial, Helvetica, sans-serif;
border-radius: 5px 5px 5px 5px;
border: 1px solid grey;
background-color: white;
text-align:center;
}

legend.borderedSmall{
text-align: center;
border: 1px solid grey;
border-radius: 5px 5px 5px 5px;
background-color: white;
font-size: 24pt;
}

legend.borderedBig{
border: 1px solid grey;
border-radius: 5px 5px 5px 5px;
background-color: white;
font-size: 30pt;
}


div.center{
text-align: center;
}


div.centerFancyButtons{
text-align: center;
padding: 0px 0px 0px 120px;
}


div.loginUserName{

height: 35px;
align: center;
}

div.loginPassword{

height: 35px;
align: center;
}

div.loginSubmit{

height: 35px;
text-align: center;
align: center;
}



#main {
  margin-left: 12ex;
  margin-top: 1px;
  padding: 10px;
  font-size: 12pt;
}

#main h1 {
  text-align: center;
  margin-top: 0px;
}

#main p {
  font-size: 12pt;
}

#footer {
  padding: 1px;
  font-size: 8pt;
  text-align: center ;
}

#footer a {
  color:  teal;
}

#footer a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

table {width: 450px}
td {
  font-size:8pt;
  font-family: Arial, Helvetica, sans-serif;
  vertical-align: top;
  padding: 2px
}
td p { margin: 0px}

.labelcell {
  color:teal;
  width: 80px
}

.labelcell2 {
  color:teal;
  width: 20px
}

.resultsTable {
   width: 400px;
}

.inputcell {width: 350px}
.inputcell2 {width: 430px}

select {font-size: 8pt}

legend {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  color: teal
}

#formbuttons {
  text-align: center;
  margin-top: 5px
}
#formbuttons input {
  margin: 0px 10px;
  color: white;
  background-color: teal;
  width: 100px;
  text-align: center
}
#formbuttons2 input {
  margin: 0 0 0 25px;
  color: white;
  background-color: teal;
  text-align: center
  width: 300px;
}
#wideButton{
  width: 300px;
 
}


IMG.splashImage {
    display: block;
    margin: auto;
    width: 60%}

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }
    
    
div.displayedSplash {
    border-radius: 20px, 20px, 20px, 20px;
    border: 5px solid Teal;
    display: block;
    width: 550px;
    height: 424px;
    align: center;
    }    

#bordermargin {width: 10px;
            height: 0px;
            float: left;
            }
    
#left_hand {position:fixed;
            height: 280px;
            width: 120px;
            float: left;
            background-color: rgb(256,256,256);
            margin: 0px 0px 0px 10px;
            border-radius: 10px 10px 10px 10px;
            border: 1px solid grey;
            font-size:11px;
            }
    
div.left_div{
            float: left; 
            margin: 0px 15px 30px 0px;
}

div.left_div_adjacent{
float: left;
}

#right_div{
            float: right; 
}

div.commentInner{
            margin: 5px 0px 5px 0px; 
            height: 70px;
            width: 50%; 
            padding: 10px 10px 10px 10px;
float: left;
            overflow-x: hidden;
            overflow-y: auto;
}

div.upVoter{
            float: right; 
            height: 80px;
            width: 40px; 
            padding: 10px 10px 0px 10px;
}

div.centeredImage{
display: block;
margin-left: auto;
margin-right: auto;
margin-top: auto;
margin-bottom: auto;
width: auto;
height: auto;
padding: 0px 0px 0px 0px;
border-radius: 5px 5px 5px 5px;
border: 4px solid grey;
background-color: white;
overflow: hidden;
}

div.numbers{   
align : center;
font-size : 16pt;   
 }  
 
div.numbersBordered{ 
border-radius: 5px 5px 5px 5px;
border: 1px solid #369;
align : center;
font-size : 16pt;  
height: 80px;
width: 40px;
 }  
 

div.preferences{
    padding: 30px 0px 0px 0px;
}

img.borderedForumImage{
padding: 5px 0px 0px 275px;

}


#centerText{
  align: center; 
}

legend.centered{
text-align: center;
}

#centerNumber{
font-size: 12pt;
border-radius: 5px 5px 5px 5px;
}

div.shiftUp{
            padding: -10px -10px -10px -10px; 
}

  
    
#globe {
        z-index:-2;
            }
            
            
            
#right_hand {
            float: right;
            background-color: rgb(60,60,20);
            margin: 0 10px 10px 0;
            }
            
#loginBox {
  margin-left: 20px
}  

#loginButton {
  margin-left: 50px
} 

#whiteText {
  color: white
  text-decoration: none;
} 

#red {
  color: red
} 


div.pageContainer{
background-color: Grey;
}


#main_content {
              margin: -20px 10px 0 140px; /* adjust for a gutter between divs */ 
}

#bgColor{
         font-family: Arial, Helvetica, sans-serif;
         background-color: rgb(200, 200, 200);
         margin: 0px 0 0 0;
         
}

#bgMenuBar{
         background-color: white;
         margin: 0 0 0 0;
}



a:hover {color: blue}

.error {
  color: red;
  font-style: italic;
}

img.adminImage{
border-radius: 20px 20px 20px 20px;
}


div.formLabels{
float: left;
text-align: right;
width: 375px;
}

div.formElements{
text-align: left;
width: 450px;
}

div.smallHeight{
height: 50px;
margin-right: 20px;
margin-left: 20px;
}


div.float_right{
float: right;
margin 0 0 0 0;
}

div.bordered_float_left{
border-radius: 5px 5px 5px 5px;
border: 1px solid #369;
text-align: center;
float:left;
font-size : 12pt;  
height: 80px;
width: 40px;
}

div.CommentInfo{
            float: left; 
            height: 80px;
            width: 40px; 
            padding: 10px 10px 0px 10px;
}

div.rightPetitionInfo{
width: 240px;
height:110px;
float: right;
}
div.leftPetitionInfo{
text-align: center;
img: center;
float: left;
width: 240px;
height:110px

}

fieldset.petitionSigneratures{

width: 190px;
height:110px;
border-radius: 20px 20px 20px 20px;
}

fieldset.petitionSigneraturesInner{

width: 180px;
height:40px;
border-radius: 20px 20px 20px 20px;
border:none;
overflow-x:none;
overflow-y:auto;
}

fieldset.petitionSigneraturesInnerLabel{

width: 180px;
height:20px;
border-radius: 20px 20px 20px 20px;
border:none;
}


div.centeredSigneratureImage{
float:left;
text-align: center;
width: 80px;
height:90px;
}

div.centeredSigneratureUserName{
float:right;
text-align: center;
width: 80px;
height:90px;
}

div.centeredSigneratureImageLabel{
float:left;
text-align: center;
width: 80px;
height:20px;
}

div.centeredSigneratureUserNameLabel{
float:right;
text-align: center;
width: 80px;
height:20px;
}


div.adminLeft{
float:left;
text-align: center;
width: 250px;
height:20px;

}

div.adminCenter{
float:left;
text-align: center;
width: 250px;
height:20px;

}


div.adminRight{
float:left;
text-align: center;
width: 250px;
height:20px;

}





div.sideBarButtonsSearchResult{

border-radius: 4px 4px 4px 4px;
background-color: rgb(200, 200, 200);
margin: 5px;
padding: 4px;
height:20px;
width:80px;
border: 1px solid grey;

overflow: hidden;

}

div.sideBarButtonsSearchResult:hover{
background-color: rgb(20, 20, 140);
color: WHITE;

overflow: hidden;
}



a.sideBarButtonsSearchResult{
color: BLACK;
text-decoration: none;
}

a.sideBarButtonsSearchResult:hover{
color: BLACK;
text-decoration: none;
}



input.searchTerms{
width: 100px;
height: 40px;
color: WHITE;
background-color: WHITE;
}

input.searchTerms2{
text-align: center;

border-radius: 4px 4px 4px 4px;
color: WHITE;
background-color: #369;
}
