﻿/*for Ask Startup Question Question */
.QuestionASQ
{
  border: thin solid #db852f;
  color: white;
  font-size: 1em;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  line-height: normal;
  text-decoration: none;
  background-color: #3C5385;
}
.QuestionTitleASQ:link
{
  color: #db852f;
  cursor: pointer;
  font-size: small;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  line-height: normal;
  text-decoration: none;
}
.QuestionTitleASQ:visited
{
  color: #db852f;
  cursor: pointer;
  font-size: small;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  line-height: normal;
  text-decoration: none;
}
.QuestionTitleASQ:hover
{
  color: #99CCFF;
  cursor: pointer;
  font-size: small;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  line-height: normal;
  text-decoration: underline;
}

.QuestionPosterASQ
{
  font-size: small;
  font-style: italic;
  font-variant: normal;
  font-weight: normal;
  line-height: normal;
  background-color: #FFFFCC;
}
 

.QuestionWhatsYourAnswer
{
  border: 1px Solid #507CD1;
  color: #284E98;
  background-color: White;
  font-weight: bold;
  font-size: xx-small;
  text-decoration: none;
  padding: 4px;
}
.QuestionWhatsYourAnswer:hover
{
  border: 1px Solid #db852f;
  color: #db852f;
  background-color: #B1C6EB;
  font-weight: bold;
  font-size: xx-small;
  cursor: pointer;
}

/*for Ask Startup Question Answers */
.AnswerASQ
{
  border: thin solid #db852f;
  color: white;
  font-size: 1em;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  line-height: normal;
  text-decoration: none;
  background-color: #3C5385;
}
.AnswerTitleASQ:link
{
  color: #db852f;
  cursor: pointer;
  font-size: small;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  line-height: normal;
  text-decoration: none;
}
.AnswerTitleASQ:visited
{
  color: #db852f;
  cursor: pointer;
  font-size: small;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  line-height: normal;
  text-decoration: none;
}
.AnswerTitleASQ:hover
{
  color: #99CCFF;
  cursor: pointer;
  font-size: small;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  line-height: normal;
  text-decoration: underline;
}

.AnswerPosterASQ
{
  font-size: small;
  font-style: italic;
  font-variant: normal;
  font-weight: normal;
  line-height: normal;
}
.RightInstructionASQ
{
  border: medium outset #db852f;
  background-color: #99CCFF;
  padding: 10px;
  text-align: justify;
}
#AnswerRightASQ
{
  border: medium outset #db852f;
  background-color: #99CCFF;
  padding: 10px;
  text-align: center;
}
.NoFollowASQ
{
  font-size: small;
  color: #666666;
  margin-top: 10px;
  text-align: justify;
}
#YourAnswer
{
  border: thin solid #db852f;
  background-color: #FFFFCC;
}
.YourAnswerContent
{
  font-size: medium;
  color: #db852f;
}
.YourAnswerPoster
{
  font-size: medium;
  color: #db852f;
}
/*for Ask Startup Question Question-Answer */
.QuestionTitle2ASQ
{
  color: #db852f;
  font-size: small;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  line-height: normal;
  text-decoration: none;
}
 
 
.QuestionPoster2ASQ
{
  font-size: small;
  font-style: italic;
  font-variant: normal;
  font-weight: normal;
  line-height: normal;
}
    
