/* CSS Document */

/** From standard DSpace CSS */

.miscTable { border: 1;
             border-style: thin; 
             color: #000000;
             vertical-align: middle;
             text-decoration: none;
             width: 100%; }
             
.testTable  { border-color: #bbbbcc;
              border-width: 1px 1px 1px 1px;
              border-style: solid;
              color: #000000;
              vertical-align: middle;
              text-decoration: none }

.itemDisplayTable{ text-align: center;
                   border: 0;
                   color: #000000 }   

.metadataFieldLabel{ font-size: 9pt;
                     font-weight: bold;
                     color: #000000;
                     vertical-align: top;
                     text-align: left;
                     text-decoration: none;
                     /*white-space: nowrap;*/  
                     padding: 3px }

.metadataFieldValue{ font-size: 10pt;
                     font-weight: normal;
                     color: #000000;
                     vertical-align: top;
                     text-align: left;
                     text-decoration: none;
                     padding: 3px }                        
             
.standardGupeaHeader { border-color: #bbbbcc;
                       border-width: 1px 1px 1px 1px;
                       border-style: solid;
                       font-weight: bold;
                       color: #000000;
                       background: #dddddd }

.evenRowOddCol{ font-style: normal;
               font-weight: normal;
               vertical-align: middle;
               text-decoration: none;
               padding: 3px;
               border-color: #bbbbcc;
               border-width: 1px 1px 1px 1px;
               border-style: solid
               }

.evenRowEvenCol{ font-style: normal;
                font-weight: normal;
                vertical-align: middle;
                text-decoration: none;
                padding: 3px;
                border-color: #bbbbcc;
                border-width: 1px 1px 1px 1px;
                border-style: solid  }

.oddRowOddCol{ color: #000000;
                vertical-align: middle;
                text-decoration: none;
                background: #dddddd;
                padding: 3px;
                border-color: #bbbbcc;
                border-width: 1px 1px 1px 1px;
                border-style: solid }

.oddRowEvenCol{ font-style: normal;
                 font-weight: normal;
                 vertical-align: middle;
                 text-decoration: none;
                 background: #dddddd;
                 padding: 3px;  
                 border-color: #bbbbcc;
                 border-width: 1px 1px 1px 1px;
                 border-style: solid }

th.evenRowOddCol{ font-style: normal;
               font-weight: bold;
               vertical-align: middle;
               text-decoration: none;
               padding: 3px;
               border-color: #bbbbcc;
               border-width: 1px 1px 1px 1px;
               border-style: solid
               }

th.evenRowEvenCol{ font-style: normal;
                font-weight: bold;
                vertical-align: middle;
                text-decoration: none;
                padding: 3px;
                border-color: #bbbbcc;
                border-width: 1px 1px 1px 1px;
                border-style: solid  }

th.oddRowOddCol{ font-style: normal;
                font-weight: bold;
                color: #000000;
                vertical-align: middle;
                text-decoration: none;
                background: #dddddd;
                padding: 3px;
                border-color: #bbbbcc;
                border-width: 1px 1px 1px 1px;
                border-style: solid }

th.oddRowEvenCol{ font-style: normal;
                 font-weight: bold;
                 vertical-align: middle;
                 text-decoration: none;
                 background: #dddddd;
                 padding: 3px;  
                 border-color: #bbbbcc;
                 border-width: 1px 1px 1px 1px;
                 border-style: solid }
                 
.highlightRowOddCol{ font-style: normal;
                     font-weight: normal;
                     color: #000000;
                     vertical-align: middle;
                     text-decoration: none;
                     background: #ccccee;
                     padding: 1px }

.highlightRowEvenCol{ font-style: normal;
                      font-weight: normal;
                      color: #000000;
                      vertical-align: middle;
                      text-decoration: none;
                      background: #bbbbcc;
                      padding: 1px }
                      
.standard { margin-left: 4px;
            margin-right: 4px;
            font-family: "verdana", "Arial", "Helvetica", sans-serif;
            font-size: 10pt;
            vertical-align: middle }

.submitFormHelp {
   border-style: none;
   border-width: 0px;
}

.browse_buttons
{
	float: right;
	padding: 1px;
	margin: 1px 12px 1px 1px;
}

#browse_navigation
{
	margin-bottom: 10px;
}

#browse_controls
{
	margin-bottom: 10px;
}

.submitFormHelp
{
 font-style: italic;
}

.submitFormLabel
{
 font-size: 8pt;
 font-weight: normal
 }

.submitFormWarn
{
 font-weight: bold;
 color: red;
}

.submitFormHelp
{
 font-size: 8pt;
 font-style: italic;
 border-width: 1px;  
 border-style: solid; 
 border-color: #ddd; 
 padding-left: 5px;
 padding-top: 5px;
 padding-bottom: 5px
}

/** GUPEA specific */

/** quick size fix for input text fields, buttons and textareas */
textarea
{
font-size: 10pt;
}

input
{
 font-size: 10pt;
}

select.locationSelect
{
 width: 300px;
}

select.deptSelect
{
 width: 450px;
}

select.typeSelect
{
 width: 130px;
}

select.booleanSelect
{
 width: 60px;
}

.standardGupeaDiv
{
 font-size: 10pt;
 vertical-align:middle;
}

.standardGupeaBox
{
  width: 95%;
  border-width: 1px;  
  border-style: solid; 
  border-color: #ddd; 
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px
}             

.bs_headings { margin-left: 4px;
            margin-right: 4px;
            font-family: "verdana", "Arial", "Helvetica", sans-serif;
            font-size: 8pt;
            font-weight: bold;
            background:  #dddddd }
            
.searchBox
{
  align: left;
  border: 2px solid rgb(0, 0, 0);
  width: 100%
}

.bitstreamBox
{
  align: center;
  max-width: 100%;
  border: 3px solid #bbbbcc;
  padding-top: 5px;  
  padding-right: 1px;  
  padding-bottom: 0px;  
  padding-left: 5px; 
  background: #dddddd;
}

.citationBox
{
  align: center;
  text-align: center;
  vertical-align: center;
  width: 100%;
  border: 3px solid #bbbbcc;
  padding-top: 5px;  
  padding-right: 1px;  
  padding-bottom: 0px;  
  padding-left: 1px; 
  background: #dddddd;
}

.podBox
{
  border: 1px solid #bbbbcc;
  text-align: left;
  padding-top: 5px;  
  padding-right: 1px;  
  padding-bottom: 0px;  
  padding-left: 5px; 
  background: #FFFFcc;
  margin:3px 0;
}

.editBox
{
  align: center;
  width: 100%;
  border: 1px solid #bbbbcc;
  padding-top: 5px;  
  padding-right: 1px;  
  padding-bottom: 0px;  
  padding-left: 5px; 
  background: #ffffff;
}

.colItem {
	width: 72.18%;
	max-width: 700px;
	float: left;
	margin:3px 0.5% 0 1.55%;
}

.browseBarLabel { font-family: "verdana", "Arial", "Helvetica", sans-serif;
                  font-size: 8pt;
                  font-style: normal;
                  font-weight: bold;
                  color: #000000;
                  background: #ffffff;
                  vertical-align: middle;
                  text-decoration: none }

.browseBar { font-family: "verdana", "Arial", "Helvetica", sans-serif;
             font-size: 9pt;
             font-style: normal;
             font-weight: bold;
             background: #ffffff;
             color: #252645;
             vertical-align: middle;
             text-decoration: none }

.browse_range
{
	margin-top: 5px;
	margin-bottom: 5px;
}

.formbutton{
cursor:pointer;
border:outset 2px #ddd;
font-size: 8pt;
background:#eeeeee;
color:#303030;
font-weight:bold;
padding: 1px 2px
/* width: 65px;
height: 25px */
/* background:url(media/formbg.gif) repeat-x left top; */
}

.formtext {
height: 15px;
background-color: yellow;
} 

.gadgets {
 float:center;
 width:100%;
 height:38px;
 margin-bottom:15px;
 margin-top:15px;
}
/* Gadgets, lånat från JÄMDA */
/*---------gadgetModule-----------------------*/
.gadgetModuleContainer{width:100%; height:38px;margin-bottom:15px;margin-top:15px;}
.gadgetModule{width:100%; height:100%;background-image:url(/image/gu/gadgetModuleCenter.gif); background-position:bottom left; background-repeat:repeat-x;}
.gadgetModuleCornerLeft{width:5px; height:100%; float:left;background-image:url(/image/gu/gadgetModuleCornerLeft.gif); background-position:bottom left; background-repeat:no-repeat;}
.gadgetModuleCornerRight{width:5px; height:100%; float:right;background-image:url(/image/gu/gadgetModuleCornerRight.gif); background-position:bottom left; background-repeat:no-repeat;}
.gadgetItem{float:left;display:block;cursor:pointer;line-height:38px;padding:0;}
.subgadget_share{width:100%;height:31px;}
.subgadgetItem{color:#303030;float:left;height:100%;font-size: 8pt;background-repeat:no-repeat;background-position:center left;text-indent:20px;line-height:28px;margin:0 10px 0 15px;}
.Facebook{background-image:url(/image/gu/gadgetFacebook.gif);}
.Delicious{background-image:url(/image/gu/gadgetDelisious.gif);}
.Pusha{background-image:url(/image/gu/gadgetPush.gif);}
.Bloggy{background-image:url(/image/gu/gadgetBloggy.gif);}
.Twitter{background-image:url(/image/gu/gadgetTwitter.gif);}
.MySpace{background-image:url(/image/gu/gadgetMyspace.gif);}
.LinkedIn{background-image:url(/image/gu/gadgetLinkedIn.png);}
.Connotea{background-image:url(/image/gu/gadgetConnotea.png);}

/*--------Makes the gadget tabs transform---------*/
.gadgetItemLeftCorner{float:left;width:4px; height:37px;}
.gadgetItemContent{margin-top:3px;float:left;padding:0 5px 0 5px;}
.gadgetItemRightCorner{float:left;width:4px; height:37px;}
.gadgetItemLeftCornerSelected{margin-bottom:0px;margin-top:3px;float:left;width:4px; height:35px;background-image:url(/image/gu/gadgetSelectedLeftCorner.gif);background-position:bottom left;}
.gadgetItemContentSelected{padding:0 5px 0 5px;margin-top:1px;float:left;background-image:url(/image/gu/gadgetSelectedCenter.gif);background-repeat:repeat-x;background-position:top left;}
.gadgetItemRightCornerSelected{margin-bottom:0px;margin-top:3px;float:left;width:4px; height:35px;background-image:url(/image/gu/gadgetSelectedRightCorner.gif);background-position:bottom right;}

code {
   font-size: 10pt;
}                                                            
